
This plugin allows you to smoothly change the size of the player with one command
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.
resizeplugin.resize
resizeplugin.resize.extended
resizeplugin.resize.others
resizeplugin.bypass.cooldown
resizeplugin.reload
# 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