Spawner mining fee

Status
This thread has been locked.

Exodius1984

MasterCraftPvP
Premium
Feedback score
0
Posts
95
Reactions
21
Resources
0
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.
 
PebbleHost
High performance, consistent uptime and fast support. Minecraft hosting that just works.

NotSoBoop

New Developer
Premium
Feedback score
23
Posts
963
Reactions
345
Resources
0
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.
 

Exodius1984

MasterCraftPvP
Premium
Feedback score
0
Posts
95
Reactions
21
Resources
0
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.

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
 

MarkElf

9+ Year Member
Supreme
Feedback score
27
Posts
1,215
Reactions
1,217
Resources
2

NotSoBoop

New Developer
Premium
Feedback score
23
Posts
963
Reactions
345
Resources
0
I've sent him a version of my completed plugin. I don't believe this will be needed anymore.
 
Status
This thread has been locked.
Top