Suggestion Open

MobOption condition

#3447 opened by Unknown 3 years ago

Unknownreported this suggestion

Summary

A new condition that can check the targeted mythicmob option values.

Usage

To detect the mobs more precisely and contrapuntally.

Value

This could greatly increase the upper limit of managing mythicmobs.

Priority

Medium to high. I think this should not be very hard to achieve and it's really useful.

Implementation

Two attributes: option (the mob option that should be checked), value (the expected option value)

Examples:

- moboption{option=Baby,value=true} true

- moboption{option=Profession,value=FARMER} true #when checking a villager or zombie villager

- moboption{option=CatType,value=ALL_BLACK} true #when checking a cat.

Unknowncommented

Otherwise, any way to directly check the NBT data of an entity for keys and their values, either to set placeholders to or for condition evaluation, would immediately allow advanced users many options and use-cases for stuff like this.

Sign in to join the discussion.