Advertisement
Guest User

Untitled

a guest
Oct 25th, 2017
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 1.21 KB | None | 0 0
  1. /*public final String URL = "jdbc:mysql://localhost:3306/ariesmc";
  2.     public final String USER = "root";
  3.     public final String PASSWORD = "";*/
  4.  
  5.     public String ARROW = "§8»";
  6.     public String ERROR = "§5Error " + ARROW + " ";
  7.     public String HEALTH = "§5Health " + ARROW + " ";
  8.     public String QUEUE = "§5Queue " + ARROW + " ";
  9.     public String MATCH = "§5Match " + ARROW + " ";
  10.     public String FFA = "§5FFA " + ARROW + " ";
  11.     public String SPECTATOR = "§5Spectator " + ARROW + " ";
  12.     public String PRACTICE = "§5Practice " + ARROW + " ";
  13.     public String ARENA_EDITOR = "§5Arena Editor " + ARROW + " ";
  14.     public String EDITOR = "§5Editor " + ARROW + " ";
  15.     public String DUEL = "§5Duel " + ARROW + " ";
  16.     public String COOLDOWN = "§5Cooldown " + ARROW + " ";
  17.  
  18.     /*public World world = Bukkit.getWorld("SimLobbyCopy");
  19.     public Location SPAWN = Bukkit.getWorld("SimLobbyCopy").getSpawnLocation();*/
  20.  
  21.     public World world = Bukkit.getWorld("PracticeWorldCopy");
  22.     public Location SPAWN = Bukkit.getWorld("PracticeWorldCopy").getSpawnLocation();
  23.     public World FFA_WORLD = Bukkit.getWorld("FFAWorldCopy");
  24.  
  25.     public Location getSpawn()
  26.     {
  27.         return SPAWN;
  28.     }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement