Compatibility
Minecraft: Java Edition
Platforms
Links
Tags
Creators
Details
OGResize
Lightweight Paper/ShreddedPaper plugin that allows players to dynamically change player size with a GUI.
Features
- Change player size with interactive GUI
- Moderation command to resize other players
- Fully configurable minimum, maximum, increment, and default sizes
- Persistent player sizes across sessions and respawn
Installation
- Download the latest
.jar - Place it in your server's
/plugins/folder - Configure
config.ymlif needed - Start your server
Configuration
config.yml
min-size: 0.5
max-size: 1.5
step-size: 0.1
default-size: 1.0
use /resize reload to apply config changes without restarting the server
each 0.5 increment = one block
playersize.yml
<uuid>:
scale: 1.0
Saves player size to UUID. Should not be manually edited unless absolutely necessary.
Commands
Player Commands
/resize: Open GUI/resize help: Show help menu/resize info: Show plugin info
Moderation Command
/resize [username] [size]: Manually set any player's size
Admin Commands
/resize reload: Reload plugin and config/resise disable: Disable plugin/resize enable: Enable plugin
Permissions
ogresize.self: Allows use of GUI and changing own player size (default: operators)ogresize.others: Allows player to resize other players (default: operators)ogresize.admin: Allows use of reload / enable / disable (default: operators)
GUI
Full GUI
Instantly set player to minimum size. Minimum reflects value set in config.
Increment player size smaller. Increment reflects step size value in config.
Return player size to default. Default reflects value set in config.
Increment player size bigger. Increment reflects step-size value in config.
Instantly set player to maximum size. Maximum reflects value set in config.
Requirements
- Paper 26.1+ or ShreddedPaper 26.1+
- Java 25
Support
Found a bug or have a suggestion? Open an issue on GitHub, open a ticket in the OGCraft discord, or message me directly on Discord @ OJCream

