mirror of
https://github.com/BentoBoxWorld/BentoBox.git
synced 2025-02-04 06:21:28 +01:00
Add AdminSetSpawnPointCommand to DefaultAdminCommand (#1329)
This commit is contained in:
parent
d45be091bd
commit
d47216f2c8
@ -84,6 +84,8 @@ public abstract class DefaultAdminCommand extends CompositeCommand
|
|||||||
new AdminReloadCommand(this);
|
new AdminReloadCommand(this);
|
||||||
// Spawn
|
// Spawn
|
||||||
new AdminSetspawnCommand(this);
|
new AdminSetspawnCommand(this);
|
||||||
|
// Spawn Point command
|
||||||
|
new AdminSetSpawnPointCommand(this);
|
||||||
// Reset flags
|
// Reset flags
|
||||||
new AdminResetFlagsCommand(this);
|
new AdminResetFlagsCommand(this);
|
||||||
// Trash
|
// Trash
|
||||||
|
Loading…
Reference in New Issue
Block a user