This Bukkit (compatible with CraftBukkit, Spigot, Paper) is an addon for the SilkSpawners plugin and adds an optional economy feature to charge different cases via Vault, XP, or both:
- Charging for
- Breaking spawners
- Changing spawners
- Placing spawners
- Uses pure SilkSpawners API
- Fallback and flexible configuration of each mob
- No multiple charging of a mob (when changing)
- Second command/action as a confirmation needed (optional)
Third party features, all of them can be disabled
- bStats for usage statistics
- Auto Updater (connecting to https://dev.bukkit.org for updating checking)
# You can configure every mob name (without spaces) or a default!
autoUpdater: true
chargeSameMob: false
chargeXP: false
chargeBoth: false
chargeMultipleAmounts: false
numberFormat: $ 00.##
confirmation:
enabled: false
delay: 30
default:
break:
money: 10.5
xp: 100
change:
money: 10.5
xp: 100
place:
money: 10.5
xp: 100
pig:
break:
money: 7.25
xp: 200
change:
money: 7.25
xp: 200
place:
money: 7.25
xp: 200
cow:
break:
money: 0.0
xp: 20
change:
money: 0.0
xp: 20
place:
money: 0.0
xp: 20
/silkspawnerseco reload - Reloads the config file (default: OP)
(Fallback to OPs, if no permissions system is found)
Permission node | Description |
---|---|
silkspawners.free | Bypasses the economy check |
silkspawners.reload | Allows access to the reload command |
For support please open an issue here on GitHub.
Feel free to submit any PRs here. :)
Please follow the Sun Coding Guidelines, thanks!
The file ./plugins/bStats/config.yml
contains an option to opt-out.
The following data is read and sent to https://bstats.org and can be seen under https://bstats.org/plugin/bukkit/SilkSpawnersEcoAddon
- Your server's randomly generated UUID
- The amount of players on your server
- The online mode of your server
- The bukkit version of your server
- The java version of your system (e.g. Java 8)
- The name of your OS (e.g. Windows)
- The version of your OS
- The architecture of your OS (e.g. amd64)
- The system cores of your OS (e.g. 8)
- bStats-supported plugins
- Plugin version of bStats-supported plugins
1NnrRgdy7CfiYN63vKHiypSi3MSctCP55C
Built by (c) Tim Brust and contributors. Released under the MIT license.