Solved Plotme Help (per world perms)

Discussion in 'Bukkit Help' started by crazy_chikken98, Jul 7, 2014.

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

    crazy_chikken98

    Hi, i got a server with serveral Ranks like: VIP and Elite
    Members have 1 Memberplot (thats how i called the world in the config)
    I also got another world created for VIPs which is bigger
    but how d0 i give the VIPs permission for a plot and that members cant get an Mplot?do i just need to put the world name by the permission? like Plotme.use.VIPplots ? or Plotme.limiit.VIPplots.1 ?

    Please help

    Crazy
     
  2. Offline

    shadowrokx

    I believe I know what you're problem is... You got nothing. You got no world named "Member Plot" or "VIPplots" You HAVE all of that. But other than grammar you'll need to explain what you want to do: Do you want to limit your a ranks access to a world or allow VIP/Elites to use more than one plot...?
     
  3. Offline

    crazy_chikken98

    i do have a world created with thename: ''Member '' and im about to create the world: ''VIP'' the difference is that member has 100 blocks and VIP 150 (VIP is donator rank) but of course i dont want normal members to have profit from people who payed for an VIP rank.
    I use Pex

    So i want Vips to have acces to the VIP plots and Member plots and i want member to have acces for only Member plots

    But how? what are the permissions? just the permission with plotworld name? (like: Plotme.use.VIP (VIP stands for the world) ?

    sorry for the bad grammar im dutch

    ty for reacting anyway
     
  4. Offline

    Bobcat00

    You need to give the groups different permissions in the different worlds.

    So in the Member world, the Member group gets plotme.use, and the VIP group gets nothing.

    In the VIP world, the VIP group gets plotme.use, and the member group gets nothing.
     
  5. Offline

    crazy_chikken98

    @bobcat100
    Thx i understand but how to put that like permissions.?
    Could you give me an example for that?
     
  6. Offline

    Bobcat00

    Which permissions plugin are you using?
     
  7. Offline

    crazy_chikken98

    #bobcat100 i am using pex (permissions ex)
     
  8. Offline

    Bobcat00

    I'm not familiar with PEX. Perhaps someone else can help on how to do per-world permissions.
     
  9. Offline

    crazy_chikken98

    @Bobcat100 Thats no problem if you just could tell me what kind of permissions i need to fill in it would be greate
    shouldi need to give them like: Plotme.use. and than the worldname?
    like VIPS get Plotme.use.VIP and members get Plotme.use.member?
    would that make sense?
     
  10. Offline

    Bobcat00

    No, that is incorrect and will not work. See post #4, above.
     
  11. Offline

    indyetoile

    crazy_chikken98
    No. You need to set per-world permissions.
    plotme.use simply means that the player has the permission to claim plots, and all other basic PlotMe commands.
    plotme.limit.x indicates how many plots a player is allowed to claim.

    The format for multiworld permissions would be like this, in your case:
    Code:
    groups:
        member:
            permissions:
            worlds:
                plotworld:
                    permissions:
                    - plotme.use
                    - plotme.limit.1
        VIP:
            permissions:
            worlds:
                VIPplotworld:
                    permissions:
                    - plotme.use
                    - plotme.limit.x
    The 'permissions:' under the group name are the permissions they have in every world.
    For more information, please visit Advanced permissions setup.
     
  12. Offline

    crazy_chikken98

    is this for pex? cuz that would be awesome
     
  13. Offline

    indyetoile

    crazy_chikken98
    Yes, I wrote it's for PEX.
    Just modify the world names so they equal yours.
     
  14. Offline

    Bobcat00

    And change the ".x" to the number of plots VIPs should have.
     
    indyetoile likes this.
  15. Offline

    crazy_chikken98

    alright just to be sure of everything (because i also got permissions for world outside of plots) this would work to? the perms before the world work everywhere and the world only work there?
    http://pastebin.com/8QrGS58b
     
  16. Offline

    indyetoile

    crazy_chikken98
    Yep! If the PlotMe world for the group 'member' is called 'Member', this will work!
     
  17. Offline

    crazy_chikken98

    t
    hank you very very much

    well actualy its not done yet, i did what tou said but it tripped pex :p
    this is my Permissionfile : http://pastebin.com/kzya9VuA
    whats wrong? idk

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Jun 9, 2016
    indyetoile likes this.
  18. Offline

    indyetoile

    crazy_chikken98
    What error does it give? It mostly are formatting errors.
    Besides, you try to inheritance 'guest', while there's no guest rank?
     
  19. Offline

    crazy_chikken98

    well true yh idk the errors it says nothing, but there is just something wrong it the perms file and i guess ur good at it so take a look at it please mayby its a mistake of mine
    http://pastebin.com/kzya9VuA
     
  20. Offline

    indyetoile

    crazy_chikken98
    If there's no error it should work. Have you tried giving yourself the rank already?
    Besides, why are you trying to inherit 'member' in the rank veteran? This gives all players with the rank 'veteran' the same rank as players with the rank 'player'.
     
  21. Offline

    crazy_chikken98

    because veteran is an upgrade of member :p you get it when you sign up on the site

    indyetoile Bobcat00

    Nvm it worked i saw the problem, i had to many spaces, World needs to be at the same line as the perms but they were 4 more spaces away.
    thank you guys soooo damn much for your assistance

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Jun 9, 2016
  22. Offline

    indyetoile

    crazy_chikken98

    Oh, you're welcome! Usually it would throw an error in the console, but apparently it didn't in your case.
    Glad to help!
     
  23. crazy_chikken98 With the new EULA you wont be able to do this :/ You cant have Donators with more space than None-Donators.
     
  24. Offline

    crazy_chikken98

    Wait what? How do you mean?
     
  25. Offline

    Bobcat00

    It's perfectly fine if he's not charging real money.
     
  26. Offline

    crazy_chikken98

    what are you guys talking about? how u mean charge real money?? I dont get it :p explain please
     
Thread Status:
Not open for further replies.

Share This Page