falkirks / SimpleWarp

The original warp plugin for PocketMine-MP
MIT License
19 stars 28 forks source link

Setup help: Warping to another server #56

Closed smichaelsen closed 6 years ago

smichaelsen commented 6 years ago

I want to create a warp to another PM server and from the syntax of the /addwarp command I assume that this is possible.

I'm trying:

/addwarp test ip.of.the.other.server port 256 73 256 world

[18:06:43] [Server thread/INFO]: You specified a level which isn't loaded.
[18:06:43] [Server thread/INFO]: Please see http://bit.ly/levelerror for explanation.

I checked the wiki page about the level error but still can't find the error. The level that is loaded on the remote server is called "world" (at least this is what the folder name is and what the LiveXYZ Plugin displays as world name). Maybe I didn't grasp how this actually works. Does the /addwarp command really check if the level exists on the remote server? Do I need the Plugin on the remote server (I installed it there but no difference)?

API: API 3.0.0-ALPHA11
MCPE VERSION: 1.7dev-743
SimpleWarp Version: 3.3.8
falkirks commented 6 years ago

When warping to a remote server. You can’t specify the location to warp to on that server, just the IP and port.

smichaelsen commented 6 years ago

Works like a charm! Thank you very much for the fast help!