Would it be possible to update the max characters allowed to something like 64?
There are some.. plugins out there that have decided to take the long route in adding a permission node, so you get something like > ShimmysAdminTools.PointTool.DestroyOtherPlayersStuff.. unfortunately, this node is too long to properly add into this specific permission plugin.

  • Good point, I will update the plugin to create a column with max length limit to 255 actually, but you have to update this manually for your existing tables. It’s simple through HeidiSQL you just need to change the Length of the column to 255 instead of 50 and then save.

Good point, I will update the plugin to create a column with max length limit to 255 actually, but you have to update this manually for your existing tables. It’s simple through HeidiSQL you just need to change the Length of the column to 255 instead of 50 and then save.

  • exis replied to this.