I'm in need of a bukkit professional??? :(

Discussion in 'Bukkit Help' started by Minecraftnewbie, Jun 26, 2012.

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

    Minecraftnewbie

    Hey guys so I'm hosting a Minecraft server and I'm having a bit of trouble with a plugin, I want this: http://forums.bukkit.org/threads/tp...tal-to-portal-teleportation-1-2-5-r4-0.81767/ its a great portal and I really need it for what I'm building, the biggest downside to it is that it doesn't work for anyone else!!! I asked about this on these forums and someone said I need to set permissions but I can't figure out how to do that, theirs a file called "Permissions.yml" and when I click "Edit" its completely empty, what do I put in it??? I found a plugin called "PermissionsBukkit" and decided to use that which had something but it has really weird restrictions, I can't destroy anything nor operate... like I open a door and it automatically closes before I can step through it... why is this happening? can anyone please help? :(
     
  2. Offline

    ChompShadow

    You need to set the permissions. Get the nodes then put them in. Look on the wiki or something. I'm sure they can help you. I have PermissionsEX so I can't help you there.
     
  3. Offline

    Minecraftnewbie

    eh still no fix, whats PermissionsEX????
     
  4. Offline

    ChompShadow

    It's a good permissions plugin. It's like PermissionsBukkit improved. So heres a little set-up for you with that plugin in PEX. Just an example.
    Code:
    groups:
      Guest:
        default: true
        permissions:
        - -bukkit.command.plugins
        - essentials.help
        - essentials.list
        - essentials.motd
        - essentials.rules
        - hsp.command.spawn
        options:
          build: false
          destroy: false
      Member:
        default: false
        permissions:
        - LapisPortals.teleport
        - LapisPortals.teleport.free
        - LapisPortals.teleport.lightning
        - LapisPortals.teleport.nosick
        options:
          build: true
          destroy: true
          inheritance: Guest
      Admin:
        default: false
        permissions:
        - LapisPortals.create
        options:
          build: true
          destroy: true
          inheritance: Member
    That's just a basic set-up if you get PEX.
     
Thread Status:
Not open for further replies.

Share This Page