Scale
Go shrink yourself... or get bigger.. or shrink your pig or an armour stand! sky's the limit!
Quick challenge
How far can you run before the mobs catch you?
Minecraft check
Confirm your run
Complete the quick check to get your code.
Scale
Scale is a plugin designed to utilize the newly added scaling attribute for players. Allowing players to change or adjust their size with ease. As well, adding a few fun features in the process.
> Commands
/scale # - Set your base scale manually. (min 0.01 - max 50)
/scale <player> # - Set a player's scale.
/scale * # - Set all online users to a specified scale.
/scale +# | /scale -# - Adjust your scale by a set amount.
/scale <player> +# | /scale <player> -# - Adjust another players scale.
/scale * +# | /scale * -# - Adjust all online players scale.
/scaleshard [TYPE] - Defined in config, gives you one of your crystals. ##
> Permissions
scale.use - Allows use of self scaling commands. scale.other - Ability to scale other players. scale.shard - Access to shards & GUI command.
> Config settings
- Customizable crystal settings, if that's your thing.
> Config.yml
``` prefix: "&8[&bScale&8] "
crystals: shrinking: material: "AMETHYST_SHARD" name: "&eCrystal of Shrinking" lore: - "&7Right click with this shard in-hand" - "&7and you will reduce in size by 50%." cooldown: 10 scale: 0.5 particle_effect: "POOF"
normal: material: "AMETHYST_SHARD" name: "&eCrystal of Normality" lore: - "&7Right click with this shard in-hand" - "&7and you'll be restored to normal." cooldown: 10 scale: 1.0 particle_effect: "POOF"
big: material: "AMETHYST_SHARD" name: "&eCrystal of Growth" lore: - "&7Right click with this shard in-hand" - "&7and you'll be twice the size." cooldown: 10 scale: 2.0 particle_effect: "POOF"
giant: material: "ECHO_SHARD" name: "&cCrystal of Giants" lore: - "&7Right click with this shard in-hand" - "&7and you'll grow to be a giant." cooldown: 10 scale: 25.0 particle_effect: "POOF" ```