mirror of
https://github.com/plexusorg/Website.git
synced 2025-02-02 12:50:07 +00:00
Remove more references to ranks
This commit is contained in:
parent
81d23fa0a8
commit
8156fba9c1
@ -5,7 +5,6 @@ title: BukkitTelnet
|
||||
|
||||
# BukkitTelnet
|
||||
|
||||
The BukkitTelnet is a very simple module. The only purpose of the module is to allow admins to automatically log in to
|
||||
telnet without needing to enter the password. If the person's rank is an Admin or above, it will let them connect. If
|
||||
your server is using permissions, you should add the `plex.telnet.autoconnect` to any group you want to have
|
||||
automatically connect to telnet.
|
||||
The BukkitTelnet is a very simple module. The only purpose of the module is to allow authorized users to automatically
|
||||
log in to telnet without needing to enter the password. You need to add the `plex.telnet.autoconnect` to the groups you
|
||||
want to allow automatic logins to BukkitTelnet.
|
@ -18,9 +18,8 @@ plugin authors to provide accurate information about their plugins and the comma
|
||||
|
||||
### /api/indefbans
|
||||
|
||||
Displays a list of indefinite players in JSON format. This page is only accessible if your IP address is linked to an
|
||||
admin on the server. If your server is using permissions, it will check if the player has the
|
||||
`plex.httpd.indefbans.access` instead.
|
||||
Displays a list of indefinite players in JSON format. This page is only accessible if your IP address is linked to your
|
||||
account in game. It will check if the player has the `plex.httpd.indefbans.access`.
|
||||
|
||||
### /api/list
|
||||
|
||||
@ -28,16 +27,15 @@ This will display a list of online players in JSON format. This is accessible to
|
||||
|
||||
### /api/punishments
|
||||
|
||||
If you go this page, it will ask you to enter a UUID in the URL. When you enter a valid UUID to the URL, it will display
|
||||
If you go this page, it will ask you to enter a UUID. When you enter a valid UUID in the search box, it will display
|
||||
that user's punishments in JSON format. An example URL would be `/api/punishments/78408086-1991-4c33-a571-d8fa325465b2`.
|
||||
If your IP is not registered to an admin, it will not display IP addresses. If your server is using permissions, it will
|
||||
check if the player has the `plex.httpd.punishments.access` instead.
|
||||
If your IP is not registered to a user in game, it cannot determine if you have the necessary permissions. The player
|
||||
will need to have the `plex.httpd.punishments.access` to see IP addresses.
|
||||
|
||||
### /api/schematics/download
|
||||
|
||||
This page allows anyone to download schematics from the server. No permission is required to access the page
|
||||
This page allows anyone to download schematics from the server. No permission is required to access the page.
|
||||
|
||||
### /api/schematics/upload
|
||||
|
||||
This page allows players who are an Admin or above to upload schematics. The corresponding permission to upload
|
||||
schematics is `plex.httpd.schematics.upload`
|
||||
This page allows players who have the permission `plex.httpd.schematics.upload` in game to upload schematics.
|
||||
|
@ -13,10 +13,11 @@ The LibsDisguises module adds two new commands: `undisguiseall` and `disguisetog
|
||||
|
||||
The `undisguiseall` command disguises all non-admins. You can optionally add `-a` to undisguise all players including
|
||||
admins. If your server is using permissions, the permission to bypass being undisguised is `plex.libsdisguises.bypass`.
|
||||
This permission will not bypass `-a`. The permission to use the command itself is `plex.libsdisguises.undisguiseall`
|
||||
This permission will not bypass `-a`, however. The permission to use the command itself is
|
||||
`plex.libsdisguises.undisguiseall`
|
||||
|
||||
### disguisetoggle
|
||||
|
||||
The `disguisetoggle` command toggles LibsDisguises. It allows admins or players with the
|
||||
`plex.libsdisguises.disguisetoggle` permission to toggle LibsDisguises. When LibsDisguises is disabled, all players are
|
||||
undisguised and no commands from LibsDisguises can be used until reenabled.
|
||||
The `disguisetoggle` command toggles LibsDisguises. It allows players with the `plex.libsdisguises.disguisetoggle`
|
||||
permission to toggle LibsDisguises. When LibsDisguises is disabled, all players are undisguised and no commands from
|
||||
LibsDisguises can be used until re-enabled.
|
||||
|
@ -92,7 +92,7 @@ modification) are defined by the server config and may vary.
|
||||
|-------------------------------|-----------------------------------------------------------------------------------------------|
|
||||
| plex.httpd.indefbans.access | Allows accessing the indefinite bans. This permission is required to view the page at all. |
|
||||
| plex.httpd.punishments.access | Allows seeing IP addresses of punishments. Anyone can view the page regardless of permissions |
|
||||
| plex.httpd.schematics.upload | Allows uploading schematics to the HTTPD if the permission system is enabled. |
|
||||
| plex.httpd.schematics.upload | Allows WorldEdit uploading schematics to the HTTPD |
|
||||
|
||||
## LibsDisguises Module
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user