 
                280+ Commands/Insane Kits/Portals/Essentials/Economy/MySQL & SqLite/Much More!
  PlaceholderRequirements:
  - '%cmi_user_level%>=10;Get to level 10'
  - '%cmi_user_homeamount%>=3;Get 3 homes'
  - '%cmi_user_weather%==rainy;We like rain'Reworked give command to accept one liners. What this means is that give command now will use different format when defining items. While old format should still work, its strongly recommended to move towards new system.
As "one-liner" implies, now items are defined in one long string without any spaces. This is to have same format across multiple places which will be expanded on its usage down the road.
As and example 
- Now you can define custom item model data with cm{1235}
- Now you can define items flags like hide_enchants, hide_unbreakable and so on
- Now you can get colorized leather armor with easy variables like leatherboots;662266 or leatherboots;red or leatherboots;125,23,123
- Now you can get specific painting
- Now you can get specific goat horn
- Now you can get armor with specific armor trims
- Now you can get decorated pots with specific decorations
This same expression of item can be used while using specialized commands variables hasitem:[data]! and item:[data]! which will allow you to define specific item you want to check for and remove as of latest version we are strictly checking by items material and its meta data values, so some items would not have been recognized anymore due to more strict criteria than before. More variables for specialized commands will come later to give you option to have more loose checks, tho you should always use more specific criteria to avoid valuable item removal. So now with new item expresion you can check for item with specific custom model data, specific name and specific lore which will allow to have more valuable items.
You can read more about its new usage at https://www.zrips.net/cmi/commands/icwol/