2013-05-31 10:55:55 +02:00
|
|
|
# Shall I notify people of a LibsDisguises update?
|
|
|
|
NotifyUpdate: true
|
|
|
|
# Whats the permission to get the notification?
|
2013-07-16 08:53:39 +02:00
|
|
|
Permission: 'libsdisguises.update'
|
|
|
|
# Whats the max size allowed for command disguiseradius
|
2013-07-22 12:35:27 +02:00
|
|
|
DisguiseRadiusMax: 50
|
2013-07-16 08:53:39 +02:00
|
|
|
# Whats the max size allowed for command undisguiseradius
|
2013-07-30 02:44:00 +02:00
|
|
|
UndisguiseRadiusMax: 50
|
|
|
|
# Shall the players view their disguises?
|
2013-07-31 07:46:24 +02:00
|
|
|
# Best used when viewing yourself in 3rd person
|
2013-11-05 18:01:52 +01:00
|
|
|
ViewSelfDisguises: false
|
2013-07-31 07:46:24 +02:00
|
|
|
# Shall I disguise the sounds?
|
|
|
|
# This turns your damage sound into a MOOOO
|
|
|
|
DisguiseSounds: true
|
|
|
|
# Shall the disguised hear their disguise sounds or their damage sounds.
|
|
|
|
# I disable this as it can be a little confusing when not used with self disguises
|
|
|
|
HearSelfDisguise: false
|
|
|
|
# Shall I send the velocity packets? I REALLY recommend you don't disable.
|
|
|
|
# This is the only thing allowing the mobs to fly without glitching out.
|
2013-10-04 10:21:24 +02:00
|
|
|
SendVelocity: true
|
|
|
|
# For self disguises, they need to have the armor and the held item removed
|
|
|
|
# Else they see floating armor, floating held items.
|
|
|
|
# However! This doesn't actually remove the armor!
|
|
|
|
# It just makes the client think the armor was removed so that it doesn't render it!
|
|
|
|
RemoveArmor: true
|
2013-11-23 22:05:08 +01:00
|
|
|
RemoveHeldItem: true
|
|
|
|
# If you set a disguise to burning, it will no longer be able to be shown as sneaking or invisible.
|
|
|
|
# Set this to true if you want the disguise to get the animations of the disguised entity. Such as invisible, on fire, sprinting, sneaking, blocking
|
|
|
|
# This is only valid if you set a animation on the disguise itself. Because the entitys animations are applied otherwise.
|
2013-12-05 09:05:58 +01:00
|
|
|
AddEntityAnimations: true
|
|
|
|
# If all players who can see a targeted disguise (Only advalible to plugins) have quit.
|
|
|
|
# Does the plugin remove that disguise from valid disguises? If your plugin handles this. Then thats good.
|
|
|
|
# Else its a memory leak. This loops through all disguise to see if anyone else is online who can see that disguise.
|
|
|
|
RemoveUnusedDisguises: true
|