mirror of
https://github.com/BentoBoxWorld/BentoBox.git
synced 2025-03-26 13:40:40 +01:00
Add homes command to default player options.
This commit is contained in:
parent
1ee83cd782
commit
19ddd73204
@ -78,6 +78,7 @@ public abstract class DefaultPlayerCommand extends CompositeCommand {
|
||||
new IslandSethomeCommand(this);
|
||||
new IslandDeletehomeCommand(this);
|
||||
new IslandRenamehomeCommand(this);
|
||||
new IslandHomesCommand(this);
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user