h31ix

Untitled

Nov 23rd, 2012
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.12 KB | None | 0 0
  1. package me.gunner05.mommy;
  2.  
  3. import Logger;
  4. import org.bukkit.command.Command;
  5. import org.bukkit.command.CommandSender;
  6. import org.bukkit.plugin.java.JavaPlugin;
  7.  
  8. public class Mommy extends JavaPlugin
  9. {
  10. public final Logger logger;
  11. public static Mommy plugin;
  12.  
  13. public void onDisable()
  14. {
  15. throw new Error("Unresolved compilation problems: \n\tThe method getDespription() is undefined for the type Mommy\n\tLogger cannot be resolved to a type\n");
  16. }
  17.  
  18. public void onEnable()
  19. {
  20. throw new Error("Unresolved compilation problems: \n\tThe method getDespription() is undefined for the type Mommy\n\tLogger cannot be resolved to a type\n\tSyntax error, insert \";\" to complete Statement\n\tSyntax error, insert \"}\" to complete ClassBody\n");
  21. }
  22.  
  23. public boolean onCommand(CommandSender paramCommandSender, Command paramCommand, String paramString, String[] paramArrayOfString)
  24. {
  25. throw new Error("Unresolved compilation problems: \n\tcolor cannot be resolved to a variable\n\tSyntax error, insert \"else Statement\" to complete IfStatement\n\tSyntax error, insert \"}\" to complete MethodBody\n");
  26. }
  27. }
Advertisement
Add Comment
Please, Sign In to add comment