OGResize
作者:rebot | 分类:模组
Minecraft 版本: 26.1 26.1.1 26.1.2 26.2
平台: paper
标签: game-mechanics utility
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 infoModeration Command
/resize [username] [size]: Manually set any player's sizeAdmin 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
请登录后举报
暂无评论,抢个沙发吧~