https://github.com/timbru31/silkspawnersecoaddon
💱 👾 CraftBukkit/Spigot plugin to charge the player when a spawner is changed.
https://github.com/timbru31/silkspawnersecoaddon
bukkit-plugin craftbukkit java minecraft silkspawners spawner spigot-plugin
Last synced: 3 months ago
JSON representation
💱 👾 CraftBukkit/Spigot plugin to charge the player when a spawner is changed.
- Host: GitHub
- URL: https://github.com/timbru31/silkspawnersecoaddon
- Owner: timbru31
- License: mit
- Created: 2013-02-13T19:33:22.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2024-10-24T08:38:41.000Z (6 months ago)
- Last Synced: 2024-10-25T08:24:21.407Z (6 months ago)
- Topics: bukkit-plugin, craftbukkit, java, minecraft, silkspawners, spawner, spigot-plugin
- Language: Java
- Homepage: https://dev.bukkit.org/projects/silkspawnersecoaddon
- Size: 272 KB
- Stars: 2
- Watchers: 4
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# SilkSpawnersEcoAddon
[](https://ci.dustplanet.de/job/SilkSpawnersEcoAddon/)
[](https://github.com/timbru31/SilkSpawnersEcoAddon/actions?query=workflow%3A%22Build+the+plugin%22)
[](https://snyk.io/test/github/timbru31/silkspawnersecoaddon)[](https://dev.bukkit.org/projects/silkspawnersecoaddon)
[](https://www.spigotmc.org/resources/8089/)[](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_
- bStats for usage statistics
- Auto Updater (connecting to https://dev.bukkit.org for updating checking)## Standard config
```yaml
# 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](https://github.com/timbru31/SilkSpawnersEcoAddon/issues/new).
## Pull Requests
Feel free to submit any PRs here. :)
Please follow the Sun Coding Guidelines, thanks!## Usage statistics
[](https://bstats.org/plugin/bukkit/SilkSpawnersEcoAddon/550)
## 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
[](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=T9TEV7Q88B9M2)

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