From 0d9587d07df7df3898f56214c806a825eb5eb012 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rn?= <74071544+tubyoub@users.noreply.github.com> Date: Sun, 26 Nov 2023 03:57:09 +0100 Subject: [PATCH] Version 1.2 updated README.md Took 11 minutes --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6d01124..dfe1523 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,9 @@ This is a Minecraft plugin for Spigot/Paper servers that allows players to set t - Reload all statuses from file with `/status reload` - View a list of all available color codes with `/status help colors` - View info about the plugin with `/status info` - +- Set a maximum length for statuses with `/status setmaxlength ` (requires StatusPlugin.admin.setMaxlength permission) +- Reset the maximum length of statuses to default (`15`) with `/status resetmaxlength` (requires StatusPlugin.admin.resetMaxlength permission) + (Color codes in statuses are not counted towards the character limit) - The status of every player is saved to a file, so they will keep their status when they rejoin the server. ## Permissions @@ -23,6 +25,8 @@ This is a Minecraft plugin for Spigot/Paper servers that allows players to set t - `StatusPlugin.formatting:`: Allows a player to use formatting codes in their status (for example to color them). (default: `false`) - `StatusPlugin.admin.setStatus`: Allows a player to set and remove other players' statuses. (default: `false`) - `StatusPlugin.admin.reload`: Allows a player to reload all statuses.(default: `false`) +- `StatusPlugin.admin.setMaxlength:` Allows a player to set the maximum length of statuses. (default: false) +- `StatusPlugin.admin.resetMaxlength:` Allows a player to reset the maximum length of statuses to default. (default: false) ## Installation