Settings - TSenter/CommandMobs GitHub Wiki
These are the settings found within the config file (../plugins/CommandMobs/config.yml)
.
Setting | Description | Default Setting |
---|---|---|
defaults.name * |
The name given to a mob when it is originally created | &b&lCommandMob |
defaults.movement |
Whether or not a mob can move, by default | false |
defaults.price |
The default price of a mob | 0 |
defaults.killable |
Whether or not a mob can be hurt (or killed), by default | false |
mobs.name-width |
The width of a name that will be shown before it is cut off | 16 |
mobs.scroll-speed ** |
The speed at which a name (or part of one) scrolls, in seconds | 0.5 |
mobs.scroll-length |
The number of characters a name will show, per scroll | 10 |
mobs.hypolength-spaces |
See Scrolling. | true |
mobs.death.remove |
Whether or not to remove the mob after it has died. Setting to false will only clutter your config and slow CommandMobs down |
true |
mobs.death.exp |
Whether or not to allow experience to drop on mob death | true |
mobs.death.drops |
Whether or not to allow drops to drop on mob death | false |
customizer |
The item type of the Customizer. A list can be found here*** | compass |
customizer-on-create |
Whether or not a player will receive a Customizer when they create a mob | true |
use-price |
Whether or not the price feature should be used. If set to false, Vault does not need to be installed. | true |
enchantment-id |
Only change this if a custom enchantment plugin, or one that uses custom enchants, throws an error | 150 |
* Allows color codes, as shown in the example. Also allows scrolling.
** Mob names with scrolling text update every 20 * speed ticks, so the lower the number, the faster the scroll. I realize that this is a little confusing, and am looking for a better solution.
*** The item types listed also include some for items from 1.8, and will not work. Also, names are case-insensitive, but must include underscores _
if the listed name includes one.