Dicecraft Funitor plugin

This commit is contained in:
BuildTools 2015-04-06 16:00:39 +02:00
parent 3682029652
commit a04154d012

View File

@ -31,7 +31,7 @@ public class main extends JavaPlugin {
@Override @Override
public void onEnable(){ public void onEnable(){
getCommand("equipment").setExecutor(new command()); getCommand("Furniture").setExecutor(new command());
Main = this; Main = this;
this.itemse = new ItemsEquipment(); this.itemse = new ItemsEquipment();
getServer().getPluginManager().registerEvents(new OnInteract(), this); getServer().getPluginManager().registerEvents(new OnInteract(), this);