Skip to content

Commands and Settings

lonefelidae16 edited this page Sep 1, 2026 · 3 revisions

Available Commands

Server administrators can use the following commands to inspect and configure the mod. Tab-completion is fully supported in-game.

Command Prefix

All commands use the following base prefix:

/xporbex

Status Overview

Displays the current configuration and status of the mod.

  • Syntax: /xporbex status
  • Arguments: None

Get commands

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 specified amount cannot 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).

Set commands

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: enable or disable
    • 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 specified amount.
      • value: bottles or orbs
    • target: Specifies the current drain target.
      • value: levels or points

Add commands

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 supports amount).
      • 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.

Clone this wiki locally