Couple optimizations
Fixed when player was unable to put items in trade slots
New language system (save your lang and wipe it to see changes, mostly in agruments player.name -> name, etc)
Permission fixes (when after updating permission it was showing same values)
I will check that. Looks werid because i tested it before release. Can you unload all plugins and try again? Maybe one of your plugins causing that
EDIT: I am receiving same problem. It was not changed much, but something changed... Checking...
You can tell Steenmaroo to change line
646
from
if (item["container"].ToString() == "belt")
to
if (item["container"].ToString().ToLower() == "belt")
in next update. The reason that i (and maybe someone else) saving container as "Belt" instead of his "belt"