Plugin Help PermissionsEx won't work on my server

Discussion in 'Plugin Help/Development/Requests' started by QChamberlain, Sep 26, 2014.

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

    mrCookieSlime


    if (!User.isNativeLanguage(Launguage.ENGLISH))) {
    if (User.isUsing(Translator.GOOGLE)) User.learn(Language.ENGLISH);
    else User.learn(Language.ENGLISH);
    }

    my new Project xD
     
  2. Offline

    DotDash

    AronTheGamer No need to be rude, after all there is no rule against other languages besides English.
     
  3. Offline

    AronTheGamer

    Still, it's really hard to understand what someone is saying when the writer or the reader doesn't know what that all means (may it be the writer this time).
    You seem to be the only one pretending it's rude?
    Edit: On topic
    This is what my permissions.yml looks like, maybe it helps. (works for v1.22.5)
    Code:
    groups:
      default:
        options:
          default: true
          prefix: '> &7'
          suffix: '&7'
        permissions:
        - multiverse.portal.access.*
        - multiverse.access.quarrycarts
        - multiverse.access.minersdream
        - multiverse.access.cakewars
        - multiverse.access.hayday
        - modifyworld.chat
      Admin:
        options:
          prefix: '&f'
        permissions:
        - '*'
    schema-version: 1
     
Thread Status:
Not open for further replies.

Share This Page