A plugin that allows players to change their size
The plugin allows players to change their size.
player-scale flag that can be added to a region to prohibit size changes within it./playerscale/playerscale <number>pscalereload/pscale reloadUse the command /pscale: playerscale.set
Reload the plugin configuration: playerscale.reload
By default, only operators have playerscale.reload
By default, all players have playerscale.set
# Permissions for changing size are granted with 'group.<name>' (automatically granted to all groups in LuckPerms)
# If a player belongs to multiple groups, the smallest value will be chosen for `min` and the largest for `max`.
scales:
default: # Default values for all players
min: 0.7
max: 1.2
moder:
min: 0.5
max: 1.5
admin:
min: 0.2
max: 2
#----------- Messages -----------
# For color, use the symbol '§'
# Prefix before messages; if you want to remove it, just make it empty - ''
prefix: '§f[§lP§r§7layer§f§lS§r§7cale§f] §r'
# Message displayed when changing size. '{scale}' is a placeholder for the size value.
scale-change-msg: '§aYou have set your size to {scale}'
# Message displayed when there is a syntax error in the command.
incorrect-args-msg: '§cSyntax error§e - use §l/pscale <number>'
# Message displayed when reloading config (/pscale reload).
reload-config-msg: '§aConfig successfully reloaded'
# Message displayed when lacking permission to execute the command.
no-permission-msg: '§cYou do not have permission to execute this command'
# Message displayed when entering a region where changing size is prohibited (player-scale = deny).
rg-flag-msg: '§cChanging character size is prohibited in this region'
# Message displayed when trying to change character size if the player is using a version below 1.20.5.
old-version-msg: '§cCharacter size can be changed in version 1.20.5 and above'