A comprehensive Minecraft plugin for managing a shard-based economy system with multiple earning methods and a customizable shop interface.
-
💎 Shard Economy System
- Multiple ways to earn shards
- Configurable earning rates
- PlaceholderAPI integration
-
🏪 Customizable Shop System
- Support for custom items with lore and model data
- Adjustable shop size (9-54 slots)
- Price editing system
- Purchase confirmation interface
-
💤 AFK System
- Dedicated AFK location
- Earn shards while AFK
- Anti-abuse measures
- Configurable earning rates
-
Playtime Rewards
- Earn shards by staying online
- Configurable interval and amount
-
PvP Rewards
- Earn shards from player kills
- 24-hour cooldown per player killed
- Configurable amount
-
AFK Rewards
- Earn shards while in AFK mode
- Configurable interval and amount
- Safe teleportation system
/shards
- Check your shard balance/store
- Open the shard shop/afk
- Enter AFK mode/quitafk
- Exit AFK mode
/store edit <slot> <price>
- Edit item price in shop/store add <slot> <price>
- Add item to shop/store remove <slot>
- Remove item from shop/setafk
- Set AFK location/afkremove
- Remove AFK location/xshards reload
- Reload plugin configuration/xshards help
- Show help menu
xshards.use
- Access to basic commands (default: true)xshards.admin
- Access to admin commands (default: op)
# Store settings
store:
size: 54 # GUI size (9, 18, 27, 36, 45, 54)
# Shard earning methods
earning:
playtime:
enabled: true
interval: 3600000 # 1 hour in milliseconds
amount: 3
kills:
enabled: true
amount: 10
afk:
enabled: true
interval: 30 # seconds
amount: 1
# PlaceholderAPI Integration
placeholderapi: true
Available placeholders:
%xshards_playershards%
- Shows player's current shard balance
- Download the plugin JAR file
- Place it in your server's
plugins
folder - Restart the server
- Configure the plugin in
plugins/Xshards/config.yml
For support, please open an issue on our GitHub repository.
This project is licensed under the GNUV3 License - see the LICENSE file for details.