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.
we did this very succesfully, 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 needed 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/multicraft/servers/ftb/world/players /home/minecraft/multicraft/servers/ftb/world/players
mount --bind /home/minecraft/multicraft/servers/ftb/plugins/GroupManager /home/minecraft/multicraft/servers/ftb/plugins/GroupManager
this links the 2nd server's player files to the first aswell as groupmanager files
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 disabled the essentials warps permissions.
Next we installed EasyAll a plugin that lets u just do a save on player files. this does work on 1.5 and 1.6.4
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"
Hope this helps some people wanting to make larger community ftb servers, need any help just ask/pm me
After finding Bungee we used this to link 2 servers with the same modpack together.
we did this very succesfully, 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 needed 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/multicraft/servers/ftb/world/players /home/minecraft/multicraft/servers/ftb/world/players
mount --bind /home/minecraft/multicraft/servers/ftb/plugins/GroupManager /home/minecraft/multicraft/servers/ftb/plugins/GroupManager
this links the 2nd server's player files to the first aswell as groupmanager files
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 disabled the essentials warps permissions.
Next we installed EasyAll a plugin that lets u just do a save on player files. this does work on 1.5 and 1.6.4
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"
Hope this helps some people wanting to make larger community ftb servers, need any help just ask/pm me