im looking for something that will allow me to set a few to mine spawners once placed to prevent people from mining them up every night.
You also need the plugin SilkspawnersEcoaddon.Mind showing me a screen shot of where to find it? I have the most upto date version but can't see it anywhere.
# This is the config for Mob Spawner Fee. There are currently two options:
# MATERIAL - Deduct items from a player inventory as source of payment
# MONEY - Deduct money from a player as a source of payment
# If you use the money setting, Vault will be required.
mode: MONEY
# If it's money, you can put the amount (excluding any symbols such as "$" here)
# If it's a material, put the item ID or name.
# Keep in mind Item IDs are recommended for precision and ease of use.
# IDs can be found here:
# http://minecraft-ids.grahamedgecombe.com/
payment: 10
# Amount of experience to drop (exp). Set to "0" for none
exp: 0
# Require enchantment to mine spawners?
enchanted: true
# If enchantment is true, what enchantment is to be used to mine spawners (by ID)?
# Proper IDs found here: http://minecraft.gamepedia.com/Enchanting/ID
ID: 33
# Require specific type of pickaxe to mine a mob spawner?
pick: true
# If the above is true, what type of pickaxe?
# Available types:
# diamond
# iron
# gold
# wood
# stone
picktype: diamond
Making a plugin for this RN, will act as an alternative to silk spawner. I'll post it as a resource once completed.
Will also have a config, config so far:
Code:# This is the config for Mob Spawner Fee. There are currently two options: # MATERIAL - Deduct items from a player inventory as source of payment # MONEY - Deduct money from a player as a source of payment # If you use the money setting, Vault will be required. mode: MONEY # If it's money, you can put the amount (excluding any symbols such as "$" here) # If it's a material, put the item ID or name. # Keep in mind Item IDs are recommended for precision and ease of use. # IDs can be found here: # http://minecraft-ids.grahamedgecombe.com/ payment: 10 # Amount of experience to drop (exp). Set to "0" for none exp: 0 # Require enchantment to mine spawners? enchanted: true # If enchantment is true, what enchantment is to be used to mine spawners (by ID)? # Proper IDs found here: http://minecraft.gamepedia.com/Enchanting/ID ID: 33 # Require specific type of pickaxe to mine a mob spawner? pick: true # If the above is true, what type of pickaxe? # Available types: # diamond # iron # gold # wood # stone picktype: diamond
Just need to finish the money portion of it, and then I'm done.
Hopefully by today.keep me posted on this, how long do you figure it will be before it complete, i cant get this silkspawner eco addon to work so i need somthing
Hopefully by today.![]()
