ResizePlugin
This plugin allows you to smoothly change the size of the player with one command
ResizePlugin
Resize plugin
This plugin adds one simple command: the "/resize" command
It will allow both you and the players on your server to interact with the player size attributes, between the values you specify and the values you need.
permissions
``` resizeplugin.resize ``` - allows you to use a command, enabled by default
``` resizeplugin.resize.extended ``` - Allows you to use advanced size settings
``` resizeplugin.resize.others ``` - Allows you to resize other players
``` resizeplugin.bypass.cooldown ``` - Allows you to bypass the cooldown on the /resize command
``` resizeplugin.reload ``` - Allows you to reload the plugin and configuration
Config
```
language
#like a "language: "en_en" " language: "en_en"
Minimum and maximum scale for normal players
default_min_scale: 0.8 default_max_scale: 1.15
Minimum and maximum scale for players with resizeplugin.resize.extended permission
extended_min_scale: 0.0625 extended_max_scale: 16.0
Time to wait in seconds before reusing the command if the bypass.cooldown permission is not present
cooldown_seconds: 30
The number of steps in which the size will be smoothly changed
resize_steps: 20
```