Skip to content

Commands

el211 edited this page Sep 9, 2026 · 1 revision

Commands

Every command literal has its own permission node, gocraft.command.<name>. Commands default to Public (any player) or Operator (requires op or an explicit grant). See Permissions.

Built-in commands

Command Description
/help List all available commands
/list Show online player names and count
/me <action> Broadcast an action message
/msg <player> <message> Send a private message
/tell <player> <message> Alias for /msg
/w <player> <message> Alias for /msg
/say <message> Broadcast a server message
/ver / /version Report the GoCraft version
/xyz Show precise position, block, and chunk coordinates
/tp <x> <y> <z> Teleport to coordinates
/tp <player> Teleport to a player
/spawn Teleport to world spawn
/tphere <player> Teleport a player to you
/gamemode <mode> Change game mode (survival, creative, adventure, spectator)
/gm <mode> Alias for /gamemode
/fly Toggle flight
/walkspeed <value|reset> Set walk speed
/flyspeed <value|reset> Set fly speed
/give <player> <item> [count] Give an item to a player
/get <item> [count] Give an item to yourself
/heal [player] Restore health
/kill [player] Kill a player
/god [player] Toggle god mode
/ungod [player] Remove god mode
/potioneffect <player> <effect> <seconds> Apply a potion effect
/summon <mob> [profession] Spawn a mob beside you
/locate <village|biome> Find the nearest village or biome
/kick <player> [reason] Disconnect a player
/op <player> Grant operator status
/deop <player> Revoke operator status
/ban <player> [reason] Ban a player
/ban-ip <address> [reason] Ban an IP address
/pardon <player> Unban a player
/pardon-ip <address> Unban an IP address
/banlist List banned players and IPs
/whitelist <add|remove|list|on|off> Manage the whitelist
/difficulty <level> Set difficulty
/time <set|add> <value> Change world time
/weather <clear|rain|thunder> Set weather
/seed Show the world seed
/setspawn / /setworldspawn Set world spawn to your position
/save-all Force an immediate world save
/save-on / /save-off Enable or disable autosaves
/stop Shut down the server
/tps Show current ticks per second
/mspt Show milliseconds per tick
/reload Reload configuration
/clear [player] Clear a player's inventory
/xp <amount> [player] Grant experience
/setblock <x> <y> <z> <block> Place a block
/fill <x1> <y1> <z1> <x2> <y2> <z2> <block> Fill a region
/clone <from> <to> <dest> Clone a region
/tag <player> <add|remove|list> [tag] Manage player tags
/spawnpoint [player] Set a player's spawn point
/effect <player> <effect> [duration] [amplifier] Apply or clear effects
/damage <player> <amount> Deal damage to a player
/random <min> <max> Generate a random number
/rotate <player> <yaw> <pitch> Rotate a player
/world <overworld|nether|end> Switch a player's dimension

GoCraft admin commands

Command Description
/gocraft peditor Open the permission editor dashboard (prints a one-time URL)
/gocraft applyedits <key> Apply edits uploaded to bytebin from the dashboard
/gocraft user <player> group set <group> Assign a player to a group
/gocraft user <player> group remove <group> Remove a player from a group
/gocraft user <player> group list List a player's groups
/gocraft group <name> create Create a new group
/gocraft group <name> delete Delete a group
/gocraft group <name> setprefix <prefix> Set a group's chat prefix (MiniMessage)
/gocraft group <name> setweight <n> Set sort weight (higher = higher rank)
/gocraft group <name> addparent <parent> Add a group parent
/gocraft group <name> removeparent <parent> Remove a group parent

Permission nodes

Each command has a node in the form gocraft.command.<name>. Public commands (any player) include: help, list, me, msg, tell, w, spawn, ver, version, xyz.

All other commands default to Operator. /op is public but bootstrap-protected. Use gocraft.command.* to grant every GoCraft command, or * for every permission. Java command suggestions automatically hide commands a player cannot use.

For gaps relative to vanilla Paper/Spigot commands, see the docs/command-parity.md inventory in the repository.

Clone this wiki locally