This commit is contained in:
2022-03-21 17:12:12 -05:00
parent a5fd5f6718
commit 430d2074f3
197 changed files with 1231 additions and 518 deletions

View File

@ -29,6 +29,10 @@ banning:
ban_url: "https://forum.plex.us.org"
chat:
# Should the server use Plex's chat system? It is recommended to keep this on if you are using ranks.
# If you are using permissions, you should turn this off and use Vault to handle prefixes with a different chat plugin
enabled: true
# The maximum amount of characters a player can have for their tag
max-tag-length: 16
# Color code for name color
name-color: 'f'
@ -155,6 +159,10 @@ A list of players who will show up as an owner.
This message will appear whenever a player tries to join the server, but is banned. You can use any color coding you would like here.
## Chat
### chat.enabled
Default: `true`
Determines if the chat system should be enabled. It's useful to turn this off if you're using permissions and want to use prefixes from another plugin instead.
### chat.max_tag_length
Default: `16`
The maximum length a tag may be in game.

View File

@ -62,9 +62,9 @@ lockedUpPlayer: "<aqua><v> - Locking up <v>"
# 2. The person who has been unlocked
unlockedPlayer: "<aqua><v> - Unlocking <v>"
# 1. The rank required to use the command
noPermissionRank: "<red>You must be at least <v> to use this command!"
noPermissionRank: "<red>You must be at least <v> <red>to use this command!"
# 1. The permission node required to use the command
noPermissionNode: "<red>You must have the permission: <v> to use this command!"
noPermissionNode: "<red>You must have the permission: <v> <red>to use this command!"
noPermissionInGame: "<red>You must be in console to use this command!"
noPermissionConsole: "<red>You must be in-game to use this command!"
# 1. The username of the name history

View File

@ -0,0 +1,13 @@
---
id: introduction
title: Introduction
---
# Introduction
Plex lets you use optional modules to improve your server experience. Modules are placed in the `/plugins/Plex/modules` folder. They extend off of Plex and can add or change functionality. They are designed for server owners who may want a specific feature that's not built in to Plex.
Below is a list of current modules
| Name | Versions |
| -------------- | --------- |
| LibsDisguises | 1.0 |

View File

@ -0,0 +1,13 @@
---
id: libsdisguises
title: LibsDisguises
---
# LibsDisguises
The LibsDisguises module adds two new commands: `undisguiseall` and `disguisetoggle`.
## Commands
### undisguiseall
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`
### 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.

View File

@ -12,4 +12,5 @@ Plex builds against the latest Minecraft version available. A table has been pro
| 0.5 | 1.18 - 1.18.1 |
| 0.6 | 1.18 - 1.18.1 |
| 0.7 | 1.18 - 1.18.1 |
| 0.8 | 1.18.2 |
| 0.8 | 1.18.2 |
| 0.9 | 1.18.2 |