SpawnerManager is a Bukkit plugin empowering spawner management. Server owners can limit players' access of replacing mob spawner's mob type and charge player money for mob type replacement (Need to enable economy feature).
API Version
1.14
Tested Versions
1.14 to 1.20.6
Required Plugins
- Economy Feature(Optional): Vault & an economy plugin
Installation
Drop the plugin into the /plugins folder and restart the server.
Commands
- /sm reload Reload plugin config files
- /sm set <mob egg name> <true|false> Set whether player is allowed to change spawner's mob type to that mob.
- /sm egglist List all applicable mobs
Permission Nodes
- spawnermanager.use Allow to use the spawner (Allowed by default)
- spawnermanager.reload Allow to use /sm reload command (OP only by default)
- spawnermanager.bypass Allow to bypass spawner rules (Banned by default)
- spawnermanager.set Allow to change spawner rules (OP by default)
Config File
#Config version identifier
config-version: 2
#Language
lang: "en"
# Enable economy functionality
enable-economy: false
# To allow mob to be used on spawner, add it here with the cost you want~~~~
mobs:
# Zombie will be allowed here for $10
# If you didn't enable economy functionality,
# you still need to put a cost value, and that value will be ignored.
ZOMBIE: 10
If you don't know the mob type, you can add it in-game using commands with Tab Completion, or refer to https://hub.spigotmc.org/javadocs/spigot/org/bukkit/entity/EntityType.html
Language Support
Right now the plugin supports English & Simplified Chinese. Translations are welcomed.
Support & Feedback
For plugin support & feedback, please join my discord server: https://discord.gg/3Y9uCCuGsk​