mirror of
https://github.com/Ste3et/furniture.git
synced 2024-11-26 12:35:42 +01:00
Dicecraft Funitor plugin
This commit is contained in:
parent
3682029652
commit
a04154d012
@ -31,7 +31,7 @@ public class main extends JavaPlugin {
|
||||
|
||||
@Override
|
||||
public void onEnable(){
|
||||
getCommand("equipment").setExecutor(new command());
|
||||
getCommand("Furniture").setExecutor(new command());
|
||||
Main = this;
|
||||
this.itemse = new ItemsEquipment();
|
||||
getServer().getPluginManager().registerEvents(new OnInteract(), this);
|
||||
|
Loading…
Reference in New Issue
Block a user