/rg and /regear are separate commands that you can configure independently, giving you the flexibility to assign different behaviors to each alias. Cooldowns and a post-damage timer prevent abuse in competitive formats.
Modes
Command Mode
Directly restocks whitelisted items from the player’s loaded kit into their inventory. Instant and invisible — no physical block required. The
command-cooldown governs how often a player can trigger it.Shulker Mode
Gives the player a physical shulker box. The player places it, opens it, and clicks the items they want to take. The shulker disappears after use. Ideal when you want players to make deliberate item-by-item choices.
Full Configuration Block
config.yml
Configuration Reference
Controls the behavior of the
/rg command. Accepted values: "command" or "shulker".Controls the behavior of the
/regear command. Accepted values: "command" or "shulker". Configure this independently from rg-mode to assign different behaviors to each alias.The number of seconds a player must wait between successive uses of the regear command. Set to
0 to remove the cooldown entirely.The number of seconds a player must wait after taking damage before they can use the regear command. This prevents players from immediately restocking during active combat. Set to
0 to disable the damage restriction.Set to
false to block players from triggering the regear command while they are gliding with an elytra. Useful for servers where mid-air restocking would be an unfair advantage.When
false, the whitelist is treated as an allowlist — only items on the list can be restocked. When true, the list becomes a blacklist — all items except those listed can be restocked. Set invert-whitelist: true with an empty whitelist to allow every item in the player’s kit to be restocked.A list of Bukkit Material names (uppercase, underscore-separated). Determines which items the regear command restocks, subject to the
invert-whitelist setting. Add any valid Bukkit Material name.Example Configurations
- Both commands — same mode
- Different modes per command
- Allow all items
The simplest setup: both
/rg and /regear behave identically.config.yml
When using shulker mode, a
command-cooldown of 0 or a very low value is recommended. Because the player must physically place and interact with the shulker box, the mechanic itself already introduces natural pacing — a long cooldown on top of that creates a frustrating experience.