pxescale
a stupid simple /scale command
Quick challenge
How far can you run before the mobs catch you?
Rotate your phone
Dino Mine is ready when your screen is landscape.
Minecraft check
Confirm your run
Complete the quick check to get your code.
Your code
Expires in 5 hours
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
set your own scale
reset your scale back to `1.0`
reloads the
allows players to bypass the scale minimums and maximums in place
changes the minimum scale the player can use with
changes the maximum scale the player can use with
click to view commands/permissions
/scale <number>
set your own scale
- permission:
scale.use
set the scale of other players/entities... <selector>- permission:
scale.others
- permission:
/scale reset
reset your scale back to `1.0`
- permission:
scale.use - aliases:
/scale
reset the scale of other players/entities... <selector>- permission:
scale.others
- permission:
/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