Plex v1.0.3

This commit is contained in:
2022-04-21 17:42:01 -05:00
parent f2bc401d0c
commit c607c5a8f7
238 changed files with 311 additions and 276 deletions

View File

@ -7,44 +7,52 @@ title: Permissions
This page is a comprehensive list of all of Plex's permission nodes.
## Plex
| Command | Permission | Description |
|--------------------|-------------------------|-------------------------------------------------------------------------------------------------|
| adminchat | plex.adminchat | Talk privately with other admins |
| adminworld | plex.adminworld | Teleport to the adminworld |
| adventure | plex.gamemode.adventure | Set your own or another player's gamemode to adventure mode |
| ban | plex.ban | Bans a player, offline or online |
| blockedit | plex.blockedit | Prevent players from modifying blocks |
| commandspy | plex.commandspy | Spy on other player's commands |
| creative | plex.gamemode.creative | Set your own or another player's gamemode to creative mode |
| debug | plex.debug | Plex's debug command |
| entitywipe | plex.entitywipe | Remove various server entities that may cause lag, such as dropped items, minecarts, and boats. |
| flatlands | plex.flatlands | Teleport to the flatlands |
| freeze | plex.freeze | Freeze a player on the server |
| kick | plex.kick | Kicks a player |
| localspawn | plex.localspawn | Teleport to the spawnpoint of the world you are in |
| lockup | plex.lockup | Lockup a player on the server |
| masterbuilderworld | plex.masterbuilderworld | Teleport to the masterbuilderworld |
| mobpurge | plex.mobpurge | Purge all mobs. |
| mute | plex.mute | Mute a player on the server |
| namehistory | plex.namehistory | Get the name history of a player |
| notes | plex.notes | Manage notes for a player |
| plex | plex.plex | Show information about Plex or reload it |
| plex | plex.reload | Reload Plex |
| plex | plex.modules.reload | Reload Plex's modules |
| punishments | plex.punishments | Opens the Punishments GUI |
| rawsay | plex.rawsay | Displays a message to everyone |
| smite | plex.smite | Someone being a little bitch? Smite them down... |
| spectator | plex.gamemode.spectator | Set your own or another player's gamemode to spectator mode |
| survival | plex.gamemode.survival | Set your own or another player's gamemode to survival mode |
| tag | plex.tag | Set or clear your prefix |
| tempban | plex.tempban | Temporarily ban a player |
| toggledrops | plex.toggledrops | Toggle immediately removing drops. |
| unban | plex.unban | Unbans a player, offline or online |
| unfreeze | plex.unfreeze | Unfreeze a player |
| unmute | plex.unmute | Unmute a player |
| world | plex.world | Teleport to a world. |
| | | |
| Enter adminworld | plex.adminworld.enter | Allows entering the adminworld |
| Command | Permission | Description |
|--------------------|--------------------------------|-------------------------------------------------------------------------------------------------|
| adminchat | plex.adminchat | Talk privately with other admins |
| adminworld | plex.adminworld | Teleport to the adminworld |
| adventure | plex.gamemode.adventure | Set your own gamemode to adventure mode |
| adventure | plex.gamemode.adventure.others | Set another player's gamemode to adventure mode |
| ban | plex.ban | Bans a player, offline or online |
| blockedit | plex.blockedit | Prevent players from modifying blocks |
| commandspy | plex.commandspy | Spy on other player's commands |
| consolesay | plex.consolesay | Displays a message to everyone |
| creative | plex.gamemode.creative | Set your own gamemode to creative mode |
| creative | plex.gamemode.creative.others | Set another player's gamemode to creative mode |
| debug | plex.debug | Plex's debug command |
| entitywipe | plex.entitywipe | Remove various server entities that may cause lag, such as dropped items, minecarts, and boats. |
| flatlands | plex.flatlands | Teleport to the flatlands |
| freeze | plex.freeze | Freeze a player on the server |
| kick | plex.kick | Kicks a player |
| localspawn | plex.localspawn | Teleport to the spawnpoint of the world you are in |
| lockup | plex.lockup | Lockup a player on the server |
| masterbuilderworld | plex.masterbuilderworld | Teleport to the masterbuilderworld |
| mobpurge | plex.mobpurge | Purge all mobs. |
| mute | plex.mute | Mute a player on the server |
| namehistory | plex.namehistory | Get the name history of a player |
| notes | plex.notes | Manage notes for a player |
| plex | plex.plex | Show information about Plex or reload it |
| plex | plex.redis | Tests your Redis database to ensure Plex can reach it |
| plex | plex.reload | Reload Plex |
| plex | plex.modules.reload | Reload Plex's modules |
| punishments | plex.punishments | Opens the Punishments GUI |
| rawsay | plex.rawsay | Displays a message to everyone |
| say | plex.say | Displays a message to everyone |
| smite | plex.smite | Someone being a little bitch? Smite them down... |
| spectator | plex.gamemode.spectator | Set your own gamemode to spectator mode |
| spectator | plex.gamemode.spectator.others | Set another player's gamemode to spectator mode |
| survival | plex.gamemode.survival | Set your own gamemode to survival mode |
| survival | plex.gamemode.survival.others | Set another player's gamemode to survival mode |
| tag | plex.tag | Set or clear your prefix |
| tag | plex.tag.clear.others | Clear another player's prefix |
| tempban | plex.tempban | Temporarily ban a player |
| toggledrops | plex.toggledrops | Toggle immediately removing drops. |
| unban | plex.unban | Unbans a player, offline or online |
| unfreeze | plex.unfreeze | Unfreeze a player |
| unmute | plex.unmute | Unmute a player |
| world | plex.world | Teleport to a world. |
| | | |
| Enter adminworld | plex.adminworld.enter | Allows entering the adminworld |
## BukkitTelnet Module
| Permission | Description |
@ -57,6 +65,7 @@ This page is a comprehensive list of all of Plex's permission nodes.
| plex.httpd.admins.access | Allows seeing IP addresses of admins. Anyone can view the page regardless of permissions |
| 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. |
## LibsDisguises Module
| Command | Permission | Description |

View File

@ -8,6 +8,7 @@ Plex builds against the latest Minecraft version available. A table has been pro
| Plex Version | Minecraft Versions |
| ------------ | ------------------ |
| 1.0.3 | 1.18.2 |
| 1.0.2 | 1.18.2 |
| 1.0.1 | 1.18.2 |
| 1.0 | 1.18.2 |