mirror of
https://github.com/BentoBoxWorld/BentoBox.git
synced 2025-01-11 02:47:39 +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);
|
||||
// Spawn
|
||||
new AdminSetspawnCommand(this);
|
||||
// Spawn Point command
|
||||
new AdminSetSpawnPointCommand(this);
|
||||
// Reset flags
|
||||
new AdminResetFlagsCommand(this);
|
||||
// Trash
|
||||
|
Loading…
Reference in New Issue
Block a user