infiniteblock Posted November 18, 2013 Posted November 18, 2013 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) Quote
disconsented Posted November 18, 2013 Posted November 18, 2013 So why did you have two servers with the same pack? Unless you are splitting up the load across multiple machines I don't see the point. Quote
disconsented Posted November 18, 2013 Posted November 18, 2013 · Hidden Hidden Accidental double post
infiniteblock Posted November 18, 2013 Author Posted November 18, 2013 This is for splitting up the load without splitting up the users, We actuley run mystcraft and twilight on the secound server without laging the main server and u can take items there and bring stuff back. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.