Add Sponge permissions for 1.11.2, 1.12.2, extract
permissions.yml.example
This commit is contained in:
parent
24b2a00d23
commit
2718feb137
9 changed files with 106 additions and 4 deletions
|
|
@ -1456,6 +1456,10 @@ public class DynmapPlugin
|
|||
{
|
||||
return;
|
||||
}
|
||||
// Extract default permission example, if needed
|
||||
File filepermexample = new File(core.getDataFolder(), "permissions.yml.example");
|
||||
core.createDefaultFileFromResource("/permissions.yml.example", filepermexample);
|
||||
|
||||
DynmapCommonAPIListener.apiInitialized(core);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue