filter counterpart: exclusion expression: [ e: ] #357


  • New
  • Enhancment
Open
Assigned to _ForgeUser7076494
  • _ForgeUser6880532 created this issue Dec 6, 2012

    The filter expression is super useful, when you're looking for something in specific.
    But sometimes you got a suspicion something is out of the ordinary and you'd like to search for everything that has happened except for the stuff that's allowed.

    An example:
    There was a buildcontest, and players were instructed to use only a set of materials. You want to check if that rule has been broken.
    Currently there's no easy way to do this as negating filter options doesn't work.

    /he search p:jack a:block-place  e:42
    this command would find all blocks placed by jack except for iron blocksa

  • _ForgeUser6880532 added the tags New Enhancment Dec 6, 2012
  • _ForgeUser6880532 posted a comment Dec 6, 2012

    /he search p:jack a:block-place  e:41,42,101
    this command would find all blocks placed by jack except for iron blocks, gold blocks etc.


To post a comment, please login or register a new account.