My code:https://pastebin.com/rHk8qW4c
Im trying to generate random loot on the playerJoinEvent. My issue is, that i cant use:
public void loadConfig(){
getConfig().options().copyDefaults(true);
saveConfig();
}
because im not in my Main class. How can i use getConfig and SaveConfig in another class?
Thanks in advance 🙂
Pastebin
Pastebin.com is the number one paste tool since 2002. Pastebin is a website where you can store text online for a set period of time.