Logo
MINECRAFTBIBLE
Items
Items

All game items

Blocks
Blocks

Building blocks

Mobs
Mobs

Creatures & monsters

Biomes
Biomes

World biomes

Structures
Structures

Generated structures

Recipes
Recipes

Crafting guides

Advancements
Advancements

Achievements

Loot Tables
Loot Tables

Drop rates

Tags
Tags

Item groupings

All Versions
View all data →
Capes
Cape ArchiveNEW

Browse rare Minecon capes, OptiFine capes, and custom capes from players worldwide

Browse

Player Database
Player DatabasePopular

Search any player

Skin Browser
Skin Browser

Browse & download skins

Cape Gallery
Cape GalleryNEW

Minecon & OptiFine capes

Seed Vault
Seed Vault

Curated seeds

Learn

Guides
GuidesNew

Tutorials & tips

Blog
Blog

News & updates

Community

Community Hub
Community HubHub

Posts, discussions & more

All Versions
View community →
Seed Analyzer
Seed Analyzer

World seed analysis

Loot Explorer
Loot Explorer

Drop rates

Crafting Calculator
Crafting Calculator

Material planning

Enchant Calculator
Enchant Calculator

Probability math

Redstone Lab
Redstone Lab

Signal timing

Trading Profit
Trading Profit

Villager ROI

All Versions
View all tools →
Mods
Mods

Browse all mods

Plugins
Plugins

Server plugins

Resource Packs
Resource Packs

Textures & sounds

Shaders
Shaders

Visual enhancements

Datapacks
Datapacks

World logic

Scanner
Mod Intelligence

Scan & analyze any mod

All Versions
View all mods →
Loading...
IntroductionIntroductionVersion HistoryVersion HistoryGuidesGuidesBlog & NewsBlog & News
ItemsItemsBlocksBlocksMobsMobsRecipesRecipesBiomesBiomesStructuresStructuresAdvancementsAdvancementsLoot TablesLoot TablesTagsTags
ModsModsPluginsPluginsResource PacksResource PacksShadersShadersDatapacksDatapacks

MinecraftBible

The Ultimate Wiki

Logo
MINECRAFTBIBLE

The ultimate Minecraft reference. Every item, block, mob, and recipe documented with precision.

Community

  • Player Database
  • Skin Browser
  • Cape Gallery
  • Community Hub
  • Seed Vault

Database

  • Items
  • Blocks
  • Mobs
  • Recipes
  • Biomes
  • Structures

Tools

  • Seed Analyzer
  • Mod Intelligence
  • Crafting Calculator
  • Enchant Calculator

Mods & Packs

  • Mods
  • Plugins
  • Resource Packs
  • Shaders
  • Datapacks

© 2026 MinecraftBible. Not affiliated with Mojang or Microsoft.

PrivacyTermsContact
Simple Player Scale
PluginGPL-3.0-only

Simple Player Scale

A plugin that allows players to change their size

851
Downloads
3
Followers
1 years ago
Updated
📦
1
Versions
game-mechanicsmagicsocialfoliapaperpurpur
Download Latestv1.0.0View on Modrinth

📖About Simple Player Scale

Simpe Player Scale

The plugin allows players to change their size.

Translations

  • Русский

Features

  • Individual for each player: Each player can change their size, which does not reset upon rejoining the game.
  • Permissions for specific groups: The plugin allows granting permissions to change the maximum and minimum size by groups (for example, for groups in LuckPerms).
  • Saving individual settings: Automatically saves and loads the player's size when exiting and entering the server.
  • WorldGuard support: Adds a player-scale flag that can be added to a region to prohibit size changes within it.
  • ViaVersion support: Notifies the player that their version is too low to change the character's size.
  • Easy to configure: The configuration does not contain much information and is easy to set up.

Dependencies

  • WorldGuard: Download
  • WorldEdit: Download
  • ViaVersion: Download

Commands

Main command: /playerscale

  • Usage: /playerscale <number>
  • Aliases: pscale
  • Changes the player's size.

Subcommands

- reload

  • Usage: /pscale reload
  • Reloads the plugin's configuration.

Permissions

  • Use the command /pscale: playerscale.set

  • Reload the plugin configuration: playerscale.reload

  • By default, only operators have playerscale.reload

  • By default, all players have playerscale.set

config.yml

# Permissions for changing size are granted with 'group.<name>' (automatically granted to all groups in LuckPerms)
# If a player belongs to multiple groups, the smallest value will be chosen for `min` and the largest for `max`.
scales:
  default: # Default values for all players
    min: 0.7
    max: 1.2
  moder:
    min: 0.5
    max: 1.5
  admin:
    min: 0.2
    max: 2

#----------- Messages -----------
# For color, use the symbol '§'

# Prefix before messages; if you want to remove it, just make it empty - ''
prefix: '§f[§lP§r§7layer§f§lS§r§7cale§f] §r'

# Message displayed when changing size. '{scale}' is a placeholder for the size value.
scale-change-msg: '§aYou have set your size to {scale}'

# Message displayed when there is a syntax error in the command.
incorrect-args-msg: '§cSyntax error§e - use §l/pscale <number>'

# Message displayed when reloading config (/pscale reload).
reload-config-msg: '§aConfig successfully reloaded'

# Message displayed when lacking permission to execute the command.
no-permission-msg: '§cYou do not have permission to execute this command'

# Message displayed when entering a region where changing size is prohibited (player-scale = deny).
rg-flag-msg: '§cChanging character size is prohibited in this region'

# Message displayed when trying to change character size if the player is using a version below 1.20.5.
old-version-msg: '§cCharacter size can be changed in version 1.20.5 and above'

👥 Team & Contributors

Ayoree
AyoreeOwner

⚙️ Compatibility

Environment
🖥️ Server-side
Loaders
foliapaperpurpur
Minecraft Versions
1.211.21.11.21.21.21.31.21.4

🔗 Links

Modrinth Page