pxescale

a stupid simple /scale command

13

Quick challenge

How far can you run before the mobs catch you?

pxescale

# pxescale a stupid simple /scale command ## features ### for players - change your in-game scale using `/scale ` - reset your scale quickly using `/scale reset` or `/scale` ### for admins - change the scale of other players/entities using `/scale ` and `/scale reset ` - give players specific limits through permissions (`scale.min.` and `scale.max.`) and through plugin configuration - or allow players to bypass such limits with the `scale.bypass` permission
click to view commands/permissions

/scale <number>

set your own scale
  • permission: scale.use
  • ... <selector>

    set the scale of other players/entities
    • permission: scale.others

/scale reset

reset your scale back to `1.0`
  • permission: scale.use
  • aliases: /scale
  • ... <selector>

    reset the scale of other players/entities
    • permission: scale.others

/scale reload

reloads the config.yml file
  • permission: scale.reload

miscellaneous permissions

scale.bypass

allows players to bypass the scale minimums and maximums in place

scale.min.<number>

changes the minimum scale the player can use with /scale; this overrides the configuration's default value, even if the permission's value is larger than the configuration

scale.max.<number>

changes the maximum scale the player can use with /scale; this overrides the configuration's default value, even if the permission's value is larger than the configuration
ADS