Add new config option to auto-hide tall disguises, also as a disguise option

This commit is contained in:
libraryaddict
2020-04-27 17:31:00 +12:00
parent 1d7fd61556
commit af492c2e3b
7 changed files with 48 additions and 13 deletions

View File

@@ -114,7 +114,7 @@ public class ParamInfoManager {
// Add these last as it's what we want to present to be called the least
for (String methodName : new String[]{"setSelfDisguiseVisible", "setHideHeldItemFromSelf",
"setHideArmorFromSelf", "setHearSelfDisguise", "setHidePlayer", "setExpires", "setNotifyBar",
"setBossBarColor", "setBossBarStyle"}) {
"setBossBarColor", "setBossBarStyle", "setHideTallSelfDisguise"}) {
try {
Class cl = boolean.class;