Hey
Fiiirst of all, I now provide discord support. Find the link on the main page!
This release brings a lot of changes in code, while the usage stays almost the same. The only thing that has changed for now is the syntax of the find command, which changed from
/find location <target> to
/find <target>.
The location sub argument was based on the idea that the find command could also find things like shops or quests, like
/find shop diamons
In future, this can be done with search term attributes if required:
/find shop[sells=diamond]&(free_parking|parking_lot)
Also, the parser for the query language (this stuff: a&((c|d)&!((b)))) is now generated via Antlr and therefore gives a pretty accurate error if somethings not working
Full Changelog:
v1.4...v1.5