Catch exception for adventure text
This commit is contained in:
		| @@ -224,7 +224,7 @@ public class DisguiseUtilities { | |||||||
|             try { |             try { | ||||||
|                 Class.forName("net.kyori.adventure.text.minimessage.MiniMessage"); |                 Class.forName("net.kyori.adventure.text.minimessage.MiniMessage"); | ||||||
|                 adventureTextSupport = true; |                 adventureTextSupport = true; | ||||||
|             } catch (ClassNotFoundException ex) { |             } catch (Throwable ex) { | ||||||
|                 adventureTextSupport = false; |                 adventureTextSupport = false; | ||||||
|             } |             } | ||||||
|         } |         } | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user