[Feature] Underworld Command auto return

- Add #underworld to list out all underworld mobs
- Add automatic return to spawn on underworld mobs
This commit is contained in:
Trust
2025-01-26 19:42:31 -05:00
parent 119151c0e3
commit 3ab671e7fe
6 changed files with 37 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
#include "../client.h"
void command_underworld(Client *c, const Seperator *sep) {
entity_list.GetUnderworldMobs(c);
}