Jump to content

Recommended Posts

Posted

So we have been looking for a way to link multiple modpack servers,

After finding Bungee we used this to link 2 servers with the same modpack together "GMCTech" we did this very succesfull, We added the Bungeesuite-chat and Bungeesuite-Warps to the servers to link chat and warps.

Next we wanted to link players items over the worlds. We tryed multiple mods InventorySQL was the best but we need a 3rd world to use as a in-between world else we would land in the other server faster than it saved/re loaded the players inventory.

The 3rd server fixed this, The next issue was special data on items didnt cross over, Charged nano suits were flat in the 2nd server and when u went back to main it was then flat!, Lost all enchants! all magic!.

We now have a 100% working solution!

We used mount --bind

e.g

mount --bin /home/minecraft/gmctech1/world/players /home/minecraft/gmctech2/world/players

mount --bind /home/minecraft/multicraft/servers/gmctech/plugins/GroupManager /home/minecraft/multicraft/servers/gmctech2nd/plugins/GroupManager

this links the 2nd server's player files to the first!

If yo run the same plugins on both server u could just link the plugins/ folder... this also would work for config and mods =)

Next we wanted to keep Essentials and not use Essentials Warps

So we installed SimpleAlias and linked the /fsave & /warp on server 1 to "/move" and /fsave & /warp on server 2 to "/move" so to change server it is "/move serverwarpname"

/fsave only works with EasyAll Bukkit plugin (works on 1.6.4)

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...