Shards is a plugin that lets you add a whole new economy into your minecraft server, without needing to use Vault or any dependency as such. With an easy to use configuration and multi-version support. This plugin is suited for you!
» In-game shop
» Supports versions 1.8-1.18.1
» Completely free
» Highly configurable
» Tested by many people !
» Categories for shops.
No dependencies are required unless you would like to utilize the PlaceholderAPI support. If you wish to use this use the placeholder "%shards_player_balance%. or %shards_player_purchase_count% If you would like me to add more placeholders please let me know !.
(any older configs before 1.9 recode are not compatible anymore)
Code (Text):
#This is the main menu when a player executes /shard, It will open a gui where they can select which shop to open.
Shops:
Example:
Shop: example #This should be the same as the config name (excluding .yml)
Slot: 4 #Slots start from 0
Name: "&bExample Shop!"
Material: DIAMOND_SWORD
Data: 0
Lore:
- '&7Click to open Example Shop'
Code (Text):
Commands:
Admin:
Help:
Message:
- '&cAdmin Shard Help'
- '&c/ashard openshop (shop)'
- '&c/ashard reload'
- '&c/ashard setshards (player) (amount)'
- '&c/ashard addshards (player) (amount)'
- '&c/ashard removeshards (player) (amount)'
Shard:
Help:
Message:
- '&bShards Help'
- '&b/shard balance &7- Returns Balance'
- '&b/shard toggle &7- Toggle shard payments'
- '&b/shard pay <player> <amount> &7- Send user shards'
- '&b/shard &7- Open shard categories'
Balance:
Message: "&e&l(!) &eYour balance is &a&l%player_balance_formatted%" # %player_balance% %player_balance_formatted%
Pay:
Amount:
Message: "&c&l(!) &cYou cannot afford this!"
Toggled:
Message: "&c&l(!) &cThis player cannot receive payments at this time"
Sent:
Message: "&e&l(!) &eYou have &a&lSENT &e%shards_formatted% shards to &a&n%player%" # %shards_formatted% is the number formatted, %shards% isn't & %player% is the target
Received:
Message: "&e&l(!) &eYou have &a&lRECEIVED &e%shards_formatted% from &a&n%player%" # Same here except %player% is the sender.
Pay Toggle:
Enable:
Message: "&e&l(!) &eYou will &a&lRECEIVE &eshard payments!"
Disable:
Message: "&e&l(!) &eYou will &c&lNOT RECEIVE &eshard payments!"