Skip to content

Commit

Permalink
Version 1.2
Browse files Browse the repository at this point in the history
updated README.md

Took 11 minutes
  • Loading branch information
TubYoub committed Nov 26, 2023
1 parent ee07483 commit 0d9587d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <length>` (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
Expand All @@ -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

Expand Down

0 comments on commit 0d9587d

Please sign in to comment.