Spawner Upgrade Tiers Plugin

Status
This thread has been locked.

Cycryl

● Java Developer ●
Deactivated
Feedback score
1
Posts
23
Reactions
41
Resources
0
-------------------------------------------------
This plugin has moved to the resource section for a lower price!
Resource: http://www.mc-market.org/resources/2460/
-------------------------------------------------




Hey guys I recently created a customizeable plugin that allows you to upgrade spawners by tiers.
All the functionality is showcased in the video below.

What the plugin does:




Update:
Now the plugin includes its own SilkSpawners and carries over the tier.
You can also edit the item names in the config.
http://puu.sh/rvawd/816157b528.png
http://puu.sh/rvaxe/e32168a917.png

The new config allows you to choose if you want to have SilkSpawners enabled and if it should carry over the tier.

Code:
SilkSpawners: true
CarryTier: true
Tiers:
  '1':
    minDelay: 200
    maxDelay: 600
    MaxNearbyEntities: 6
    RequiredPlayerRange: 16
    cost: 1
  '2':
    minDelay: 200
    maxDelay: 400
    MaxNearbyEntities: 7
    RequiredPlayerRange: 16
    cost: 10
  '3':
    minDelay: 100
    maxDelay: 200
    MaxNearbyEntities: 9
    RequiredPlayerRange: 24
    cost: 20
  '4':
    minDelay: 40
    maxDelay: 100
    MaxNearbyEntities: 12
    RequiredPlayerRange: 32
    cost: 30
  '5':
    minDelay: 10
    maxDelay: 40
    MaxNearbyEntities: 18
    RequiredPlayerRange: 48
    cost: 50
Display:
  ItemName: '&b%m &6Spawner'
  Lore:
    '1': '&8Tier 1'
    '2': '&7Tier 2'
    '3': '&6Tier 3'
    '4': '&bTier 4'
    '5': '&aTier 5'
  BLAZE: Blaze
  CAVE_SPIDER: Cave Spider
  CHICKEN: Chicken
  COW: Cow
  CREEPER: Creeper
  ENDER_DRAGON: Ender Dragon
  ENDERMAN: Enderman
  ENDERMITE: Endermite
  GHAST: Ghast
  GIANT: Giant
  GUARDIAN: Guardian
  MAGMA_CUBE: Magma Cube
  MUSHROOM_COW: Mooshroom
  PIG: Pig
  PIG_ZOMBIE: Zombie Pigman
  RABBIT: Rabbit
  SHEEP: Sheep
  SILVERFISH: Silverfish
  SKELETON: Skeleton
  SLIME: Slime
  SNOWMAN: Snowman
  SPIDER: Spider
  SQUID: Squid
  VILLAGER: Villager
  WOLF: Wolf
  ZOMBIE: Zombie

I am looking for 20€, conversion into different currencies can be found below
Australian 29.25
Canadian 29.39
US Dollar 22.44
Swiss Franc 21.76
British Pound 17.25

Proof of Ownership
Snippet of the source code inside eclipse:
http://puu.sh/rubQQ/c1828a60a8.png

If you are interested please contact me via skype.
My username is wimp312
make sure to say something about the plugin inside the contact request
 
Last edited:
PebbleHost
High performance, consistent uptime and fast support. Minecraft hosting that just works.

Cycryl

● Java Developer ●
Deactivated
Feedback score
1
Posts
23
Reactions
41
Resources
0
I can bet it has between 50-70 lines and only thing that might be hard is to check which Tier spawner is, but still it's not worth over 10$ ;)

as I said: Recode it and see for yourself
Ill give you a starting point:

Code:
@EventHandler
public static method onEnable)([
  Bukkit.ifPlayerClicksSpawner(){
    Bukkit.upgradeSpawnerPls("player")
    DoStuff.run()
    var new Tier *= null;
    System.out.println("flushing is for loosers");
   return void;
  }
]

lets see if you can spot my mistake ;)
 

15568

Legend
Premium
Feedback score
3
Posts
599
Reactions
256
Resources
0
as I said: Recode it and see for yourself
Ill give you a starting point:

Code:
@EventHandler
public static method onEnable)([
  Bukkit.ifPlayerClicksSpawner(){
    Bukkit.upgradeSpawnerPls("player")
    DoStuff.run()
    var new Tier *= null;
    System.out.println("flushing is for loosers");
   return void;
  }
]

lets see if you can spot my mistake ;)
I don't code but is it the "flushing is for losers"
 

Cycryl

● Java Developer ●
Deactivated
Feedback score
1
Posts
23
Reactions
41
Resources
0
Kind of. Except the tiers work a bit differently. Also customers get to have the plugin modified if they choose to and i assist them during setup. Also this one comes with an option to to enable silktouching[DOUBLEPOST=1481813936][/DOUBLEPOST]Update still selling as of Dec 15 :)
 
Status
This thread has been locked.
Top