[SPIGOT-2939] children value of op or not-op in permissions.yml throws error Created: 20/Dec/16 Updated: 20/Dec/16 Resolved: 20/Dec/16 |
|
Status: | Resolved |
Project: | Spigot |
Component/s: | None |
Affects Version/s: | None |
Fix Version/s: | None |
Type: | Bug | Priority: | Major |
Reporter: | Dale Perkins | Assignee: | Unassigned |
Resolution: | Won't Fix | Votes: | 0 |
Labels: | 1.11, error |
Attachments: |
![]() ![]() |
Plugin: | none |
Description |
Source: http://wiki.bukkit.org/Permissions.yml Having a child value of op or not-op causes an error. I have attached the permissions.yml and the error log. |
Comments |
Comment by md_5 [ 20/Dec/16 ] |
Incorrect documentation on a website which is a wiki and not ours. Children have only ever accepted values of true or false. This is even in the API so can't be changed: public Map<String, Boolean> getChildren() |