With this plugin, you can: Change the sizeof any living entity(bigger & smaller) with optional stepsfor a transition.
Modify it for entitiesor players with a specific name,UUID, entity ID,scoreboard tag,the entity you are looking at,or entities in a specific range around you!
There are also someother optional modifierslike: Movement speed,jump strength,step height, etc.(Look into the config) To make it more playablefor a player witha different scale.
This plugin overrides the vanilla player attributes!
Code (Text):
/entitysize reload (Reload config)
/entitysize reset <optional player / @a> (Reset size to default)
/entitysize <size> [time] (Change your own size)
/entitysize player <player> <size> [time]
/entitysize entity looking <size> [time] (The entity you are looking at)
/entitysize entity tag <tag> <size> [time] (All entities with a specific scoreboard tag)
/entitysize entity name <name> <size> [time] (All entities with a specific name)
/entitysize entity uuid <uuid> <size> [time] (Entity with that uuid)
/entitysize entity range <blocks> <size> [time] (Entities in a specific range from your location)
permissions:
entitysize.commands:
description: Allows the use of the entitysize command
default: true
entitysize.player:
description: Allows the use of the player subcommand
default: false
entitysize.entity:
description: Allows the use of the entity subcommand
default: false
entitysize.reload:
description: Allows the use of the reload subcommand
default: false
entitysize.reset:
description: Allows the use of the reset subcommand
default: true
entitysize.reset.player:
description: Allows the ability to reset any player
default: false
entitysize.reset.all:
description: Allows the ability to reset all players, using @a
default: false
entitysize.self:
description: Allows the use of the self subcommand
default: true
entitysize.entity.looking:
description: Allows selecting the entity being looked at
default: false
entitysize.entity.tag:
description: Allows selecting the entity by tag
default: false
entitysize.entity.name:
description: Allows selecting the entity by name
default: false
entitysize.entity.uuid:
description: Allows selecting the entity by uuid
default: false
entitysize.entity.range:
description: Allows selecting the entity by range
default: false
Do not use the review section below for suggestions or support.