Skip to content

๐Ÿ’ฑ ๐Ÿ‘พ CraftBukkit/Spigot plugin to charge the player when a spawner is changed.

License

Notifications You must be signed in to change notification settings

timbru31/SilkSpawnersEcoAddon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

SilkSpawnersEcoAddon

Build Status Build the plugin Known Vulnerabilities

BukkitDev SpigotMC

License

Info

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

Standard config

# 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

Commands

/silkspawnerseco reload - Reloads the config file (default: OP)

Permissions

(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

Support

For support please open an issue here on GitHub.

Pull Requests

Feel free to submit any PRs here. :)
Please follow the Sun Coding Guidelines, thanks!

Usage statistics

Usage statistics

Data usage collection of bStats

Disabling bStats

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

Donation

PayPal

BitCoin
1NnrRgdy7CfiYN63vKHiypSi3MSctCP55C


Built by (c) Tim Brust and contributors. Released under the MIT license.