Skip to content

Commit 11800ad

Browse files
authored
fix: notop permission default value (#572)
1 parent 49cf438 commit 11800ad

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/content/docs/paper/dev/getting-started/plugin-yml.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -139,17 +139,17 @@ permissions:
139139
permission.node.child: true
140140
another.permission.node:
141141
description: "This is another permission node"
142-
default: not op
142+
default: notop
143143
```
144144

145145
The description is the description of the permission node. This is what will be displayed in the permissions list.
146-
The default is the default value of the permission node. This can be `op`/`not op` or `true`/`false`.
146+
The default is the default value of the permission node. This can be `op`/`notop` or `true`/`false`.
147147
This defaults to the value of `default-permission` if not specified, which in turn defaults to `op`.
148148
Each permission node can have children. When set to `true`, it will inherit the parent permission.
149149

150150
### default-permission
151151

152-
The default value that permissions that don't have a `default` specified will have. This can be `op`/`not op` or `true`/`false`.
152+
The default value that permissions that don't have a `default` specified will have. This can be `op`/`notop` or `true`/`false`.
153153
- `default-permission: true`
154154

155155
## Commands

0 commit comments

Comments
 (0)