-
Notifications
You must be signed in to change notification settings - Fork 1
Home
BurgiSimon edited this page May 16, 2026
·
1 revision
A client-side Fabric mod for Minecraft 1.21.11 that lets you visually resize player models. The scaling is purely cosmetic and only visible to you.
- Scale your own player model and other players' models (0.1x – 10x)
- Config GUI with sliders for your size and others' size
- Configurable keybind to open the config screen (unbound by default)
- Mod Menu integration
- Client-side only — no server installation needed
- Install Fabric Loader 0.18.0+ for Minecraft 1.21.11
- Install Fabric API
- Download the latest PlayerScale release and place the jar in your
mods/folder - (Optional) Install Mod Menu for config button in the mod list
Open the settings screen using any of these methods:
-
Command:
/playerscale - Keybind: Set one in Options > Controls > PlayerScale, or in the mod's config screen
- Mod Menu: PlayerScale > Config button
The config screen has two sliders:
| Slider | Description |
|---|---|
| My Size | Scale your own player model |
| Others Size | Scale all other players' models |
You can also set the keybind directly from the config screen by clicking the "Open Key" button and pressing the desired key.
| Command | Description |
|---|---|
/playerscale |
Open the config GUI |
/playerscale set <player> <scale> |
Set a player's visual scale (0.1 – 10.0) |
/playerscale reset <player> |
Reset a player to normal size |
/playerscale resetall |
Reset all players to normal size |
Besides the global "My Size" and "Others Size" sliders, you can set individual scales for specific players using the /playerscale set command. Per-player scales take priority over the global "Others Size" setting.
This project is licensed under the GNU Affero General Public License v3.0.