Skip to content

Commit a2868ec

Browse files
committed
permissions.json updated.
1 parent e06ce1b commit a2868ec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/manual/permissions/permissions.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@
99
{ "permission": "ess.inventory.edit / 4", "description": "Allows to edit player inventory in invsee command." },
1010
{ "permission": "ess.backup.notify / 4", "description": "Allows to notify player about backup done." },
1111
{ "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." },
1313
{ "permission": "ess.warp.limit.except / 4", "description": "Allows to sets LITERALLY 2,147,483,647 warps." },
1414
{ "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." },
1616
{ "permission": "native.event.world.<dim-registry-name>.block.<block-registry-name>.break / ~", "description": "Allows to break specified block in world." },
1717
{ "permission": "native.event.world.<dim-registry-name>.block.<block-registry-name>.place / ~", "description": "Allows to break specified place in world." },
1818
{ "permission": "native.event.world.block.break / ~", "description": "That simplified permission of above, works if useSimplifiedWorldPermissions setting is enabled." },

0 commit comments

Comments
 (0)