Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- package com.xern.jogy34.blotherajail.general;
- import Economy;
- import org.bukkit.Location;
- import org.bukkit.command.Command;
- import org.bukkit.command.CommandSender;
- import org.bukkit.plugin.java.JavaPlugin;
- public class BlotheraJailMain extends JavaPlugin
- {
- public static Economy economy;
- public void onEnable()
- {
- throw new Error("Unresolved compilation problem: \n");
- }
- public void onDisable()
- {
- throw new Error("Unresolved compilation problem: \n");
- }
- public boolean onCommand(CommandSender paramCommandSender, Command paramCommand, String paramString, String[] paramArrayOfString)
- {
- throw new Error("Unresolved compilation problem: \n");
- }
- public Location getClosestJail(Location paramLocation)
- {
- throw new Error("Unresolved compilation problem: \n");
- }
- private boolean setupEconomy()
- {
- 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");
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment