1
mirror of https://github.com/Shiewk/SModeration.git synced 2026-04-28 05:54:16 +02:00

Update readme and version to 1.1

This commit is contained in:
Shy
2024-06-18 18:32:06 +02:00
parent 7eeb6daa46
commit 9ca54567b2
2 changed files with 19 additions and 1 deletions
+18
View File
@@ -3,6 +3,7 @@
SModeration can be used to mute, ban, and kick players that break the rules while providing a nice interface to your moderators.
It keeps track of all punishments to ensure that you get a complete overview of every rule violation on your server.
You can also modify player inventories and ender chests.
If you have any feature requests, please [open an issue](https://github.com/Shiewk/SModeration/issues).
@@ -10,6 +11,7 @@ If you have any feature requests, please [open an issue](https://github.com/Shie
![SMod Menu Interface](https://github.com/Shiewk/SModeration/assets/152653291/d89da0f5-61de-44cf-b59e-feea08831959)
SModeration provides a nice user interface that can be used instead of chat commands.
![SMod Menu Sort](https://github.com/Shiewk/SModeration/assets/152653291/23e3862d-0915-47bd-9c47-6d8d10f8ab69)
It has helpful functions like filtering and sorting options.
@@ -46,6 +48,17 @@ Example: **/modlogs playername** shows you a message in chat that tells you whet
The /unmute and /unban commands only take one argument, the player name.
The specified player will then be unmuted or unbanned.
### /invsee
The /invsee command can be used to view the inventory of another player.
It takes one argument: the player name.
The player has to be online.
### /enderchestsee
The /enderchestsee command can, similarly to /invsee, be used to view the ender chest of another player.
It takes one argument: the player name.
The player has to be online.
## Permissions
This plugin uses Bukkit permissions for commands and other actions.
- **smod.mute**: Allows the player to mute other players.
@@ -56,5 +69,10 @@ This plugin uses Bukkit permissions for commands and other actions.
- **smod.unmute**: Allows the player to unmute other players.
- **smod.unban**: Allows the player to unban other players.
- **smod.logs**: Allows the player to view mod logs.
- **smod.invsee**: Allows the player to view other players inventories.
- **smod.invsee.modify**: Allows the player to view and modify other players inventories.
- **smod.invsee.preventmodify**: When giving this permission to a player, prevents their inventory from being modified.
- **smod.enderchestsee**: Allows the player to view other players ender chests.
- **smod.enderchestsee.modify**: Allows the player to view and modify other players ender chests.
All of these permissions are granted by default if the player is a server operator.
+1 -1
View File
@@ -3,7 +3,7 @@ plugins {
}
group = 'de.shiewk'
version = '1.0'
version = '1.1'
repositories {
mavenCentral()