ServerUtilities: Difference between revisions

m
→‎Permissions: max chunk claims/loads is 30k
m (→‎Backups: pic added for backup successful message.)
m (→‎Permissions: max chunk claims/loads is 30k)
Line 17:
One of SU's core features is permissions management. It can be used to set a variety of different player ranks that allow/disallow certain actions and commands without having to assign each individual player. Players can have one or more ranks at once, in which case the rank with highest power will take priority over any overlapping permission nodes from ranks with lower power.
 
A full list of current permissions and commands can be generated with <code>/dump_permissions</code>. This file contains every command available to players, who can use it, and its source. ServerUtilities own permissions are also listed, such as warp/teleport cooldowns and warmups, restrictions on block placement/use in claimed areas, and maximum allowed claims/homes. This dump includes the node designations for commands (command.{mod}.{keyword}) which are needed to assign specific permissions to ranks. Maximum chunk claims/loads cannot be set to a value higher than 30,000.
 
* Ranks config: <code>/your_instance/serverutilities/server/ranks.txt</code>
** <code>serverutilities.chunkloader.max_chunks:</code> Change the total chunkloaded chunks per player. (max 30000)
** <code>serverutilities.claims.max_chunks:</code> Change the total number of claimed chunks per player. (max 30000)
** <code>serverutilities.homes.max:</code> Change the allowed number of /home registrations.
* Player list: <code>/your_instance/serverutilities/server/players.txt</code>
4,389

edits