Skip to content

Commit 5c7b5e6

Browse files
committed
docs: remove unused command permission level
1 parent 937303f commit 5c7b5e6

2 files changed

Lines changed: 0 additions & 34 deletions

File tree

docs/basics/structure/commands.md

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -30,23 +30,6 @@ A list of entry ids (without book or category id) that this command is allowed t
3030
Please specify all entries in which you plan to include a command link to this command.
3131
This is a security feature to prevent players from running commands before unlocking the required content.
3232

33-
### **permission_level** (Integer, _optional_)
34-
35-
Defaults to `0`.
36-
The permission level to run the command with. This will be used instead of the actual permission level of the player.
37-
38-
:::tip
39-
40-
For most commands (such as /give) you will need at least permission level 2.
41-
42-
:::
43-
44-
:::tip
45-
46-
When testing and the command fails with an obscure error message (such as: incomplete command), despite the same command working fine when running it in chat, try to increase the permission level up to 4.
47-
48-
:::
49-
5033
### **max_usages** (Integer, _optional_)
5134

5235
Defaults to `-1`.

versioned_docs/version-1.21.10/basics/structure/commands.md

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -30,23 +30,6 @@ A list of entry ids (without book or category id) that this command is allowed t
3030
Please specify all entries in which you plan to include a command link to this command.
3131
This is a security feature to prevent players from running commands before unlocking the required content.
3232

33-
### **permission_level** (Integer, _optional_)
34-
35-
Defaults to `0`.
36-
The permission level to run the command with. This will be used instead of the actual permission level of the player.
37-
38-
:::tip
39-
40-
For most commands (such as /give) you will need at least permission level 2.
41-
42-
:::
43-
44-
:::tip
45-
46-
When testing and the command fails with an obscure error message (such as: incomplete command), despite the same command working fine when running it in chat, try to increase the permission level up to 4.
47-
48-
:::
49-
5033
### **max_usages** (Integer, _optional_)
5134

5235
Defaults to `-1`.

0 commit comments

Comments
 (0)