Skip to content

Repository files navigation

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

  1. Download the latest .jar
  2. Place it in your server's /plugins/ folder
  3. Configure config.yml if needed
  4. 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

image
Full GUI

image
Instantly set player to minimum size. Minimum reflects value set in config.

image
Increment player size smaller. Increment reflects step size value in config.

image
Return player size to default. Default reflects value set in config.

image
Increment player size bigger. Increment reflects step-size value in config.

image
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

About

Lightweight Paper/ShreddedPaper plugin that allows players to dynamically change player size with a GUI.

Resources

Stars

2 stars

Watchers

0 watching

Forks

Releases

Contributors

Languages