Frequently Asked Questions
Information about chunk claiming Here
Information about ranks Here
The mod isn't working, help!
Make sure Sponge, Spigot, LuckPerms or any other non-Forge mod/plugin/loader isn't installed! FTB Utilities doesn't work well with those. If not, make an issue or ask question on discord in #chat-and-support channel.
How to use ranks/permissions?
Read the Ranks page
You can find the permission list here
Usually you will want to run /ranks setp player <permission node here> <value here>
Does this mod work with Sponge / Spigot / Paper / any other non-Forge plugin system?
Poorly. It's best to not use those when if you use FTBU or not use FTBU if you want to use those mods.
How to allow player to use an OP command?
Set command.name
permission to true
. If command is from mod, then it will have modid in it. For example, /tp
will be command.tp
but /spawn
will be command.ftbutilities.spawn
.
Where can I see list of all command nodes?
Command nodes will always be command.modid.commandname
. For example, /home command comes from FTB Utilities mod, so it will be command.ftbutilities.home
. Vanilla commands don't have a mod ID so they are just command.tp
or command.stop
.
If you have Aurora mod installed, you can view them from http://localhost:48574/ftb-utilities/ranks/commands in browser.
Where can I see list of all custom permission nodes?
You can find custom permission node list here: https://gist.github.com/LatvianModder/580500873676c5252c72957fd93e4a28
If you have Aurora mod installed, you can view them from http://localhost:48574/ftb-utilities/ranks/permissions in browser.
How to change max homes for players?
Set ftbutilities.homes.max
permission to 30
or any other number you want.
How to change max claimable chunks for players?
Set ftbutilities.claims.max_chunks
permission to 30
or any other number you want.
How to change max loadable chunks for players?
Set ftbutilities.chunkloader.max_chunks
permission to 30
or any other number you want.
How to make chunks load only when player is online?
Set ftbutilities.chunkloader.load_offline
permission to false
.
How to claim spawn chunks / different area?
1. /team create_server_team spawn
- Create spawn team
2. /team settings_for spawn
- Edit spawn team settings
3. /chunks claim_as spawn 5
- Claim 5 chunk radius from your position as spawn team
How to change cooldown & warmup timers for /home to 0 seconds?
Change ftbutilities.homes.cooldown
permission to 0s
to change the timer that prevent you from using command after teleport.
Change ftbutilities.homes.warmup
permission to 0s
to change the timer that prevents you from teleporting if you move
Command List
Argument types: <required>
, [optional]
-
/shutdown
- Creates./autostart.stamp
file and stops server -
/shutdown_time
- Tells the time left until automatic shutdown -
/inv view <player>
- Views player inventory -
/inv disable_right_click
- Disabled currently held item from right-clicking -
/warp <name>
- Teleport to server set warp -
/setwarp <name>
- Sets warp location to player position -
/delwarp <name>
- Deletes warp -
/home [name]
- Teleport to home -
/sethome [name]
- Set home to player position -
/delhome [name]
- Delete home -
/tpl <player>
- Teleport to last known position of player if they are offline -
/trash_can
- Opens a trash can. Anything you drop in will disappear -
/back
- Teleports to previous location -
/spawn
- Teleports to spawn -
/kickme
- Kicks the player. Useful with the bug where player gets stuck in bed with chat open -
/heal [player]
- Heals player -
/killall [type]
- Kills all non-player, non-basic entities. Type can be specified -
/nbtedit
- Edits NBT of block or entity player is currently looking at -
/nbtedit block <x> <y> <z>
- Edits block at coordinates -
/nbtedit entity <id>
- Edits entity from it's ID -
/nbtedit player <player>
- Edits player -
/nbtedit item
- Edits held item -
/fly
- Toggles creative flight -
/leaderboards [id]
- Shows leaderboard list. Specify ID to see a leaderboard -
/cycle_block_state
- Requires FTB Library debug commands enabled. Cycles block you are looking at states/rotations/types -
/dump_chunkloaders
- Requires FTB Library debug commands enabled. Dumps a list of all chunk loaders in world -
/tpa <player>
- Sends a TP request to another player. If they accept it, player will be teleported to them -
/tpaccept <player>
- Accept TP request -
/nick [nickname...]
- Changes your own nickname. Can contain spaces -
/nickfor <player> [nickname...]
- Changes nickname for another person -
/mute <player>
- Mutes player. They can no longer send chat messages -
/unmute <player>
- Umutes player