EssentialsX Selectors: @a, @p, @r (Addon)
Adds @a, @p, and @r to EssentialsX Commands! Also adds "@a[thing=value]"!
EssentialsX Selectors: @a, @p, @r (Addon) 2.1.0
release17 ноября 2025 г.This release adds full support for vanilla parity for command selectors! This now means that any (player) selector or specification that's possible in a vanilla command now works for essentials commands as well. (Note this does not include @n or @e, as Essentials commands are fundamentally incompatible with such selectors.)
Unfortunately, the code under the hood for this plugin is still pretty rough overall, and unfortunately there is still no tab completion for the selectors, but I hope to address both of these issues down the line.
Thank you to xgioa, wrjgrrgpmc-hash, and hellfirehd for their reporting and feedback!
EssentialsX Selectors: @a, @p, @r (Addon) 2.0.1
release25 мая 2024 г.This addresses and hopefully fixes the bug present in #13
Thanks to @ardse for reporting!
Remember to check out the new features present in v2.0!
EssentialsX Selectors: @a, @p, @r (Addon) 2.0.0
release16 октября 2023 г.The entire plugin has been rewritten from scratch!
What does this change?
- Much more maintainable back end, way easier to contribute as well
- Updates will be quicker, bug fixes will be easier and faster
- The system is way more modular: there is very little hard-coding and bad practices (which is just better for everyone)
- More efficient; the tiniest little bit faster than the previous version, but you won't notice it
Additions:
- Added the ability to use and (&) and or (|) operators is specifications.
- Example 1:
/kill @a[tag=dog|cat&!rat]would mean "kill all players with the tag "dog" OR "cat", and they don't have the tag "rat" - Example 2:
/feed @r[team=red|blue|green,tag=player&!staff,gamemode=!creative&!survival]would mean "feed all players on team "red" or "blue" or "green", who has the tag "player" and not the tag "player, who's gamemode is not survival or not creative. - Due to the logic of how it work, you always need to put all of your OR statements before your AND statements, so for example,
/kill @a[tag=red&blue|green]would NOT work, due to the implementation of this system.
EssentialsX Selectors: @a, @p, @r (Addon) 1.7.2
release15 августа 2023 г.Noticeable changes
- Fixed #11. Thanks to @Skyw0lf07 for reporting it!
Backend Changes
- Refactored project structure a bit
- Switched to using Maven
- Formatted some files better
Hotfix 1.7.1
release12 января 2023 г.Fixes #9 and any other similar issues that could occur (Hopefully)
Thanks @RealTriassic for reporting!
Совместимость
Minecraft: Java Edition
Создатели
DogLoverPink
Владелец