Pack: Keep Small - teakivy/teaks-tweaks GitHub Wiki
keep-small
)
Pack: Keep Small (Keep Small allows players to keep a mob in it's child form, or grow a mob up to it's adult form.
Showcase
Config
The config for this pack can be found in the config.yml
file for the plugin.
# Keep Small
# Keep a mob in its child form (if it has one)
#
# Permissions:
# teakstweaks.keep-small
keep-small:
enabled: false
# Allow the mob to be kept in its child form (By Naming a mob 'keep small')
smallify: true
# Allow the mob to be set in its adult form (By Naming a mob 'grow')
grow: true
Options
enabled
- Type -
boolean
- Default -
false
- Description - Controls whether the pack is enabled.
smallify
- Type -
boolean
- Default -
true
- Description - Controls whether players can keep a mob to it's child form (By naming the mob "keep small")
grow
- Type -
boolean
- Default -
true
- Description - Controls whether players can set a mob to it's adult form (By naming the mob "keep small")
Permissions
teakstweaks.keep-small
- Default -
true
- Description - Controls whether the player can use the Keep Small pack.
Messages
"keep_small.name": "Keep Small",
"keep_small.description": "Keep a mob in its child form (if it has one).",
"keep_small.smallify.activation_name": "keep small",
"keep_small.smallify.small_name": "Smallified",
"keep_small.grow.activation_name": "grow",
"keep_small.grow.grown_name": "Grown",
keep_small.name
- Default -
Keep Small
keep_small.description
- Default -
Keep a mob in its child form (if it has one).
keep_small.smallify.activation_name
- Default -
keep small
keep_small.smallify.small_name
- Default -
Smallified
keep_small.grow.activation_name
- Default -
grow
keep_small.grow.grown_name
- Default -
Grown