Skip to content

Instantly share code, notes, and snippets.

@DreadBoy
Forked from LatvianModder/FTBLib.md
Last active August 26, 2016 16:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save DreadBoy/fb4ebcc0f65d87f951343b79b915b96e to your computer and use it in GitHub Desktop.
Save DreadBoy/fb4ebcc0f65d87f951343b79b915b96e to your computer and use it in GitHub Desktop.
FTB Mod Commands

Commands

/reload [client] - Reloads server and optionally client
/reload_client - Reloads client only

/ftb_mode set <mode> - Sets current mode
/ftb_mode get - Prints current mode
/ftb_mode list - Prints all available modes

/edit_config <ID> [group] [entry] [value] - Opens config Gui, if only 1st argument is given
/set_item_name [Name...] - Sets item display name for held item, like an Anvil
/ftb_notify <player|@a> [notification Json...] - Sends a popup notification to player

Commands

/back - Teleports player to his last death location
/spawn - Teleports player to Overworld spawn
/tpl <player> - Teleports to [player] if he is online or last location if offline
/warp <ID> - Teleports player to server set warp [ID]

Admin Commands

/admin invsee <player> - If player is online, opens his inventory. Armor on left top row, Baubles on right top row.
/admin setwarp <ID> - Sets warp [ID] to current position of player
/admin delwarp <ID> - Deletes warp [ID]
/admin unclaim - Opens unclaiming gui
/admin unclaim_all <player | @a> - Unclaims all <player>'s chunks from all dimensions
/admin server_info - Opens InfoGUI with technical informating about server, including Loaded Chunks

1.7.10 only:

/admin worldborder on|off - Enables/disables world border
/admin worldborder get [dim] - Prints world border size for dimension [dim]
/admin worldborder set [dim] [radius] - Sets world border radius for dimension [dim]
/admin worldborder center - Sets world border center to current player's locatoin
/admin worldborder center [x] [z] - Sets world border center to x, z
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment