mirror of
https://github.com/libraryaddict/LibsDisguises.git
synced 2024-11-03 08:49:32 +01:00
26 lines
1.1 KiB
YAML
26 lines
1.1 KiB
YAML
# Shall I notify people of a LibsDisguises update?
|
|
NotifyUpdate: true
|
|
# Whats the permission to get the notification?
|
|
Permission: 'libsdisguises.update'
|
|
# Whats the max size allowed for command disguiseradius
|
|
DisguiseRadiusMax: 50
|
|
# Whats the max size allowed for command undisguiseradius
|
|
UndisguiseRadiusMax: 50
|
|
# Shall the players view their disguises?
|
|
# Best used when viewing yourself in 3rd person
|
|
ViewSelfDisguises: false
|
|
# 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.
|
|
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
|
|
RemoveHeldItem: true |