Skip to content

/admin

/admin provides administrative tools for managing the bot in your server. All subcommands require Manage Server permission. All responses are ephemeral.

SubcommandDescription
coinsGive coins to a player.
aetherGive Aether to a player.
cooldownReset a player’s fishing cooldown.
bannerManage the active banner.
event startStart a server event.
event stopEnd the current event.
event statusShow the currently active event.
/admin coins user:@mention amount:number
OptionTypeRequiredMinimum
userUser mentionYes
amountIntegerYes1

Adds the specified number of coins to the target player’s balance.

/admin aether user:@mention amount:number
OptionTypeRequiredMinimum
userUser mentionYes
amountIntegerYes1

Adds the specified amount of Aether to the target player’s balance.

/admin cooldown user:@mention
OptionTypeRequired
userUser mentionYes

Resets the target player’s fishing cooldown so they can cast immediately.

/admin banner action:value
OptionTypeRequiredValues
actionStringYesend

Manages the active banner. Currently supports ending the active banner early.

/admin event start key:event-key
OptionTypeRequired
keyEvent key (from the available event list)Yes

Starts the specified event on your server. Events can modify drop rates, multipliers, and other mechanics. Only one event can run at a time.

/admin event stop

Ends the currently running event.

/admin event status

Displays the currently active event and its description, or confirms that no event is running.