I doubt it was getting ddosed if it was down for 9 days, the owner probably didn't/forgot-to pay for hosting and used ddos as a cover up
Edit: fuck u scotty i thought this was new
public ArrayList<String> StackableLootList;
public ArrayList<String> NonStackableLootList;
Should be
public ArrayList<String> StackableLootList = new ArrayList<>();
public ArrayList<String> NonStackableLootList = new ArrayList<>();