Speedgot
⚡X ROBOTS ⚡ [1.13 - 1.21.10] ~ Currency Gens ~ Support Vault, CoinsEngine, PlayerPoints ⭐
-----
✨ CURRENCY GENERATORS ✨ GUI-BASED ✨ OPTIMIZED ✨
Download Now
1 MB .zip
Overview
Documentation
Updates (
--
)
Reviews (
---
)
Version History
Discussion
Disabled metrics by default
Disabled metrics by default
----------
,
Nov 15, 2025
Updated to support latest version of X PRISON CORE
Updated to support latest version of X PRISON CORE
----------
,
Nov 13, 2025
Update 1.0.8
Update 1.0.8
7th November 2025
Added refresh button into robots gui
Refreshed the claimable currencies without needing of re-opening the GUI
Configurable item in guis.yml
Code (YAML):
refresh
:
name
:
"&fRefresh"
material
:
COMPASS
custom_model_data
:
0
lore
:
-
"&7Click to refresh"
----------
,
Nov 7, 2025
Updated to support latest version of X PRISON CORE
Updated to support latest version of X PRISON CORE
----------
,
Nov 4, 2025
Updated to support latest version of X Prison Cor
Updated to support latest version of X Prison Cor
----------
,
Nov 1, 2025
Updated to support latest version of X Prison Core
Updated to support latest version of X Prison Core
----------
,
Oct 29, 2025
Updated to support latest version of X Prison Core
Updated to support latest version of X Prison Core
----------
,
Oct 26, 2025
Updated to support latest version of X Prison Core
Updated to support latest version of X Prison Core
----------
,
Oct 21, 2025
Updated to support latest version of X Prison Core
Updated to support latest version of X Prison Core
----------
,
Oct 19, 2025
Updated to support latest version of X Prison Core
Updated to support latest version of X Prison Core
----------
,
Oct 18, 2025
Updated to support latest dependency versions
[+] Some of our dependencies were updated to support 1.21.9 and 1.21.10 so we updated the versions for fully support
----------
,
Oct 17, 2025
Fixed 1.21.9 and 1.21.10 support
[+] 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.
----------
,
Oct 16, 2025
Updated to support latest X Prison Core
Updated to support latest X Prison Core
----------
,
Oct 14, 2025
Updated all soft-dependency versions to latest
Updated all soft-dependency versions to latest
----------
,
Oct 13, 2025
Updated all soft-dependency versions to latest
Updated all soft-dependency versions to latest
----------
,
Oct 12, 2025
Updated to support CoinsEngine 2.5.2
Updated to support CoinsEngine 2.5.2
----------
,
Oct 11, 2025
Updated to support Spigot 1.21.10
Updated to support Spigot 1.21.10
----------
,
Oct 10, 2025
Updated to support Spigot 1.21.9
Updated to support Spigot 1.21.9
----------
,
Sep 30, 2025
Update 1.0.4
Update 1.0.4
15th September 2025
Updated to support latest X Prison Core
----------
,
Sep 15, 2025
Update 1.0.4
Update 1.0.4
4th September 2025
Updated to support latest X Prison Core
----------
,
Sep 4, 2025
Update 1.0.4
Update 1.0.4
19th August 2025
Added currency support for PlayerPoints plugin
----------
,
Aug 19, 2025
Update 1.0.3
Update 1.0.3
16th August 2025
Updated to support latest X Prison Core
----------
,
Aug 16, 2025
Update 1.0.3
Update 1.0.3
15th August 2025
Updated to support latest X Prison Core
----------
,
Aug 15, 2025
Update 1.0.3
Update 1.0.3
14th August 2025
Updated to support latest X Prison Core
----------
,
Aug 14, 2025
Update 1.0.3
Update 1.0.3
13th August 2025
Updated to support latest X Prison Core
----------
,
Aug 13, 2025
Update 1.0.3
Update 1.0.3
12th August 2025
Updated to support latest X Prison Core
----------
,
Aug 12, 2025
Update 1.0.3
Update 1.0.3
10th August 2025
Updated to support latest X Prison Core
----------
,
Aug 10, 2025
Update 1.0.3
Update 1.0.3
9th August 2025
Updated to support latest X Prison Core
----------
,
Aug 9, 2025
Update 1.0.3
Update 1.0.3
7th August 2025
Internal code preparations for public API
----------
,
Aug 7, 2025
Update 1.0.3
Update 1.0.3
6th August 2025
Internal code preparations for public API
----------
,
Aug 6, 2025
Update 1.0.3
Update 1.0.3
5th August 2025
Internal code preparations for public API
----------
,
Aug 5, 2025
Update 1.0.3
Update 1.0.3
4th August 2025
Updated to support latest version of X PRISON CORE
----------
,
Aug 4, 2025
Update 1.0.3
Update 1.0.3
4th August 2025
Updated to support latest version of X PRISON CORE
----------
,
Aug 4, 2025
Update 1.0.3
Update 1.0.3
3rd August 2025
Added warnings logging when currency cannot be found for better error description
----------
,
Aug 3, 2025
Update 1.0.2
Update 1.0.2
2nd August 2025
Updated to support latest version of X PRISON CORE
----------
,
Aug 2, 2025
Update 1.0.2
Update 1.0.2
2nd August 2025
Updated to support latest version of X PRISON CORE
----------
,
Aug 2, 2025
Update 1.0.2
Update 1.0.2
1st August 2025
Updated to support latest version of X PRISON CORE
----------
,
Aug 1, 2025
Update 1.0.2
Update 1.0.2
31st July 2025
Updated to support latest version of X PRISON CORE
----------
,
Jul 31, 2025
Update 1.0.2
Update 1.0.2
31st July 2025
Updated to support latest version of X PRISON CORE
----------
,
Jul 31, 2025
XRobots 1.0.2 - Release Notes
️ 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.
----------
,
Jul 30, 2025
Update 1.0.1
Update 1.0.1
29th July 2025
Updated to support latest version of X PRISON CORE
----------
,
Jul 30, 2025
Update 1.0.1
Update 1.0.1
29th July 2025
Updated to support latest version of X PRISON CORE
----------
,
Jul 29, 2025
Update 1.0.1
Update 1.0.1
29th July 2025
Fixed lots of issues in pre-release
Added bStats metrics
Default: disabled
----------
,
Jul 29, 2025
View on SpigotMC
Resource Information
Author:
----------
Total Downloads:
28
First Release:
Jul 29, 2025
Last Update:
Nov 15, 2025
Category:
---------------
All-Time Rating:
2 ratings
Find more info at discord.gg...
Version
-----
Released:
--------------------
Downloads:
------
Version Rating:
----------------------
--
ratings
Ask Questions / Get Support