|
9 | 9 | { "permission": "ess.inventory.edit / 4", "description": "Allows to edit player inventory in invsee command." },
|
10 | 10 | { "permission": "ess.backup.notify / 4", "description": "Allows to notify player about backup done." },
|
11 | 11 | { "permission": "ess.home.limit.except / 4", "description": "Allows to sets LITERALLY 2,147,483,647 homes." },
|
12 |
| - { "permission": "ess.home.limit.default / ~", "description": "Allows to sets specified count of homes for this group." }, |
| 12 | + { "permission": "ess.home.limit.<group-name> / ~", "description": "Allows to sets specified count of homes for this group." }, |
13 | 13 | { "permission": "ess.warp.limit.except / 4", "description": "Allows to sets LITERALLY 2,147,483,647 warps." },
|
14 | 14 | { "permission": "ess.warp.remove.other / 4", "description": "Allows to remove warp created by other player." },
|
15 |
| - { "permission": "ess.warp.limit.default / ~", "description": "Allows to sets specified count of warps for this group." }, |
| 15 | + { "permission": "ess.warp.limit.<group-name> / ~", "description": "Allows to sets specified count of warps for this group." }, |
16 | 16 | { "permission": "native.event.world.<dim-registry-name>.block.<block-registry-name>.break / ~", "description": "Allows to break specified block in world." },
|
17 | 17 | { "permission": "native.event.world.<dim-registry-name>.block.<block-registry-name>.place / ~", "description": "Allows to break specified place in world." },
|
18 | 18 | { "permission": "native.event.world.block.break / ~", "description": "That simplified permission of above, works if useSimplifiedWorldPermissions setting is enabled." },
|
|
0 commit comments