Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/timbru31/silkspawnersshopaddon
💰 👾 A sign shop addon for SilkSpawners [premium]
https://github.com/timbru31/silkspawnersshopaddon
bukkit bukkit-plugin economy minecraft minecraft-plugin silkspawners spigot spigot-plugin spigotmc vault
Last synced: 4 months ago
JSON representation
💰 👾 A sign shop addon for SilkSpawners [premium]
- Host: GitHub
- URL: https://github.com/timbru31/silkspawnersshopaddon
- Owner: timbru31
- License: other
- Created: 2015-09-02T14:10:10.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-09-26T20:44:16.000Z (4 months ago)
- Last Synced: 2024-10-02T09:45:27.385Z (4 months ago)
- Topics: bukkit, bukkit-plugin, economy, minecraft, minecraft-plugin, silkspawners, spigot, spigot-plugin, spigotmc, vault
- Language: Java
- Homepage: https://www.spigotmc.org/resources/12028/
- Size: 432 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# SilkSpawnersShopAddon
[![Build Status](https://ci.dustplanet.de/buildStatus/icon?job=SilkSpawnersShopAddon)](https://ci.dustplanet.de/job/SilkSpawnersShopAddon/)
[![Build the plugin](https://github.com/timbru31/SilkSpawnersShopAddon/workflows/Build%20the%20plugin/badge.svg)](https://github.com/timbru31/SilkSpawnersShopAddon/actions?query=workflow%3A%22Build+the+plugin%22)[![SpigotMC](https://img.shields.io/badge/SpigotMC-v3.0.4-orange.svg)](https://www.spigotmc.org/resources/12028/)
## Info
This CraftBukkit/Spigot plugin adds an optional store for selling and buying spawners via signs.
The two modes are specified via BUY or SELL.
A valid sing looks like this:```
&6[SilkSpawners] (configurable)
BUY|SELL:amount
mob (name or ID)
price (only numbers)
```- Shops are stored via three different storage providers:
- yaml
- mongoDB
- MySQL_Third party features, all of them can be disabled_
- bStats for usage statistics
## License
You do not have the permission to redistribute, share, sell or make this plugin in any other way available for others.
One purchase is valid for one server, if you plan to use it on multiple servers you will need to purchase the resource again.## Standard config
```yaml
# Valid storage methods are YAML, MONGODB, and MYSQLdisableUpdater: false
shopIdentifier: "&6[SilkSpawners]"
numberFormat: "$ 00.##"
allowedActions:
- RIGHT_CLICK_BLOCK
invincibility:
burn: true
explode: true
ignite: true
forceInventoryUpdate: false
perMobPermissions: false
eggMode: false
storageMethod: "YAML"
mongoDB:
host: "localhost"
port: 27017
user: ""
pass: ""
database: "silkspawners"
collection: "shops"
MySQL:
host: "localhost"
port: 3306
user: "root"
pass: ""
database: "shops"
```## Permissions
(Fallback to OPs, if no permissions system is found)
All permissions are included in the silkspawners.\* wildcard permission.| Permission node | Description |
| :----------------------- | :----------------------------------------- |
| silkspawners.createshop | Grants the ability to create a shop |
| silkspawners.destroyshop | Grants the ability to destroy a shop |
| silkspawners.use.\* | Allows to interact with buy and sell shops |
| silkspawners.use.buy | Allows to interact with buy shops |
| silkspawners.use.buy.\* | Allows to interact with all buy shops |
| silkspawners.use.sell | Allows to interact with sell shops |
| silkspawners.use.sell.\* | Allows to interact with all sell shops |
| silkspawners.editshop | Allows you to edit shops via commands |
| silkspawners.updateshops | Allows you to remove invalid shops |## Commands
| Command | Aliases | Description | Permission node |
| :------------------------------------------------------------------ | :----------------------------------------------------- | :------------------------------------------------------- | :----------------------- |
| /silkspawnersshopaddon | silkspawnersshop, silkspawnershop, sshop, ssshop, shop | Edits the shop and updates the given value | silkspawners.editshop |
| /silkspawnersshopaddon check | same as above | Searches the database for invalid shops and removes them | silkspawners.updateshops |## Support
For support visit the [SpigotMC page](https://www.spigotmc.org/resources/12028/) or open an [issue](https://github.com/timbru31/SilkSpawnersShopAddon/issues).
In addition to reporting bugs here on GitHub you can join my Discord and ask your questions right away!
[![Discord support](https://discordapp.com/api/guilds/387315912283521027/widget.png?style=banner2)](https://discord.gg/mbCRgzQRvj)## Usage statistics
[![Usage statistics](https://bstats.org/signatures/bukkit/SilkSpawnersShopAddon.svg)](https://bstats.org/plugin/bukkit/SilkSpawnersShopAddon/272)
## 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/SilkSpawnersShopAddon
- 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
- Storage method of SilkSpawnersShopAddon## Partnership\*
[![ScalaCube partnership](https://scalacube.com/images/banners/modpack.jpg)](https://scalacube.com/p/_hosting_server_minecraft/2986301)
\*As an affiliate partner I earn from qualified purchases---
Built by (c) Tim Brust and contributors. Released under the custom license.