1
0
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:
tastybento 2021-07-05 18:31:06 -07:00
parent 1ee83cd782
commit 19ddd73204

View File

@ -78,6 +78,7 @@ public abstract class DefaultPlayerCommand extends CompositeCommand {
new IslandSethomeCommand(this);
new IslandDeletehomeCommand(this);
new IslandRenamehomeCommand(this);
new IslandHomesCommand(this);
}