PermissionsEx

PermissionsEx

14M Downloads

SQL Error

ThomasKlijnman opened this issue ยท 1 comments

commented

This is the config before restart

  backends:
    sql:
      uri: mysql://{DATABASE_IP}/{DATABASE}
      user: {USERNAME}
      password: {PASSWORD}
      aliases:
        permissions: pex_permissions
        permissions_inheritance: pex_inheritance
        permissions_entity: pex_entity

AFTER:

  backends:
    sql:
      uri: mysql://{DATABASE_IP}/{DATABASE}
      user: {USERNAME}
      password: {PASSWORD}
      aliases:
        permissions: pex_permissions
        permissions_inheritance: pex_inheritance
        permissions_entity: pex_entity
    file:
      type: file
      file: permissions.yml

It doenst go onto the database when changing rank of player

commented

See existing issue #2423