PermissionsEX permissions.yml not working

Discussion in 'Bukkit Help' started by _Wot_, Oct 29, 2018.

Thread Status:
Not open for further replies.
  1. Offline

    _Wot_

    https://pastebin.com/5jHF3ugQ

    I tried to manually add something into my permissions.yml file. But I ended up breaking it. In console I get:

    29.10 16:13:41 [Server] INFO Enabling PermissionsEx v1.23.4 29.10 16:13:41 [Server] INFO Initializing file backend
    29.10 16:13:41 [Server] INFO ========== UNABLE TO LOAD PERMISSIONS BACKEND ========= 29.10 16:13:41 [Server] INFO Your configuration must be fixed before PEX will enable
    29.10 16:13:41 [Server] INFO Details: Error loading permissions file!
    29.10 16:13:41 [Server] INFO ======================================================= 29.10 16:13:41 [Server] INFO ru.tehkode.permissions.exceptions.PermissionBackendException: Error loading permissions file!
    29.10 16:13:41 [Server] INFO at ru.tehkode.permissions.backends.file.FileBackend.reload(FileBackend.java:321) ~[PermissionsEx-1.23.4.jar:?] 29.10 16:13:41 [Server] INFO at ru.tehkode.permissions.backends.file.FileBackend.<init>(FileBackend.java:120) ~[PermissionsEx-1.23.4.jar:?]
    29.10 16:13:41 [Server] INFO at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:1.8.0_91]
     
  2. Offline

    scrollbar

    Is the paste bin you linked the broken permissions file?
     
  3. Offline

    KarimAKL

    @_Wot_
    Try changing line 1 from this:
    Code:
    roups:
    to this:
    Code:
    groups:
     
Thread Status:
Not open for further replies.

Share This Page