question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Add miscellaneous argument type 'World'

See original GitHub issue

Description

Allows us to select world names, such as:

  • /kill @e[type=creeper] my_cool_world

…where my_cool_world is 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_world

Expected code

No response

Extra details

No response

Issue Analytics

  • State:closed
  • Created a year ago
  • Comments:7 (3 by maintainers)

github_iconTop GitHub Comments

3reactions
JorelAlicommented, Nov 24, 2022

After a quick chat with a member from the CommandAPI Discord server, I’ve discovered that the CommandAPI’s implementation of Minecraft’s DimensionArgument is terrible and doesn’t do what it is supposed to!

Scheduling the implementation of a DimensionArgument for CommandAPI 8.6.0 which will do pretty much exactly what you would expect - it returns a Bukkit World object.

1reaction
JorelAlicommented, Dec 4, 2022

Implemented in release 8.6.0.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Miscellaneous - pybind11 documentation
When writing C++ code that is called from other C++ code, if that code accesses Python state, it must explicitly acquire and release...
Read more >
MySQL 5.7 Reference Manual :: 12.21 Miscellaneous Functions
This function is useful for GROUP BY queries when the ONLY_FULL_GROUP_BY SQL mode is enabled, for cases when MySQL rejects a query that...
Read more >
Types and signatures — Numba 0.50.1 documentation
Miscellaneous Types ​​ There are some non-numerical types that do not fit into the other categories.
Read more >
Miscellaneous Functions :: GSQL Language Reference
Returns the first expression that isn't NULL . This function requires all its arguments have the same data type ( BOOL , INT...
Read more >
Miscellaneous Functions - MATLAB & Simulink - MathWorks
Returns a string to either call the function-call subsystem disable function with required arguments or to call the generated subsystem disable code (inlined)....
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found