h31ix

Untitled

Nov 23rd, 2012
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.19 KB | None | 0 0
  1. package com.xern.jogy34.blotherajail.general;
  2.  
  3. import Economy;
  4. import org.bukkit.Location;
  5. import org.bukkit.command.Command;
  6. import org.bukkit.command.CommandSender;
  7. import org.bukkit.plugin.java.JavaPlugin;
  8.  
  9. public class BlotheraJailMain extends JavaPlugin
  10. {
  11. public static Economy economy;
  12.  
  13. public void onEnable()
  14. {
  15. throw new Error("Unresolved compilation problem: \n");
  16. }
  17.  
  18. public void onDisable()
  19. {
  20. throw new Error("Unresolved compilation problem: \n");
  21. }
  22.  
  23. public boolean onCommand(CommandSender paramCommandSender, Command paramCommand, String paramString, String[] paramArrayOfString)
  24. {
  25. throw new Error("Unresolved compilation problem: \n");
  26. }
  27.  
  28. public Location getClosestJail(Location paramLocation)
  29. {
  30. throw new Error("Unresolved compilation problem: \n");
  31. }
  32.  
  33. private boolean setupEconomy()
  34. {
  35. throw new Error("Unresolved compilation problems: \n\tEconomy cannot be resolved to a type\n\tThe method getRegistration(Class<Economy>) from the type ServicesManager refers to the missing type Economy\n\tnet.milkbowl cannot be resolved to a type\n\tEconomy cannot be resolved to a type\n\tEconomy cannot be resolved to a type\n");
  36. }
  37. }
Advertisement
Add Comment
Please, Sign In to add comment