Help about setting PermissionsEX and iRestore

Discussion in 'Bukkit Help' started by tonne94, Dec 28, 2013.

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

    tonne94

    Greetings ! I need help about setting iRestore .. I use PremissionsEX to set premissions to users and admins only... iRestore is plugin for restoring xp and inventory on death events... problem I'm expiriencing is that only op players get restored xp and inventory.. ordinary user dont get back items or xp... So if anyone could help me please? Thanks!

    This is my premissions.yml from PremissionsEX plugin folder:
    Code:
    groups:
      default:
        default: true
        prefix: '§b[User] '
      permissions:
        - irestore.participate
        - irestore.keep.*
      Admin:
        default: false
        prefix: '§4[Admin] '
      permissions:
        - '*'
    users:
      tonne94:
        group:
        - Admin
     
  2. Offline

    lokpique

    why not just set the /gamerule for each map to keep the inventory?

    /gamerule keepInventory true

    no need for a plugin to do this.
     
  3. Offline

    tonne94

    I want to use just for pvp settings. Thats why I use this plugin. Are u familiar with solving this ? Thanks on reply!
     
  4. Offline

    lokpique

    Yeah, your indenting is wrong.

    Code:
    groups:
      default:
        default: true
        prefix: '§b[User] '
        permissions:
        - irestore.participate
        - irestore.keep.*
      Admin:
        default: false
        prefix: '§4[Admin] '
        permissions:
        - '*'
    users:
      tonne94:
        group:
        - Admin
    Try that.
     
Thread Status:
Not open for further replies.

Share This Page