OGResize
PluginMIT

OGResize

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

11
Downloads
1
Followers
1 months ago
Updated
📦
1
Versions

📖About OGResize

OGResize

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

Features

  • Changes 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 from Github
  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]: Set player 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

Left side/smaller option. Minimum reflects value set in config.




image

Middle/default option. Default reflects value set in config.




image

Right side/bigger option. Maximum reflects value set in config.

Requirements

  • Paper 1.21+ or ShreddedPaper 1.21.11+

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