Hello, Could someone let me know how to make Slapper's NPC command system work with the transferserver command? I have tried a few combinations and cannot make it work. I would appreciate any help anyone could give me here.
As far as I remember this should work: /slapper edit <Slapper id> addcommand rca {player} transferserver <server ip> <server port> Example if the ID of your Slapper is 123: /slapper edit 123 addcommand rca {player} transferserver sw.lbsg.net (you can omit the server port if it's the default port 19132) The "rca" command will execute the "transferserver" command behalf the player who hit the Slapper entity, as "{player}" is automatically replaced by the player's name at runtime.
Yep - works fine! (Tip for others: make sure you use a new NPC, even removing the command from the old one doesn't seem to make it work).