Resize

โญ โ€” (7 endorsements) ๐Ÿ“ฅ 1,932 downloads ๐Ÿ“Œ v1.2.4 ๐Ÿ“… 2/10/2026
๐ŸŸก Updated this year

By portal_gum ยท bukkit

โฌ‡ Download Mod Source: Modrinth โ†— ๐Ÿ“… Updated: 8/22/2026 ๐Ÿ“… Created: 2/10/2026

๐Ÿ” 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.

image

## ๐Ÿ“ 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

โš  LuckPerms is optional.

## ๐ŸŒ WorldGuard Integration

Resize includes a custom WorldGuard flag:

``` /rg flag 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 |

placeholder_example

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

๐Ÿค– AI-enhanced โ€” based on mod data

๐Ÿ“Š 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

๐Ÿ“‹ All Minecraft Plugins Mods ๐Ÿ† Top 25 ๐Ÿ“‚ More bukkit ๐Ÿ‘ค More by portal_gum ๐Ÿ”Ž Similar Mods ๐ŸŒ Best bukkit (All Games) ๐Ÿ”€ Check Compatibility โš–๏ธ Compare Mods ๐Ÿ†• New Mods