
Lightweight customization allows players to personalize their body shape.
TSLscale is a body size adjustment plug-in designed for Minecraft servers, allowing players to dynamically adjust their character size. Whether you want to be smaller, cute, or taller, TSLscale can meet your personal needs!
TSLscale.jardocumentpluginsFolders/reloadOrder/TSLscale <value> - Adjust size to specified size
/scale <value> - Command abbreviation
# Adjust size to 0.8 times (to get smaller)
/TSLscale 0.8
/tscale 0.8
# Adjust size to 1.1 times (to grow larger)
/TSLscale 1.1
/tscale 1.1
# Reset body size to default size
/TSLscale reset
/tscale reset
# Reload plugin configuration (OP only available)
/TSLscale reload
/tscale reload
| Permission Node | Description | Default Value |
|---|---|---|
tslscale.use |
All players | |
tslscale.reload |
Allow reload plugin configuration | OP only |
Use permission management plugins (such as LuckPerms) to configure permissions:
# Give players permission to use
/lp user <player name> permission set tslscale.use true
# Give administrators permission to reload
/lp user <admin> permission set tslscale.reload true
After the plugin is run for the first time, it will be inplugins/TSLscale/Generate in the directoryconfig.ymlConfiguration file:
# Body size adjustment range
scale_min: 0.8 # Minimum size (0.8 times)
scale_max: 1.1 # Maximum size (1.1 times)
# Message configuration
messages:
prefix: "&c[TSL Meow]&r "
set: "%prefix%Your body size is adjusted to %scale%"
reset: "%prefix%Your body size is restored to default"
usage: "%prefix%Usage: /TSLscale <value|reset>"
no-permission: "%prefix%You don't have permission"
console-only: "%prefix%Only players can execute this command"
A: Please make sure:
tslscale.usePermissionsA: Body size adjustment is mainly visual effects, which has little impact on the game mechanism. It is recommended that administrators set the adjustment range reasonably according to the server type.
A: The current version only supports adjusting your own body shape. Subsequent versions may add the function of administrators to adjust other people's body shapes.
A: Yes, body size adjustment will not be saved permanently, and it needs to be reset after restart.
If you encounter problems or have functional suggestions, please contact:
Thanks for using TSLscale! Hopefully this plugin will add more fun to your Minecraft experience! 🎮✨