1
0

add vote command

This commit is contained in:
Lee
2024-03-28 15:12:18 +00:00
parent 48ad8a707b
commit 2ea78e5462
10 changed files with 67 additions and 20 deletions

View File

@ -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;
}