adjust origins to listen to config

This commit is contained in:
hyperdefined
2025-01-28 22:51:49 -05:00
parent 8a1759b6b1
commit 3e1c2dcbc3
9 changed files with 107 additions and 88 deletions

View File

@@ -45,7 +45,7 @@ public class ConfigTools {
*
* @param material The item type to check.
* @param configName The config we are checking under.
* @return If we want to allow lore or not.
* @return If we want to add data or not.
*/
public boolean checkConfig(Material material, String configName) {
String itemName = material.toString().toLowerCase();