mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2025-12-16 17:05:20 +01:00
Add coordinate support for spawn command (monster only)
Now the spawn command is: spawn <entityID> [amount] [level(monster only)] <x> <y> <z>(monster only, optional) The coordinate is optional
This commit is contained in:
@@ -304,7 +304,7 @@
|
||||
"description": "Sets your world level (Relog to see proper effects)"
|
||||
},
|
||||
"spawn": {
|
||||
"usage": "Usage: spawn <entityID> [amount] [level(monster only)]",
|
||||
"usage": "Usage: spawn <entityID> [amount] [level(monster only)] <x> <y> <z>(monster only, optional)",
|
||||
"success": "Spawned %s of %s.",
|
||||
"limit_reached": "Scene spawn limit reached. Spawning %s entities instead.",
|
||||
"description": "Spawns an entity near you"
|
||||
|
||||
Reference in New Issue
Block a user