aabss

Results 5 issues of aabss

How Do I use The Bot???

### Suggestion There *should* be a `SHOULD` Type in PropertyType for property conditions, for example for the condition [shouldBurnInDay()](https://jd.papermc.io/paper/1.20/org/bukkit/entity/Zombie.html#shouldBurnInDay()). ### Why? Instead of making a normal Condition and doing all...

enhancement
up for debate

### Description Added SHOULD as a PropertyType. useful for conditions such as [shouldConsumeItem()](https://hub.spigotmc.org/javadocs/spigot/org/bukkit/event/entity/EntityShootBowEvent.html#shouldConsumeItem()) for the bow shoot event. ex: `event-itemstack should consume item` --- **Target Minecraft Versions:** any **Requirements:** none...

enhancement

### Description Added region support to ExprName and ExprWorld so you don't have to do `if region at player contains "region name"` or `if region at player contains "world name"`...

up for debate

### Description I added CondIsCollidable, ExprCollidableState and ExprCollidableExemptions --- **Target Minecraft Versions:** any **Requirements:** none **Related Issues:** none

feature