Updated to support latest version of X PRISON CORE
[+] We have fixed support for 1.21.9 and 1.21.10 that was reported on our discord support server by updating libraries we use internally to latest available versions.
Update 1.0.3
3rd August 2025
- Added warnings logging when currency cannot be found for better error description
XRobots 1.0.2 - Release Notes
New Features
Robot Filtering System
Introduced a filtering system in the Robots GUI, allowing players to sort and view their robots more effectively.
New filter modes include:
No Filter
Newest to Oldest
Worst to Best
Best to Worst
Not Maxed
Maxed
A new filter item (configurable in robots-gui.items.filter) has been added to the GUI.
Clicking this item cycles through available filters.
The robot list updates dynamically based on the selected filter.
Current filter is shown in the item's lore (%filter% placeholder supported).
Fully configurable via guis.yml like other static GUI items.
Database Schema Update
Robot Creation Time
Added creation_time column to the robots database table.
Tracks when each robot was created (BIGINT timestamp in milliseconds).
Used for filtering (e.g., Newest to Oldest).
Fully backward compatible:
The plugin detects whether the column exists and adds it automatically if missing.
Existing robots without a creation_time will fallback to 0 or the current system time on load.
New robots automatically store their creation time upon creation.
