RypoFalem / ArmorStandEditor

Bukkit plugin to allow players to edit armorstands without commands.
GNU General Public License v2.0
19 stars 69 forks source link

Fix permission nodes which should have children #25

Closed Prof-Bloodstone closed 4 years ago

Prof-Bloodstone commented 4 years ago

Due to incorrect indentation, these permission nodes didn't have children permission nodes. For example:

yq '.permissions."asedit.positionlegs"' plugin.yml
{
  "description": "Adjust leg position.",
  "default": true,
  "children": null,
  "asedit.leftleg": true,
  "asedit.rightleg": true
}
RypoFalem commented 4 years ago

Good catch thanks!