create config
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
package net.t2code.opsecurity.objects;
|
||||
|
||||
import java.util.HashMap;
|
||||
|
||||
public class PlayerCash {
|
||||
public static HashMap<String, PlayerObject> opHashMap = new HashMap<String, PlayerObject>();
|
||||
public static HashMap<String, PlayerObject> permissionHashMap = new HashMap<String, PlayerObject>();
|
||||
}
|
Reference in New Issue
Block a user