Compatibility
Minecraft: Java Edition
1.21–1.21.3
1.20.5–1.20.6
1.20–1.20.1
Platforms
75% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Creators
Details
Licensed GPL-3.0-or-later
Published 8 months ago
Updated last month
With this plugin, you can:
- Change the size of any living entity (bigger & smaller) with optional steps for a transition.
- Modify it for entities or players with a specific name, UUID, entity ID, scoreboard tag, the entity you are looking at, or entities in a specific range around you!
- There are also some other optional modifiers like movement speed, jump strength, step height, etc. (Look into the config) to make it more playable for a player with a different scale.
Requires Java 21 and Spigot 1.20.6
Commands
/entitysize reload
/entitysize <size> (Change your own size)
/entitysize player <player> <size>
/entitysize entity looking <size> (The entity you are looking at)
/entitysize entity tag <size> (All entities with a specific scoreboard tag)
/entitysize entity name <size> (All entities with a specific name)
/entitysize entity uuid <size> (Entity with that UUID)
/entitysize entity range <blocks> <size> (Entities in a specific range from your location)
Config
**Config**
```yaml
General:
bStats: true
Size:
Transition: true
TransitionSteps: 30
ReachMultiplier: true
StepHeightMultiplier: true
SpeedMultiplier: true
JumpMultiplier: true
SaveFallDistanceMultiplier: true
Permissions
EntitySize.commands
Support