Jump to content

Bungee Server Linking & 100% linked inventory and Permission's


infiniteblock

Recommended Posts

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)

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...