Multiple World / Separate Plugins ??

Discussion in 'Bukkit Help' started by juzz318, Apr 18, 2013.

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

    juzz318

    Hey All,

    After a little tech support, i am looking to expand my Bukkit server to have Multiple worlds 1. Towny and 2. Factions

    My dilemma is how i in fact go about having the two worlds with separate plugins? i have been Googling like crazy and scouring the plugins sections endlessly only to find plugins that create separate worlds with the same plugins or a Hunger Games mods etc. but nothing relating to factions. Is it in fact a plugin i need to do this? or is it an alternate method?

    I appreciate any support or direction you could provide to me.

    Thanks
     
  2. Offline

    fredghostkyle1

    um. have 2 servers is what i would do. or you can use Bungie Cord. on the Spigotmc.com forums
     
  3. Offline

    chad53105

    juzz318
    You can set up per world permissions and DENY towny in the factions world then DENY factions in the towny world.
     
  4. Offline

    fredghostkyle1

    or that, i forgot about that, i think PEX can do that for you.
     
  5. Offline

    chad53105

    I do this with group manager. My Mob Arena plugin can be used from four out of the five worlds. Keeping the creative world from going to mob arena due to inventory saving and bypassing multiverse inventories.
     
    fredghostkyle1 likes this.
  6. Offline

    LlmDl

    You can turn off most of towny's plot system using '/tw toggle usingtowny' while standing in the world you want it off in. Not sure if factions has something similar.
     
  7. Offline

    juzz318

    Awesome thanks for the info thus far guys, My next issue after installing Multiverse and creating my new world is the spawns. If a player joins my pvp world (This is my second world i have created) and they die, they will re-spawn back at my main Towny world which is not ideal. Is there a way i can set a default spawn for each world upon death?
     
  8. Offline

    LlmDl

    juzz318 In the Multiverse-Core folder, in the worlds.yml: Each world has a respawn_world: '' where you define which worlds people go to after they die.

    You will also find Towny has a couple flags too:

    Code:
     # Respawn the player at his town spawn point when he/she dies
    town_respawn: 'false'
    # Town respawn only happens when the player dies in the same world as the town's spawn point.
      town_respawn_same_world_only: 'false'
     
  9. Offline

    juzz318

    Awesome it was Essentials spawn taking control even when set on lowest so i have since removed essentials spawn and all is well.

    Q. A little off topic now but i am struggling to work this part out. How do i set the server to have Per World Ranks? i am running Essentials Group Manager to control my perms and Enjin Store to control my donations.

    I have set both worlds to have independent inventories and also independent ranks, Does any know how if there is a command i can use in order to rank someone up on a SPECIFIC world? So if a player goes to the website and donates for a PVP rank it will rank them up in the PVP server ONLY?

    I know there is /manselect but im not sure if or how i can use this in a single command line eg.

    /manselect pvp, manuadd juzz318 king <......... If only this would work :(
     
  10. Offline

    Necrodoom

    first off unmirror your your worlds in GM config.yml
    second, /manselect is a toggle, you do /manselect pvp THEN do /manuadd juzz318 king.
    this is also the way to do this with commandblocks.
     
  11. Offline

    juzz318

    Thanks for the advice all is good now :). Any chance you know how to disable plugin's in each world with Group Manager as suggested earlier in the thread? Basically in world "PVP" i want to disable "Towny"
     
  12. Offline

    Necrodoom

    thats specific for each plugin.
    you cant control which plugins load for each world with any plugins unless though plugin's config or permissions.
     
  13. Offline

    chad53105

    juzz318
    That command should toggle towny in your factions world. in other words, it will disable towny in your factions world. make sure you are standing in your factions world when you execute this command. then after that, you can deny the permissions for towny in your faction world with group manager.
     
  14. Offline

    dredloxofhope

    chad53105
    How can I deny factions in my other worlds using permissions? I am also using Group Manager.
     
  15. Offline

    chad53105

    dredloxofhope
    First set up mirroring in your config.yml of /plugins/groupmanager/
    Code:
        level-name world:
          factions world:
          - users
          non-factions worlds:
          - users
          - groups
    
    the level-name world is the name of the world in your server.properties. It will ALWAYS be your root world for permissions via GM. It could be either your Factions world or maybe it is your non-factions worlds, either way it has to be that world.

    Secondly, you remove the factions permissions of the non-factions world and make a factions free groups.yml. This is your base for all other worlds. I did this for my server with towny. Users cannot create towns in any of my worlds but one, however, towny is active in all worlds. So, i gave them the permission to break in the wild using towny.wilds.*

    I hope this helps.
     
  16. Offline

    dredloxofhope

    chad53105
    Thank you it did help thanks for your support
     
Thread Status:
Not open for further replies.

Share This Page