
Xshards
Xshards is a Minecraft plugin that introduces a shard-based economy, enabling players to earn shards through gameplay, purchase items from a public shop, and manage their shard balances with various commands.
4.2K
5
Xshards 1.2.8
release8 апреля 2026 г.Xshards Changelog
[1.2.8] - 2026-04-08
Fixed
- Fixed critical bug where players could take items from the store (
/store) for free without purchasing them. The shop inventory click protection was not being triggered due to a title mismatch caused by color codes, allowing players to freely drag items out of the GUI.
Xshards 1.2.7
release12 марта 2026 г.ersion 1.2.7 - Shop GUI Customization (Database Edition)
Features:
- NEW: Customize shop inventory title in config.yml (store.title)
- NEW: Per-item custom display names (editable via /store editname
) - NEW: Per-item custom lore (editable via /store editlore
<line1|line2|...>) - NEW: Global default lore for all shop items in config.yml
- NEW: Full color code support (&a, &c, etc.) for all customizations
- Support for {price} placeholder in lore
Database Schema Updates:
- Added
display_namecolumn to shop_items table (VARCHAR 256 / TEXT) - Added
lorecolumn to shop_items table (LONGTEXT / TEXT) - Backward compatible - existing shops auto-migrate
New Commands:
/store editname <slot> <name>- Set custom display name for item/store editlore <slot> <line1|line2|...>- Set lore with | as separator
Configuration Example:
store:
title: "&6Custom Shop Name"
default-lore:
- "&7Price: {price} shards"
- "&8Click to purchase"
Data Storage:
- Per-item customizations saved in database (MySQL/SQLite)
- Global settings configured in config.yml
- Changes via commands immediately persist to database
Technical Updates:
- Updated version to 1.2.7
- Added display_name and lore fields to ShopItem class
- Updated DatabaseManager table creation for both MySQL and SQLite
- Enhanced ShopManager with batch save/load for customizations
- Added setItemDisplayName() and setItemLore() methods
- Tab completion for editname and editlore commands
Xshards 1.2.6
release8 марта 2026 г.Нет описания изменений
Xshards 1.2.3
release30 января 2026 г.Version 1.2.5 - Global Message Control and Configuration Improvements
Features:
- Added global and per-message toggle support in messages.yml
- Every message in the plugin can now be disabled by setting it to an empty string or using a new toggle system
- Added message-enabled toggles for all shard earning methods in config.yml
Changes:
- Improved message handling for better performance
- Updated default messages.yml with documentation for disabling messages
Technical Updates:
- Updated version to 1.2.5
- Refactored MessageManager to handle empty/null messages gracefully
Xshards 1.2.4
release19 января 2026 г.Version 1.2.4 - Shard Management Expansion and PAPI Fixes
Features:
- Added /shards remove
command for administrators - Added custom messages for shard removal in messages.yml
Changes:
- Improved PlaceholderAPI (PAPI) expansion reliability and persistence
- Updated admin help menu to include shard removal command
Technical Updates:
- Updated version to 1.2.4
- Enhanced XshardsPlaceholder with persist() and canRegister() methods
- Added removeShards methods to ShardManager and ShardData
Совместимость
Создатели
Детали
Лицензия:LicenseRef-All-Rights-Reserved
Опубликован:1 год назад
Обновлён:4 дня назад

