Skip to content

Commit 75361f1

Browse files
authored
alphabetical sort, add extendclaim.toolbypass permission (#10)
* modified permissions order alphabetically
1 parent c919d29 commit 75361f1

File tree

1 file changed

+27
-27
lines changed

1 file changed

+27
-27
lines changed

permissions.md

Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -7,30 +7,30 @@ description: Fine-grained permissions control to decide exactly what you want pe
77

88
# Permissions
99

10-
11-
| Permission | Description |
12-
| ------------- | ------------- |
13-
|griefprevention.restorenature | Allows the use of the /restorenature command |
14-
|griefprevention.restorenatureaggressive | Allows the use of the /restorenatureaggressive command |
15-
|griefprevention.lava | Players with this permission may place lava anywhere they have build permission, but still not near other players. |
16-
|griefprevention.adminclaims | Allows creating, deleting and building in administrative claims |
17-
|griefprevention.claimslistother | Grants access to /claimslist <other> command. |
18-
|griefprevention.ignoreclaims | Allows the player to ignore claims using the /ignoreclaims command |
19-
|griefprevention.deleteclaims | Allows the player to delete and resize other player's claims |
20-
|griefprevention.createclaims | Allows players to create claims with the claim creation tool (default shovel). All players have this permission by default. |
21-
|griefprevention.transferclaim | Grants access to the /transferclaim command. |
22-
|griefprevention.claims | This permission is granted to everyone by default, and is necessary for the claims-related slash commands. |
23-
|griefprevention.abandonallclaims | This permission is granted to everyone by default and allows the player to abandon all of its claims using the /abandonallclaims command |
24-
|griefprevention.buysellclaimb­locks | This permission is granted to everyone by default and allows the player the ability to buy/sell claim blocks |
25-
|griefprevention.adjustclaimblocks | Allows the player to adjust player's bonus claim blocks amount |
26-
|griefprevention.visualizenearbyclaims | Allows the player to shift+right click with investigation tool (stick) in hand to see all nearby land claims. |
27-
|griefprevention.eavesdrop | Allows the player to see private messages like /tell. |
28-
|griefprevention.eavesdropsigns | Allows the player to receive notifications about newly-placed signs. |
29-
|griefprevention.overrideclaimcountlimit | Allows a player to bypass the total claim count limit set in your config file (defaults to no limit). |
30-
|griefprevention.spam | Allows the player to bypass the spam protection. |
31-
|griefprevention.premovementchat | Allows the player to chat without having to move first. |
32-
|griefprevention.siegeimmune | Makes a player immune to the /siege command. |
33-
|griefprevention.notignorable | Makes a player immune to the /ignore command. |
34-
|griefprevention.seeinactivity | Allows player to see how long a claim owner has been offline by using the claim investigation tool (default:stick). |
35-
|griefprevention.seeclaimsize | Allows player to see the size of another player's claim by using the claim investigation tool (default:stick) |
36-
|griefprevention.trapped | Allows the player to teleport outside a player's claim when trapped and not trusted. |
10+
| Permission | Description |
11+
|------------|-------------|
12+
| griefprevention.abandonallclaims | This permission is granted to everyone by default and allows the player to abandon all of its claims using the /abandonallclaims command |
13+
| griefprevention.adjustclaimblocks | Allows the player to adjust player's bonus claim blocks amount |
14+
| griefprevention.adminclaims | Allows creating, deleting and building in administrative claims |
15+
| griefprevention.buysellclaimb­locks | This permission is granted to everyone by default and allows the player the ability to buy/sell claim blocks |
16+
| griefprevention.claims | This permission is granted to everyone by default, and is necessary for the claims-related slash commands. |
17+
| griefprevention.claimslistother | Grants access to /claimslist <other> command. |
18+
| griefprevention.createclaims | Allows players to create claims with the claim creation tool (default shovel). All players have this permission by default. |
19+
| griefprevention.deleteclaims | Allows the player to delete and resize other player's claims |
20+
| griefprevention.eavesdrop | Allows the player to see private messages like /tell. |
21+
| griefprevention.eavesdropsigns | Allows the player to receive notifications about newly-placed signs. |
22+
| griefprevention.extendclaim.toolbypass | Allows a player to extend a claim without a modification tool (default:shovel). |
23+
| griefprevention.ignoreclaims | Allows the player to ignore claims using the /ignoreclaims command |
24+
| griefprevention.lava | Players with this permission may place lava anywhere they have build permission, but still not near other players. |
25+
| griefprevention.notignorable | Makes a player immune to the /ignore command. |
26+
| griefprevention.overrideclaimcountlimit | Allows a player to bypass the total claim count limit set in your config file (defaults to no limit). |
27+
| griefprevention.premovementchat | Allows the player to chat without having to move first. |
28+
| griefprevention.restorenature | Allows the use of the /restorenature command |
29+
| griefprevention.restorenatureaggressive | Allows the use of the /restorenatureaggressive command |
30+
| griefprevention.seeinactivity | Allows player to see how long a claim owner has been offline by using the claim investigation tool (default:stick). |
31+
| griefprevention.seeclaimsize | Allows player to see the size of another player's claim by using the claim investigation tool (default:stick) |
32+
| griefprevention.siegeimmune | Makes a player immune to the /siege command. |
33+
| griefprevention.spam | Allows the player to bypass the spam protection. |
34+
| griefprevention.transferclaim | Grants access to the /transferclaim command. |
35+
| griefprevention.trapped | Allows the player to teleport outside a player's claim when trapped and not trusted. |
36+
| griefprevention.visualizenearbyclaims | Allows the player to shift+right click with investigation tool (stick) in hand to see all nearby land claims. |

0 commit comments

Comments
 (0)