Hey there! I want to transfer the players from my lobby-server to my minigames-server. But I don't know how I should do that. Okay, there is the option that every player types /transferserver ... but that would be really unprofessional, wouldn't it? Is there another way to do that? Maybe with plugins? I've found some, but they are all out-dated or just not working. Thanks for helping!
I can't tell if you're talking in coding-way or plugin-needed-way However, don't worry! I got both of your backs! Coding-Way: PHP: $player->transfer($ip, $port); Need of Plugin-Way Good luck man I couldn't find any plugin
Umm... I was talking about a plugin-way... I have absolutely no idea how to code plugins for pmmp. Maybe I should start thinking about coding. Is there any tutorial that shows me what software I should use and how I implement your "$player->transfer($ip, $port);" code?
You should be able to use this or something similar to execute the transferserver command No idea if this still works for current version https://poggit.pmmp.io/ci/Falkirks/TapToDo/~
The plugin is too old and doesn't work with current versions. I am able to execute the /transferserver command, but I want my players to klick on a slapper/npc/sign/item and they will be transferred to my minigames-server. Is there a way to do this?
I know... but what command should the slapper execute? When I tell the slapper to execute the command /transferserver it says "This command must be executed as a player"