Fix for introduced error with latest build relating to older servers and checking players food levels
Small fix when it comes to MVdWPlaceholderAPI failing to process named hex color codes which are made of 6 letters
/Clear command update. As of this version we can now remove item not only based on material but by name and/or lore. This will use completely new system to define item which will be rolled out for other system in near future to centralize and unify item definitions. Basic usage example /cmi clear book-2;name{Test_Name};lore{&2Line_1\n&fLine_2_with_underscore_like__} main thing to keep in mind that it cant contain spaces, so its a one "word" thing. Spaces are defined with underscore like _ while in case you need underscore then use double like __, this is same format as used in other places. Name and lore are optional and those get separated with ; while actual variable enclosed with {} as shown in example. Lore multiple lines can be defined with \n. For this command in particular you will need to provide exact color format, tho this can be debatable and we could add option (or do by default) to ignore colors and only check text.