Solved I need some help with Permissionsex.

Discussion in 'Bukkit Help' started by King_Plexy, Mar 13, 2017.

Thread Status:
Not open for further replies.
  1. I was wondering if anyone out there would help me set up my permissionsex because I dont know how to. The dev I had helping me left an took everything with him. I have no money to pay anyone for it so i was wondering if anyone could set it up for free. Here is what I need

    Member (default)
    Supporter (monthly donator)
    VIP
    Gold VIP
    Diamond VIP
    Ultra VIP
    Omega VIP
    Mod
    Addmin
    Superadmin
    Head of Staff
    Community Supervisor
    community Director
    Executive Director
    Co-Owner
    Owner

    here are the plugins i have,
    chestshop
    essentialsx-2.0.1
    Factions
    idisguise
    kam
    multiverse-core
    permissionsex-1.23.4
    perworldinventory
    randomtp
    worldguard
    world edit
     
    Last edited by a moderator: Mar 13, 2017
  2. Offline

    timtower Administrator Administrator Moderator

  3. I tried using a generator but when I go to add permissions they all don't work. I tried using the permissionsex.yml config creator site but when I put those on the server It wouldn't allow me to /promote anyone and it wouldn't ad the default to new users (mostly my beta testers)

    here is what i was able to use the generator for form another config site
    http://pastebin.com/7H51X2a1

    Server log- http://pastebin.com/QCU3LMVM
     
    Last edited: Mar 14, 2017
  4. Offline

    timtower Administrator Administrator Moderator

  5. I edited my last message on here instead of making a new one since in that message i was talking about the permissionsex
     
  6. Offline

    timtower Administrator Administrator Moderator

    @King_Plexy There is no ladder so promote does not know where to move players to.
     
  7. how would i go about making a ladder for it?
     
  8. Offline

    timtower Administrator Administrator Moderator

  9. so with the permissions i have already do i just add a new line with Rank: (insert value here) so would it look something like this

    Code:
    Default:
        default: true
        options:
            Rank:'100'
            rank-ladder: member
          build: true
        prefix: '[Member]'
        permissions:
        - essentials.help
        - modifyworld.*
        - essentials.home
        - essentials.sethome
        - essentials.back
        - essentials.tpa
        - essentials.tpaccept
        - essentials.tpdeny
        - essentials.spawn
        - essentials.motd
        - factions.create
        - factions.disband
        - factions.desc
        - factions.chat
        - factions.help
        - factions.list
        - factions.show
        - factions.map
        - factions.power
        - factions.join
        - factions.leave
        - factions.sethome
        - factions.home
        - factions.invite
        - factions.deinvite
        - factions.open
        - factions.close
        - factions.claim
        - factions.claim
        - factions.kick
        - factions.mod
        - factions.admin
        - factions.owner
        - factions.title
        - factions.ally
        - factions.enemy
        - factions.neutral
     
    Last edited by a moderator: Mar 14, 2017
  10. Offline

    timtower Administrator Administrator Moderator

    @King_Plexy You are missing a space there though and the quotes around it are not needed.
     
  11. so like this

    Code:
    Default:
    default: true
    options:
    Rank: 100
    rank-ladder: member
    build: true
    prefix: '[Member]'
    permissions:
    - essentials.help
    - modifyworld.*
    - essentials.home
    - essentials.sethome
    - essentials.back
    - essentials.tpa
    - essentials.tpaccept
    - essentials.tpdeny
    - essentials.spawn
    - essentials.motd
    - factions.create
    - factions.disband
    - factions.desc
    - factions.chat
    - factions.help
    - factions.list
    - factions.show
    - factions.map
    - factions.power
    - factions.join
    - factions.leave
    - factions.sethome
    - factions.home
    - factions.invite
    - factions.deinvite
    - factions.open
    - factions.close
    - factions.claim
    - factions.claim
    - factions.kick
    - factions.mod
    - factions.admin
    - factions.owner
    - factions.title
    - factions.ally
    - factions.enemy
    - factions.neutral
     
  12. Offline

    timtower Administrator Administrator Moderator

    @King_Plexy Assuming that your editor still has the indentation: yes
     
  13. I use notepad++ to edit any code i configure/do, ill go through and edit all my permissions to include the rank and rank ladder.

    heres the new updated permissionsex.yml http://pastebin.com/0h5dPRuA

    Edit: my permissionsex is now broke IDK what broke it so it must be something in the permissionsex.yml @timtower can you see whats wrong with it because i cant seem to it all looks the same to me.
     
    Last edited: Mar 14, 2017
  14. Offline

    timtower Administrator Administrator Moderator

    @King_Plexy Your spacing for Rank and rank-ladder is incorrect.
    Do note that capital letters are important! Make sure to match what PEX wants to see.
     
  15. Do i remove the tab for the rank stuff and I'm going to match the rank ladder with the prefix tag
     
  16. Offline

    timtower Administrator Administrator Moderator

    @King_Plexy You only use spaces in yml files, no tabs at all.
     
  17. Oh ok I'm used to coding in glua so this yml coding is uncharted territory to me I'll go edit them and remove the tab ins

    now it says its empty
    heres my permissionsex: http://pastebin.com/fuBGaviK
    heres the server log: http://pastebin.com/f4ZdBm24

    Edit: I fixed the spacing by the build: true for owner and co-owner

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Mar 14, 2017
  18. Offline

    timtower Administrator Administrator Moderator

    @King_Plexy Line 153, missing a space after build:
    Overal: Indentation is really off.
     
  19. oh i forgot fixed that one too, and like i said im new to yml coding so, how would i fox the indentation problem?
     
  20. Offline

    timtower Administrator Administrator Moderator

    @King_Plexy You add additional spaces to it. Everything should be in steps of 2.
     
  21. Code:
    groups:
      Default:
        default: true
        options:
          Rank: 100
          rank-ladder: member
        build: true
        prefix: '[Member]'
        permissions:
        - essentials.help
        - modifyworld.*
        - essentials.home
        - essentials.sethome
        - essentials.back
        - essentials.tpa
        - essentials.tpaccept
        - essentials.tpdeny
        - essentials.spawn
        - essentials.motd
        - factions.create
        - factions.disband
        - factions.desc
        - factions.chat
        - factions.help
        - factions.list
        - factions.show
        - factions.map
        - factions.power
        - factions.join
        - factions.leave
        - factions.sethome
        - factions.home
        - factions.invite
        - factions.deinvite
        - factions.open
        - factions.close
        - factions.claim
        - factions.claim
        - factions.kick
        - factions.mod
        - factions.admin
        - factions.owner
        - factions.title
        - factions.ally
        - factions.enemy
        - factions.neutral
      VIP:
        options:
          Rank: 90
          rank-ladder: VIP
        build: true
        inheritance:
        - Default
        prefix: '[VIP]'
        permissions:
        - essentials.xp
        - essentials.repair
      GOLDVIP:
        options:
          Rank: 80
          rank-ladder: GVIP
        build: true
        inheritance:
        - Default
        prefix: '[GoldVIP]'
        permissions:
        - essentials.xp
        - essentials.repair
      DVIP:
        options:
          Rank: 70
          rank-ladder: DVIP
        build: true
        inheritance:
        - Default
        prefix: '[DiamondVIP]'
        permissions:
        - essentials.xp
        - essentials.repair
      UVIP:
        options:
          Rank: 60
          rank-ladder: UVIP
        build: true
        inheritance:
        - Default
        prefix: '[UltraVIP]'
        permissions:
        - essentials.xp
        - essentials.repair
      OVIP:
        options:
          Rank: 50
          rank-ladder: OVIP
        build: true
        inheritance:
        - Default
        prefix: '[OmegaVIP]'
        permissions:
        - essentials.xp
        - essentials.repair
      SUPPORTER:
        options:
          Rank: 45
          rank-ladder: Supporter
        build: true
        inheritance:
        - Default
        prefix: '[Supporter]'
        permissions:
        - essentials.xp
        - essentials.repair
      Moderator:
        options:
          Rank: 40
          rank-ladder: Mod
        build: true
        inheritance:
        - Default
        prefix: '[Mod]'
        permissions:
        - essentials.repair
        - essentials.heal
        - essentials.item
        - essentials.give
        - essentials.fly
        - essentials.kick
        - essentials.mute
        - essentials.tjail
        - essentials.jail
        - essentials.tempban
        - essentials.vanish
      Admin:
        options:
         Rank: 35
         rank-ladder: Admin
       build: true
        inheritance:
        - Moderator
        prefix: '[Admin]'
        permissions:
        - essentials.gamemode
        - essentials.ban
        - essentials.unban
        - essentials.ipban
        - essentials.unipban
        - essentials.pardon
        - essentials.enchant
      Developer:
        options:
          Rank: 30
          rank-ladder: Dev
        build: true
        inheritance:
        - Admin
        prefix: '[Dev]'
        permissions:
        - essentials.plugins
      Owner:
        options:
          Rank: 1
          rank-ladder: Owner
        build: true
        inheritance:
        - Developer
        prefix: '[Owner]'
        suffix: '&b'
        permissions:
        - '*'
      Co-Owner:
        options:
          Rank: 2
          rank-ladder: Co-Owner
        build: true
        inheritance:
        - Developer
        prefix: '[Co-Owner]'
        permissions:
        - '*'
    theres the permissiones.yml and I dont know what you mean by
    Im new to this whole yml coding so I have to do trial and errors when it come to this, and im sorry if this is getting tiring or anything if so ill try to use the config generator for permissionsex.yml and just sit there for a couple hours adding everything i need.
     
  22. Offline

    timtower Administrator Administrator Moderator

    @King_Plexy That file looks fine now, probably something with copy pasting going wrong.
    Try that file.
     
  23. it still says my permissionsex.yml is empty ignoring

    Edit: ok now my pex went from red to green but i cant add myself to owner through console
    can you tell me how to make my self owner in pex

    Edit#2: here is the console log when i try to promote my self and plus the ranks
    http://pastebin.com/YzwPDGE8
     
    Last edited: Mar 14, 2017
  24. Offline

    timtower Administrator Administrator Moderator

    @King_Plexy Give yourself the PEX permissions using the console.
    Then you can promote / demote
     
  25. this is gonna sound stupid but what command is that is it the pex user King_Plexy

    edit: actualy i think i figured it out using this site https://github.com/PEXPlugins/PermissionsEx/wiki/Commands
    this is how i do everything right?

    Edit#2: Ok so i added my self to the Owner group but it wont show the owner chat tag how would i go about getting that to show?
     
    Last edited: Mar 14, 2017
  26. Offline

    timtower Administrator Administrator Moderator

    @King_Plexy Get a chat managing plugin.
    I suggest ChatEx
     
  27. ok I got this one is this the right one?
    https://dev.bukkit.org/projects/chatex

    if not can you link me the right one?

    edit: nvm got it working thanks for all your help now i just have to build spawns and bam server is done thanks man your the best!!!!!
     
Thread Status:
Not open for further replies.

Share This Page