-
Notifications
You must be signed in to change notification settings - Fork 0
Commands and Settings
lonefelidae16 edited this page Sep 1, 2026
·
3 revisions
Server administrators can use the following commands to inspect and configure the mod. Tab-completion is fully supported in-game.
All commands use the following base prefix:
/xporbex
Displays the current configuration and status of the mod.
- Syntax:
/xporbex status - Arguments: None
Retrieves the current value of a specific configuration property.
- Syntax:
/xporbex get <amount|depletion|target> - Arguments:
-
amount: Displays the amount of levels or experience points drained when interacting with the Sculk Catalyst. -
depletion:-
Bottles: A Bottle o’ Enchanting is generated as long as at least 1 experience point can be extracted as an orb. -
Orbs: If the specifiedamountcannot be fully extracted, the experience points are returned to the player as orbs instead.
-
-
target: Displays the current drain target (either levels or experience points).
-
Updates the value of a specific configuration property.
- Syntax:
/xporbex set <mod|amount|depletion|target> <value> - Arguments:
-
mod: Enables or disables the mod’s functionality. If disabled, players cannot interact with the Sculk Catalyst.-
value:enableordisable
-
-
amount: Specifies the amount of levels or experience points drained when interacting with the Sculk Catalyst.-
value: An integer greater than 0.
-
-
depletion: Specifies whether to generate a Bottle o’ Enchanting or drop experience orbs if the player has less than the specifiedamount.-
value:bottlesororbs
-
-
target: Specifies the current drain target.-
value:levelsorpoints
-
-
Adds a specified value to the current configuration property (useful for adjusting numeric settings).
- Syntax:
/xporbex add <amount> <value> - Arguments:
-
amount: The target configuration property to update (currently supportsamount).-
value: An integer. Can be negative to subtract. If the resulting value is less than or equal to 0, or exceeds the maximum integer limit, the command will fail.
-
-