add vote command
This commit is contained in:
@ -22,9 +22,6 @@ public class Aetheria extends JavaPlugin {
|
||||
|
||||
public static ThreadPoolExecutor EXECUTOR = new ThreadPoolExecutor(2, 8, 0L, TimeUnit.MILLISECONDS, new LinkedBlockingQueue<>());
|
||||
|
||||
// todo: move to config
|
||||
public static final String PREFIX = "§6§lAetheria §7» §f";
|
||||
|
||||
public Aetheria() {
|
||||
INSTANCE = this;
|
||||
}
|
||||
|
Reference in New Issue
Block a user