Skip to content

Instantly share code, notes, and snippets.

@tehbeard
Created January 3, 2012 22:10
Show Gist options
  • Save tehbeard/1557206 to your computer and use it in GitHub Desktop.
Save tehbeard/1557206 to your computer and use it in GitHub Desktop.
#####ESCAPEPLUG
HatmeCommand hatMe = new HatmeCommand(this);
########HatmeCommand
EscapePlug plugin;
public HatmeCommand(EscapePlug plugin){
this.plugin=plugin;
}
....
plugin.addblock(player,args);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment