falkirks / SimpleWarp

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

Warp doesnt exist #21

Closed Bidou0418 closed 8 years ago

Bidou0418 commented 8 years ago

i do setwarp xxx, make a sign and test(WarpSigns), then i restart server and then, i get warp doesnt exist... This also happens when using simplewarp without signs.

build; Genisys 380 latest

You previously claimed it was likely due to the server not restarting gracefully(Genisys) and data not being saved properly. I had the same problem with essentialspe and their warp setup. They managed to correct it. However, i really like your WarpSigns plugin and was hoping you could adapt it to function either by using the essentialspe warps or modifying SimpleWarp to save the data properly even when using Genisys???

falkirks commented 8 years ago

SimpleWarp saves in a different way than EssentialsPE by default. You should look at https://github.com/Falkirks/SimpleWarp/blob/master/resources/config.yml#L14-34. You might fix the issue by changing the storage-mode to 1 or 2.

Could you point me to the "same" issue that EssentialsPE had?