Compatibility
Minecraft: Java Edition
Platforms
Links
Tags
Creators
Details
🇺🇲 EN:
📏 KitsuScale — realistic height in the game
This is a simple and convenient plugin that allows players to change their character's height using commands. All values are set in real centimeters and fully correspond to the player model's height in the game.
No arbitrary units, no abstract scale. Just honest centimeters, just like in real life.
🎮 Commands
| Command | Description |
|---|---|
/height [number] |
Sets your own height. Example: /height 175 |
/height set [player] [number] |
Sets another player's height (requires permissions). Example: /height set Steve 190 |
/height skip |
Resets your height to the default value set in the config. Example: /height skip |
🔧 How it works
- After entering the command, the character model and camera height change instantly.
- If you set your height to
175— your character will be exactly 175 cm in the game. - All changes are saved and remain until the next height change.
- The
/height skipcommand resets to the default height, which can be configured in the configuration file.
⚙️ Flexible config
The plugin comes with a convenient configuration file that you can edit to suit your needs:
- Default height — the value given by the
/height skipcommand and to new players by default. - Minimum and maximum height — limits for commands.
- Full message customization — you can completely translate all plugin messages into your language (English, German, French, etc.).
# ======================================================== #
# KitsuScale Settings #
# ======================================================== #
settings:
min-height: 150
max-height: 200
default-height: 200
# Cooldown for height change (in minutes)
cooldown-minutes: 15
features:
# PlaceholderAPI support: %kitsuscale_height%
placeholder-api: true
# Play sound effect when height changes
play-sound: true
# Sound from version 1.21 (use lowercase with dots)
sound-name: "entity.player.levelup"
# ======================================================== #
# Message Settings #
# ======================================================== #
# HEX colors (#RRGGBB) and formatting codes are supported.
# Use \n for line breaks in tooltips.
# ======================================================== #
messages:
# Plugin message prefix
prefix: "#ffb703✦ KitsuScale ✦ &8» &f"
# ==============================================
# Interactive chat menu
# ==============================================
# Text before buttons
prompt-text: "Please enter your height: "
# Input button
btn-input: "#06d6a0[✔ Enter] "
# Tooltip when hovering over the input button
btn-input-hover: "&fClick to enter height\n&7Allowed: &a%min% &7- &a%max% &7cm"
# Skip button
btn-skip: "#ef233c[✖ Default]"
# Tooltip when hovering over the skip button
btn-skip-hover: "&fClick to skip\n&7Height will be set to: &c%default% &7cm"
# ==============================================
# System notifications and errors
# ==============================================
only-players: "&c✖ &fThis command can only be executed by players."
no-permission: "&c✖ &fYou do not have permission to use this command."
usage: "&e⚠ &fUsage: &e/height <%min%-%max%>&f or &e/height skip"
invalid-number: "&c✖ &fPlease enter a valid number!"
out-of-bounds: "&c✖ &fYour height must be between &c%min% &fand &c%max% &fcm!"
# Cooldown notification (%time% will be replaced with remaining time)
cooldown: "&c⚠ &fHeight change available in: &c%time%"
# Success messages
success: "#06d6a0✔ &fYour height has been successfully changed to &a%height% &fcm."
reload: "#06d6a0✔ &fPlugin configuration successfully reloaded!"
# ==============================================
# Admin notifications
# ==============================================
admin-usage: "&e⚠ &fUsage: &e/height set <player> <height>"
player-not-found: "&c✖ &fPlayer not found or not online."
admin-success: "#06d6a0✔ &fYou set &a%height% &fcm for player &e%player%&f."
target-success: "#06d6a0✔ &fAn admin changed your height to &a%height% &fcm."
🛡 Permissions
| Permission | Description |
|---|---|
kitsuscale.reload |
Access to /height reload command to reload the config without restarting the server. |
kitsuscale.admin |
Access to /height set <player> <height> command. Allows changing other players' heights. |
kitsuscale.bypass |
Allows ignoring the 15-minute cooldown when changing your own height. |
🎯 Perfect for
- Roleplay (RP) servers
- Realistic gameplay setups
- Friendly servers where players want to look like in real life
- Any project where visual comfort and customization matter
The plugin is lightweight, doesn't burden the server, and is easy to configure for any purpose.
🇷🇺 RU:
📏 KitsuScale — реалистичный рост в игре
Это простой и удобный плагин, который позволяет игрокам менять рост своего персонажа с помощью команд. Все значения задаются в реальных сантиметрах и полностью соответствуют высоте модели игрока в игре.
Никаких условных единиц, никакой абстрактной шкалы. Только честные сантиметры, как в реальной жизни.
🎮 Команды
| Команда | Описание |
|---|---|
/height [число] |
Устанавливает ваш собственный рост. Пример: /height 175 |
/height set [ник] [число] |
Устанавливает рост другому игроку (требуются права). Пример: /height set Steve 190 |
/height skip |
Сбрасывает ваш рост до стандартного значения, заданного в конфиге. Пример: /height skip |
🔧 Как это работает
- После ввода команды модель персонажа и высота камеры мгновенно меняются.
- Если вы установили рост
175— ваш персонаж будет ровно 175 см в игре. - Все изменения сохраняются и действуют до следующей смены роста.
- Команда
/height skipвозвращает стандартный рост, который можно настроить в конфигурационном файле.
⚙️ Гибкий конфиг
Плагин поставляется с удобным конфигурационным файлом, который вы можете редактировать под свои нужды:
- Стандартный рост — значение, которое выдаётся по команде
/height skipи новым игрокам по умолчанию. - Минимальный и максимальный рост — ограничения для команд.
- Настройка всех сообщений — вы можете полностью перевести все сообщения плагина на свой язык (русский, английский, украинский и т.д.).
# ======================================================== #
# Настройки KitsuScale #
# ======================================================== #
settings:
min-height: 150
max-height: 200
default-height: 200
# Задержка на смену роста (в минутах)
cooldown-minutes: 15
features:
# Поддержка плейсхолдера %kitsuscale_height%
placeholder-api: true
# Звуковой эффект при изменении роста
play-sound: true
# Звук из версии 1.21 (писать в нижнем регистре через точку)
sound-name: "entity.player.levelup"
# ======================================================== #
# Настройка сообщений #
# ======================================================== #
# Поддерживаются HEX-цвета (#RRGGBB) и символы.
# Для переноса строки в подсказках используйте \n
# ======================================================== #
messages:
# Префикс сообщений плагина
prefix: "#ffb703✦ KitsuScale ✦ &8» &f"
# ==============================================
# Интерактивное меню в чате
# ==============================================
# Текст перед кнопками
prompt-text: "Пожалуйста, укажите ваш рост: "
# Кнопка ввода
btn-input: "#06d6a0[✔ Ввести] "
# Подсказка при наведении на кнопку ввода
btn-input-hover: "&fНажмите, чтобы ввести рост\n&7Допустимо: &a%min% &7- &a%max% &7см"
# Кнопка пропуска
btn-skip: "#ef233c[✖ Стандарт]"
# Подсказка при наведении на кнопку пропуска
btn-skip-hover: "&fНажмите, чтобы пропустить\n&7Будет установлен рост: &c%default% &7см"
# ==============================================
# Системные уведомления и ошибки
# ==============================================
only-players: "&c✖ &fЭта команда доступна только игрокам."
no-permission: "&c✖ &fУ вас нет прав для использования этой команды."
usage: "&e⚠ &fИспользование: &e/height <%min%-%max%>&f или &e/height skip"
invalid-number: "&c✖ &fПожалуйста, введите корректное число!"
out-of-bounds: "&c✖ &fВаш рост должен быть от &c%min% &fдо &c%max% &fсм!"
# Уведомление о кулдауне (%time% заменится на оставшееся время)
cooldown: "&c⚠ &fСмена роста будет доступна через: &c%time%"
# Сообщения об успехе
success: "#06d6a0✔ &fВаш рост успешно изменен на &a%height% &fсм."
reload: "#06d6a0✔ &fКонфигурация плагина успешно обновлена!"
# ==============================================
# Уведомления для администрации
# ==============================================
admin-usage: "&e⚠ &fИспользование: &e/height set <игрок> <рост>"
player-not-found: "&c✖ &fИгрок не найден или сейчас не в сети."
admin-success: "#06d6a0✔ &fВы установили рост &a%height% &fсм для игрока &e%player%&f."
target-success: "#06d6a0✔ &fАдминистратор изменил ваш рост на &a%height% &fсм."
🛡 Права доступа (Permissions)
| Право | Описание |
|---|---|
kitsuscale.reload |
Доступ к команде /height reload для обновления конфига без перезагрузки сервера. |
kitsuscale.admin |
Доступ к команде /height set <игрок> <рост>. Позволяет менять рост другим людям. |
kitsuscale.bypass |
Позволяет игнорировать задержку (cooldown) в 15 минут при смене собственного роста. |
🎯 Идеально подходит для
- Ролевых серверов (RP)
- Реалистичных сборок
- Дружеских серверов, где игроки хотят выглядеть как в реальной жизни
- Любых проектов, где важен визуальный комфорт и кастомизация
Плагин лёгкий, не нагружает сервер и легко настраивается под любые задачи.


