mirror of
https://github.com/plexusorg/Website.git
synced 2025-07-01 23:56:41 +00:00
Plex 0.9
This commit is contained in:
13
docs/modules/introduction.md
Normal file
13
docs/modules/introduction.md
Normal 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 |
|
13
docs/modules/libsdisguises.md
Normal file
13
docs/modules/libsdisguises.md
Normal 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.
|
Reference in New Issue
Block a user