Notice: Sometimes the upload takes time until Bukkit team review the jar file. Make sure to check it is 1.0.2 before downloading it. (If you are to update)
1.0.2
- Fixed where NPE thrown when a single line code with assignment statement
- Some of the logical mistakes about boolean negations are fixed
- Accessing global variable that doesn't exist will no longer throw exception but results null
- Boolean negation thread null value as false. (so !null is true)
- Now you can use semi-colon as statement separator.
#MESSAGE "HI"
#MESSAGE "HELLO"
is equivalent to
#MESSAGE "HI"; #MESSAGE "HELLO"
- hasLore() is added to CommonFunctions
- Fixed where config.yml get reseted when the server restarts.