-
-
Notifications
You must be signed in to change notification settings - Fork 76
Add miscellaneous argument type 'World' #358
Copy link
Copy link
Closed
Labels
enhancementNew feature or requestNew feature or requestimplemented for next releaseThis has been implemented in the current dev build for the next public releaseThis has been implemented in the current dev build for the next public release
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestimplemented for next releaseThis has been implemented in the current dev build for the next public releaseThis has been implemented in the current dev build for the next public release
Description
Allows us to select world names, such as:
/kill @e[type=creeper] my_cool_world..where
my_cool_worldis a world loaded on the server.Can also be used as a list:
/kill @e[type=creeper] my_cool_world world world_nether world_the_end resource_worldExpected code
No response
Extra details
No response