EssentialsX Selectors: @a, @p, @r (Addon)

EssentialsX Selectors: @a, @p, @r (Addon)

Plugin

Adds @a, @p, and @r to EssentialsX Commands! Also adds "@a[thing=value]"!

Server Utility

2,141 downloads
42 followers
Created2 years ago
Updated7 months ago

Follow Save
Host your Minecraft server on BisectHosting - get 25% off your first month with code MODRINTH.

EssentialsX Selectors: @a, @p, @r (Addon) 2.0.0

Changelog

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.

Files

EssentialsX Selectors 2.0.jar(24.68 KiB) Primary Download

External resources



Project members

DogLoverPink

Owner


Technical information

License
GPL-3.0-only
Project ID