<aside> ❗ FTB Utilities ranks will be disabled if Sponge is present and will not work. Do not report issues if you have Sponge.

</aside>

Terminology


Ranks

Instead of assigning permissions to every user individually, we have groups of permissions, which can then be assigned to a user as a whole.

For example, in my admin rank, I might add permission to ignore claims, and then assign users to the admin rank. This means that they will get all of the permissions from admin, plus any they have themselves.

Players can have multiple ranks, similar to Discord roles. The rank with higher power will take priority if two permissions are the same.

Permission

On your server, there will be a number of features, commands, and functionality which is added to the game. Most of these actions have a permission associated with them, so you can control which users have access to each feature or command.

A permission is just a string, and is separated into parts using periods. For example, ftbutilities.back.infinite is the permission to use the /back command infinitely. Obviously we don’t want all users to have access to this, so we only give it to some users.

The string that represents a certain permission is also sometimes called a "permission node" or just "node" for short.

Commands


There are a few utility commands for ranks, so you don't have to do everything in the configs.