Fixed permission bug created when Language config was made
When I made a config file of all the strings in the plugin for users to modify I forgot to change how permissions where checked. Originally they where checked by checking the items name, so rps.button_owneronlyedit made sense when the items name was Owner Only Edit. I would do some string manipulation and end up with owneronlyedit being compared to owneronlyedit.
Well now I had to figure out a way to link the pre-made permissions to objects that can be renamed via the language.yml config. So I did. Anyone who had modified the button names already may have either not noticed it yet or did not report the bug.