Skip to content

Admin Commands

The game uses the Cmdr execution framework. You can open the admin console at any time in-game by pressing F3. You can also add custom commands if you know how it works...

Below is the complete list of administrative commands combined into a single, comprehensive table. Click the section below to expand or collapse the list.


📋 All Admin Commands
CommandDescriptionSyntax / Example
AnnouncementClientMake an announcement for a custom player.AnnouncementClient [Player] [Message]
AnnouncementServerMake an announcement in the current server.AnnouncementServer [Message]
AnnouncementGlobalMake an announcement in all servers.AnnouncementGlobal [Message]
MoneyAdd an amount of money to a player.Money [Player] [Amount]
CurrencyAdd a currency to a custom path.Currency [Player] [PathTable] [Value]
Example: Currency Username {"Rebirth"} 1
DiceGive an amount of dice to a player!Dice [Player] [Name] [Amount]
DiceGlobalGive an amount of dice to all players.DiceGlobal [Name] [Amount]
ItemGive an item with an optional mutation to a player.Item [Player] [ItemName] [MutationName (Optional)]
Example: Item Username Item A
With mutation: Item Username Item A Gold
ItemsGlobalGive an item to every player in the game!ItemsGlobal [ItemName] [MutationName (Optional)]
EventStart a mutation event.Event [EventName]
EventGlobalStart a mutation event in all servers.EventGlobal [EventName]
GamepassAdd a gamepass to a player.Gamepass [Player] [GamepassName]
ProductsAdd a product to a player.Products [Player] [ProductName]
BanBan a player.Ban [Player] [Duration] [Reason]
BanIdBan a player using their User ID.BanId [UserId] [Duration] [Reason]
UnbanIdUnban a player using their User ID.UnbanId [UserId]
ResetDataReset your data.ResetData
RefreshBaseCommand created just for the development of the game to reload your base when making the base system.RefreshBase

Rejoin Required

Rejoin after using ResetData to make sure everything resynces properly.


Auto-Completion

Don't forget that Cmdr features full auto-completion! When typing out item names, player usernames, or mutation styles, press Tab or look at the command suggestions right above your input line to prevent typos.