Specific Ranks/Perms for specific worlds

Discussion in 'Bukkit Discussion' started by fussionzz97, Jul 11, 2012.

  1. Offline

    fussionzz97

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    I have a creative and a survival world on my server and i currently have survival ranks set up like
    - Warrior
    - Knight etc...
    I'd like to setup building ranks for my creative world
    -Builder
    -AdvBuilder etc...

    How do i set this up? so a player in the creative world will show his Builder rank and when in the survival world will show his warrior rank

    Thanks
  2. Offline

    Apachekiller

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    What permissions system are you using. Varies depending on the one you are using.
  3. Offline

    fussionzz97

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    These are my plugins
    Plugins (32): NoCheatPlus, WorldEdit, SimpleSignEdit, Vault, PermissionsEx, Multiverse-Core, CombatTag, Translate, WorldGuard, TreeAssist, BorderGuard, SpawnerAdjuster, iConomy, Register, Announcer, PaidRanks, CoreProtect, Lockette, PlayerStatusSigns, MobArena, mcMMO, SimpleClans, ButtonWarp, Essentials, Citizens, ChatManager, EssentialsSpawn, Multiverse-Inventories, Snowballer, ecoCreature, ChestShop, SimpleRegionMarket
  4. Offline

    Jonchun

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    You're using PermissionsEx. You would simply set up multi-world permissions. Instructions can be found on the wiki.
  5. Offline

    fussionzz97

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    First time doing so, is this right?

    Code:
    groups:
      Guest:
        default: true
        permissions:
        - iConomy.payment
        worlds:
            homeworld:
                permissions:
                - test.example.node1
                prefix: '&f[Guest]&f('
            creative:
                permissions:
                - test.example.node2
                prefix: '&f[Builder]('
    If it's wrong could you help me out?

    Also how could i make it that players rankup by paying money automatically i have paidranks but it can only have 1 rank tree

    This post has been edited 1 time. It was last edited by fussionzz97 Jul 12, 2012.
  6. Offline

    fussionzz97

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    ~Bump

    I'd like to get this running on my server :)
  7. Offline

    Apachekiller

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    Oh sorry for not getting back to you. Yea your permissions look correct. About purchasing ranks I can't help you there sorry.
  8. Offline

    fussionzz97

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    Sweet! thankyou :)

Share This Page