Scale
作者:rebot | 分类:模组
Minecraft 版本: 1.21 1.21.1 1.21.2 1.21.3 1.21.4 1.21.5 1.21.6 1.21.7 1.21.8 1.21.9 1.21.10 1.21.11
平台: bukkit paper purpur spigot
标签: game-mechanics utility
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 # - Set a player's scale.
/scale * # - Set all online users to a specified scale.
/scale +# | /scale -# - Adjust your scale by a set amount.
/scale +# | /scale -# - 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"请登录后举报
暂无评论,抢个沙发吧~