ItemDurability command reworked:
- renamed to ItemDamage
- Added Set and Remove functions
Added a StaticString placeholder
Reworked RunCommandWhen command:
- Added new command method, with `>=`, `<`, `<=`, and `>` comparator methods
- Condition is now in one string
- Condition now supports `&&` or `and` keyword for multiple conditions
- Added Placeholder Surrounder argument
- Added Command Separator argument
- Old command method still works
IfCommand:
- `==`, `=`, `contains`, and `!contains` comparators now trim condition sides before comparing.
Many many more changes I forgot to document