mirror of
https://github.com/Shiewk/SModeration.git
synced 2026-04-28 05:54:16 +02:00
Update to version 1.2.0
This commit is contained in:
@@ -40,3 +40,14 @@ The /enderchestsee command can, similarly to /invsee, be used to view the ender
|
||||
|
||||
It takes one argument: the player name.
|
||||
The player has to be online.
|
||||
|
||||
### /vanish
|
||||
The /vanish command is used to toggle vanish mode.
|
||||
|
||||
In vanish mode, other players (who don't have the necessary permissions) can't see that you're online.
|
||||
|
||||
To toggle vanish mode for yourself, use **/vanish**.
|
||||
|
||||
To toggle vanish mode for someone else, use **/vanish <playername>**.
|
||||
|
||||
Vanish status is not saved, so you re-appear when you leave the server.
|
||||
@@ -1,7 +1,10 @@
|
||||
# SModeration permissions
|
||||
- **smod.mute**: Allows the player to mute other players.
|
||||
- **smod.preventmute**: Prevents the player from being muted (if they are online).
|
||||
- **smod.ban**: Allows the player to ban and kick other players.
|
||||
- **smod.preventban**: Prevents the player from being banned (if they are online).
|
||||
- **smod.kick**: Allows the player to kick other players.
|
||||
- **smod.preventkick**: Prevents the player from being kicked (if they are online).
|
||||
- **smod.menu**: Allows the player to use the SModeration menu.
|
||||
- **smod.notifications**: Allows the player to be notified when a punishment is issued.
|
||||
- **smod.unmute**: Allows the player to unmute other players.
|
||||
|
||||
Reference in New Issue
Block a user