The Shop
Open the shop with:shop.yml file inside plugins/NxShards/. Each item declares its icon, lore, slot, and a list of actions that execute in order when a player clicks it. The [shards] action charges the buyer; the rest of the actions handle item delivery, feedback, and effects.
Item Fields
Available Actions
Purchase Flow
- Player runs
/shards shop. - The GUI opens with each item placed in its configured slot.
- Clicking an item runs its
actionslist in order —[shards]first deducts the price, then the remaining actions deliver the reward and feedback. - If the balance is insufficient at the
[shards]step, the action chain is aborted and the buyer is notified.
Leaderboard
Display the top earners with:Player Transfers
Players move Shards between accounts with:transfer.max-amount cap in config.yml, blocking abuse and protecting the economy. Both sender and receiver get a confirmation message defined under messages.pay-sent and messages.pay-received.