Skip to content

Commit 7552e1b

Browse files
committed
docs: remove outdated entry permissions section
1 parent c4ce493 commit 7552e1b

File tree

1 file changed

+0
-21
lines changed

1 file changed

+0
-21
lines changed

content/docs/portals/permissions.mdx

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -31,24 +31,3 @@ All command permissions follow the pattern: `portals.command.<subcommand>`
3131
The `portals.command.action` permission grants access to all action types.
3232
There are no separate permissions for individual actions (teleport, connect, transfer, etc.).
3333
</Callout>
34-
35-
## Entry Permissions
36-
37-
Entry permissions are custom permissions set per-portal using `/portal permission`.
38-
These permissions control who can use specific portals.
39-
40-
### Setting Entry Permissions
41-
42-
```
43-
<gray># Set custom entry permission</gray>
44-
/portal permission <aqua>vip-portal</aqua> <yellow>server.vip</yellow>
45-
46-
<gray># Set admin-only portal</gray>
47-
/portal permission <aqua>admin-portal</aqua> <yellow>server.admin</yellow>
48-
49-
<gray># Set donor portal</gray>
50-
/portal permission <aqua>donor-portal</aqua> <yellow>server.donor</yellow>
51-
```
52-
53-
Entry permissions can be any permission string you choose.
54-
Use your permission plugin (like LuckPerms) to grant these permissions to players or groups.

0 commit comments

Comments
 (0)