MC1112 not working
LadyCailinBot opened this issue ยท 9 comments
CRAFTBOOK-3038 - Reported by Dragonfire
MC1112 (Area Teleport is not working)
http://wiki.sk89q.com/wiki/CraftBook/MC1112
Tested with
CraftBook v3.9 Beta 3
CraftBook v3.8.9
CraftBook Build #3880
no other plugins
on
git-Spigot-1570 (MC: 1.7.10) (Implementing API version 1.7.10-R0.1-SNAPSHOT)
Loading WorldEdit v6.0.0-SNAPSHOT:3224-d50cd89,master
Loading WorldGuard v5.9.1-SNAPSHOT:1310-b0ed119,master
Issue:
If you trigger it, nothing happen,
but if you trigger it to fast:
"This Teleporter Frequency is currently busy! Try again soon (3s)!"
If I use as seperateor "|" instead of ":" (third line)
I get a "ArrayIndexOutOfBoundsException"@TeleportTransmitter.load(TeleportTransmitter.java:64)
http://pastebin.com/i5DRsb0J
If I try to trigger the "|" seperated sign:
http://pastebin.com/Ycz8Se9S
Signs:
http://www.directupload.net/file/d/3699/re94ow8j_png.htm
http://www.directupload.net/file/d/3699/ewwkc3z4_png.htm
http://www.directupload.net/file/d/3699/w4bmutlo_png.htm
http://www.directupload.net/file/d/3699/nyth3mwz_png.htm
btw.
worldedit throws:
http://pastebin.com/cfLSQCSb
Comment by me4502
Are both of the chunks loaded at the same time? It needs to be loaded at least once, as well as the IC persistent option in the config to be enabled
Comment by Dragonfire
signs are in vision and I tested it with signs in the same chunk ... what IC persist option did you mean?
Comment by me4502
I haven't been able to reproduce the issue. Are you able to pastebin your nechanisms.yml file?
Comment by Dragonfire
Yes, my meachanisms.yml
http://pastebin.com/SPGEgXgu
AND my complete test server
updated version from today (except worldedit, because plugin.yml is missing):
http://www2.zippyshare.com/v/54028001/file.html
based version:
http://www2.zippyshare.com/v/25522112/file.html
Can you send me your test server + world?
Comment by me4502
Wait, the problem is probably that you aren't powering the incoming sign. If you want it to automatically bring, make it [MC1113]S
Comment by Dragonfire
Ok, it make sense, I tried to powering the old sign and replace the Sign with [MC1113]S ...
I also set max-radius: 50.0 in the meachnisms.yml ... No effect ..
Comment by Dragonfire
TAHNK YOU VERY MUCH, wrong usage of Player Type.
-closed-