Resize
๐ก Updated this year๐ผ๏ธ Gallery (7 images)
๐ Analysis
- ๐ 0.4% endorsement rate
- ๐ #1043 of 1560 bukkit mods in this game by downloads
๐ About This Mod
# ๐ง Resize - Player & Mob Size Change Plugin **Resize** is a Minecraft **player size and mob size plugin** that lets you easily **resize, scale, enlarge, or shrink players and mobs** using simple commands. Change the size of any player with `/resize`, or change the size of mobs with `/resize mob`. Set custom minimum and maximum size limits, use smooth size change animations, and control who can resize players and mobs. Resize is perfect for **fun servers, PvP, RPG, survival, events, mini-games, custom mechanics, and servers that need player scaling or mob scaling**. <img width="1101" height="1030" alt="image" src="https://github.com/user-attachments/assets/eb49d2c0-1814-4c94-bc18-1f2891de4ad4" /> --- ## ๐ Changing Player Size Command: ``` /resize <size> ``` Decimal values are supported (`0.6`, `1.2`, `1.6`, etc.). To reset the size back to normal, type: `/resize reset` (or simply `/resize r`). This will reset your size or the specified player's size back to 1.0. !(https://github.com/user-attachments/assets/4b4366c0-e06a-4213-9203-3adf045bea8b) --- ## ๐ Changing Mob Size Command: ``` /resize mob <size> ``` To reset a mobโs size back to its default size, type: `/resize mob reset` (or simply `/resize mob r`). To change a mob's size: 1. Look at the mob 2. Execute the command 3. The mob's size will change (respecting limits and distance) Features: * Configurable maximum targeting distance * Supports global and group-based limits * Supports smooth animation * Fully compatible with WorldGuard regions --- ## ๐ Size Information Commands: ``` /resize info /resize info <player> ``` Displays: * Current size * Minimum allowed player size * Maximum allowed player size * Minimum allowed mob size * Maximum allowed mob size --- ## ๐ฌ Smooth Size Change Animation You can enable smooth size transitions instead of instant changes: ```yml animation: enabled: true duration: 1 ``` !(https://github.com/user-attachments/assets/75064299-9c3d-4f4c-bb91-8332c0fff750) Makes size changes **smooth and visually pleasing** (for both players and mobs). --- ## ๐ฅ LuckPerms Group-Based Limits Resize supports **LuckPerms integration**. You can define different limits for each group: ```yml group-limits: enabled: true default: min: 0.6 max: 1.6 mob_min: 0.5 mob_max: 2.0 vip: max: 1.4 titan: min: 0.5 max: 1.6 mob_max: 3.0 ``` If enabled: * The plugin automatically detects the playerโs **primary LuckPerms group** * Applies group-specific limits * Falls back to global values if not defined If disabled: * Only global `scale` values are used โ LuckPerms is **optional**. --- ## ๐ WorldGuard Integration Resize includes a custom WorldGuard flag: ``` /rg flag <region> resize allow|deny ``` This allows you to: * Enable resizing in specific regions * Disable resizing in protected areas (spawn, arenas, etc.) * Automatically reset player and mob size inside restricted regions โ WorldGuard is optional and only used if installed. --- ## โ Automatic Size Reset on Damage A fully configurable system that automatically resets player size when: * Receiving damage * Dealing damage * Dying * PvP combat * Mob damage * Environmental damage Perfect for **balanced PvP, RPG mechanics, and event gameplay**. --- ## ๐ฏ Global Size Limits You can configure minimum and maximum size values: ```yml scale: min: 0.6 max: 1.6 mob_min: 0.5 mob_max: 2.0 ``` These values act as: * Global limits * Default group fallback values * Tab-completion suggestions --- ## ๐ฆ PlaceholderAPI Support Resize supports **PlaceholderAPI integration**, allowing you to display player and mob size information in scoreboards, tab lists, chat, and other plugins. โ Requires the **PlaceholderAPI** plugin to be installed. Available placeholders: | Placeholder | Description | | ----------------------- | ---------------------------------------------- | | `%resize_current_size%` | Displays your current size | | `%resize_max_size%` | Displays the maximum size you can increase to | | `%resize_min_size%` | Displays the minimum size you can decrease to | | `%resize_mob_max%` | Displays the maximum size you can set for mobs | | `%resize_mob_min%` | Displays the minimum size you can set for mobs | <img width="554" height="358" alt="placeholder_example" src="https://github.com/user-attachments/assets/494bffee-e995-45f1-aa0f-eefada0bfca2" /> These placeholders respect: * global limits * group-based limits * administrator bypass permissions --- ## ๐ Administrators Administrators can: * Change other playersโ size * Change mob size * Ignore size limits * Bypass cooldowns * Ignore WorldGuard restrictions * Be protected from automatic resets * See unlimited size range in `/resize info` --- ## โฑ Anti-Spam Protection Built-in cooldown system prevents command s
# ๐ง Resize - Player & Mob Size Change Plugin
Resize is a Minecraft player size and mob size plugin that lets you easily resize, scale, enlarge, or shrink players and mobs using simple commands.
Change the size of any player with `/resize`, or change the size of mobs with `/resize mob`. Set custom minimum and maximum size limits, use smooth size change animations, and control who can resize players and mobs.
Resize is perfect for fun servers, PvP, RPG, survival, events, mini-games, custom mechanics, and servers that need player scaling or mob scaling.
## ๐ Changing Player Size
```
/resize
Decimal values are supported (`0. 6`, `1. 2`, `1. 6`, etc.).
To reset the size back to normal, type: `/resize reset` (or simply `/resize r`).
This will reset your size or the specified player's size back to 1. 0.
!(https://github.com/user-attachments/assets/4b4366c0-e06a-4213-9203-3adf045bea8b)
## ๐ Changing Mob Size
```
/resize mob
To reset a mobโs size back to its default size, type: `/resize mob reset` (or simply `/resize mob r`).
To change a mob's size:
1. Look at the mob 2. Execute the command 3. The mob's size will change (respecting limits and distance)
Configurable maximum targeting distance Supports global and group-based limits Supports smooth animation Fully compatible with WorldGuard regions
## ๐ Size Information
```
/resize info
/resize info
Current size Minimum allowed player size Maximum allowed player size Minimum allowed mob size Maximum allowed mob size
## ๐ฌ Smooth Size Change Animation
You can enable smooth size transitions instead of instant changes:
```yml animation: enabled: true duration: 1 ```
!(https://github.com/user-attachments/assets/75064299-9c3d-4f4c-bb91-8332c0fff750)
Makes size changes smooth and visually pleasing (for both players and mobs).
## ๐ฅ LuckPerms Group-Based Limits
Resize supports LuckPerms integration.
You can define different limits for each group:
```yml group-limits: enabled: true default: min: 0. 6 max: 1. 6 mob_min: 0. 5 mob_max: 2. 0 vip: max: 1. 4 titan: min: 0. 5 max: 1. 6 mob_max: 3. 0 ```
If enabled:
The plugin automatically detects the playerโs primary LuckPerms group Applies group-specific limits Falls back to global values if not defined
If disabled:
Only global `scale` values are used
## ๐ WorldGuard Integration
Resize includes a custom WorldGuard flag:
```
/rg flag
This allows you to:
Enable resizing in specific regions Disable resizing in protected areas (spawn, arenas, etc.) Automatically reset player and mob size inside restricted regions
## โ Automatic Size Reset on Damage
A fully configurable system that automatically resets player size when:
Receiving damage Dealing damage Dying PvP combat Mob damage Environmental damage
Perfect for balanced PvP, RPG mechanics, and event gameplay.
## ๐ฏ Global Size Limits
You can configure minimum and maximum size values:
```yml scale: min: 0. 6 max: 1. 6 mob_min: 0. 5 mob_max: 2. 0 ```
These values act as:
Global limits Default group fallback values Tab-completion suggestions
## ๐ฆ PlaceholderAPI Support
Resize supports PlaceholderAPI integration, allowing you to display player and mob size information in scoreboards, tab lists, chat, and other plugins.
Available placeholders:
| Placeholder | Description | | ----------------------- | ---------------------------------------------- | | `%resize_current_size%` | Displays your current size | | `%resize_max_size%` | Displays the maximum size you can increase to | | `%resize_min_size%` | Displays the minimum size you can decrease to | | `%resize_mob_max%` | Displays the maximum size you can set for mobs | | `%resize_mob_min%` | Displays the minimum size you can set for mobs |
These placeholders respect:
global limits group-based limits administrator bypass permissions
## ๐ Administrators
Administrators can:
Change other playersโ size Change mob size Ignore size limits Bypass cooldowns Ignore WorldGuard restrictions Be protected from automatic resets * See unlimited size range in `/resize info`
## โฑ Anti-Spam Protection
Built-in cooldown system prevents command s
๐ Mod Details
- Game
- Minecraft Plugins
- Author
- portal_gum
- Version
- 1.2.4
- Downloads
- 1,932
- Endorsements
- 7
- Category
- bukkit
- Created
- 2/10/2026
- Updated
- 8/22/2026
- Game Versions
- 1.2.1, 1.2.2, 1.2.3, 1.2.4, 1.2.5
- Tags
- game-mechanics, utility
๐ง How to Install Minecraft Plugins Mods
Download from Modrinth. Use Prism Launcher or drop into your mods folder.
๐ Full step-by-step install guide for Minecraft Plugins โ
Visit the official mod page for specific installation instructions for this mod.
๐ฎ Need cheat codes or console commands? Check ur gaming wiki for Minecraft Plugins commands, item IDs, and more.
โ Frequently Asked Questions
Which Minecraft Plugins versions does Resize support?
The author lists 1.2.1, 1.2.2, 1.2.3, 1.2.4, 1.2.5, 1.20.5. Other versions may work but are untested by the author.
What is the latest version of Resize?
Version 1.2.4, published 2026-08-22 with 1,932 downloads recorded at the source.
Keep browsing โ more Minecraft Plugins mods await






