HomeJavaModsHeight Stews
Height Stews
ModsJava

Height Stews

by zaralX · on Modrinth

Eat a suspicious stew to grow taller or shrink. Server-side player height with /heightstew, persistent between sessions, fully configurable. No client mod.

⬇ Download on Modrinth
Height Stews — screenshot 1

HeightStews

HeightStews turns suspicious stew into a height potion. Eat one and your character literally grows or shrinks - on a completely vanilla client.

Features

Commands

Command Description
/heightstew + Gives a stew that increases your height by one step
/heightstew - Gives a stew that decreases your height by one step
/heightstew = Gives a stew that resets your height back to default

Aliases: /hs, /height, /stew. Tab completion suggests +, - and =.

The command is operator-only - it is how you hand out or distribute the stews. Players never need a command: they just eat what they are given.

Permissions

Permission Default Description
op Operators only Required to run /heightstew and obtain the stews

Eating a stew requires no permission, so the items work for everyone once distributed.

Configuration

height:
  step: 0.05
  default: 1.0
  # Clamped to the vanilla scale attribute range: 0.0625-16.0
  min: 0.5
  max: 1.5

stew:
  material: SUSPICIOUS_STEW
  names:
    plus: "&aMysterious Stew +"
    minus: "&cMysterious Stew -"
    reset: "&eMysterious Stew ="

messages:
  only-players: "Only players can use this command!"
  usage: "&cUsage: /heightstew <+/-/=>"
  wrong-argument: "&cInvalid argument! Use +, - or ="
  received: "&aYou received a mysterious stew!"
  # %height% - new height, 2 decimals
  height-changed: "&bYour height changed: %height%"
  # ACTION_BAR, CHAT or NONE
  height-changed-type: ACTION_BAR

Colors work with both & and §. Any material that a player can eat will work, so the stews can be cookies, apples or golden carrots instead. Values missing from your file fall back to the defaults above, and changes are applied on server restart.

Player heights are stored separately in plugins/HeightStews/data.yml, keyed by UUID.

Ideas for your server

Quick facts

Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.

Verified by MCModsHub

These come from our own check of the pack file, not from the source page.

Explore more