UgagaSizer - Potion Player Size Changing
Transform your players with custom size potions and commands. Lightweight, reliable, and fully configurable.
Features
- Custom Size Potions - Create splash/drink potions with any scale (0.1x to 10.0x)
- Permanent & Temporary Effects - Configurable durations or permanent changes
- Smart Movement Scaling - Speed and jump height scale proportionally with size
- Cross-Version Compatible - Works on all Minecraft 1.21.x servers
- Crash-Resistant - Effects persist through server restarts and crashes
- Fully Customizable - Complete control over potion names, lore, and colors
Commands
Code (Text):
/sizepotion <scale> [splash/drink] [duration/permanent] [amount]
/sizer <scale> [player]
Permissions
Code (Text):
ugagasizer.admin - Full access, bypass limits
ugagasizer.use - Basic access within configured limits
Configuration
Code (YAML):
# UgagaSizer Configuration
# Simple potion-based size changing plugin by Twotoz
# Visual effects when potions are used or size changes
particles
: true
# Log size changes to console (useful for debugging)
log-changes
: false
# Make movement speed and jump height proportional to player size
# When enabled: smaller players move slower and jump lower, larger players move faster and jump higher
# When disabled: movement speed and jump height remain unchanged regardless of size
proportional-movement
: true
# Scale limits for normal players using /sizer command
# Admins can bypass these limits and use any scale from 0.1 to 10.0
player-min-scale
: 0.7
player-max-scale
: 1.2
# Configurable potion display settings
potion-display:
name
:
"§6Size Potion {type}"
lore
:
-
"§7Changes size to {scale}x"
- "§7Duration
:
{duration
}
"
- "
"
- "
{usage-info
}
"
# - "
{movement-info
}
"
splash-type: "§7
(Splash
)
"
drink-type: "§7
(Drink
)
"
permanent-duration: "§cPermanent
"
seconds-duration: "
{seconds
} seconds
"
throw-usage: "§7Throw at players to change their size!
"
drink-usage: "§7Drink to change your own size!
"
View attachment 898794