MrLoick / team-eso

Automatically exported from code.google.com/p/team-eso
0 stars 0 forks source link

multiworld not working. #29

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
***If you do not attach your Zones.txt, EpicZones config.yml and your
Permissions config.yml Your issue will not be accepted.***

What steps will reproduce the problem?
1. /mvtp nether
2. tried to move around or hit blocks, no warning and error spam in console

What is the expected output? What do you see instead?
i tried adding epiczones.nether.build.deny and destroy, and then jumped into 
this fault, i also noticed it occured even after removing.

What version of the EpicZones are you using?
0.17

What version of craftbukkit are you using?
493

What version of Permissions are you using?
groupmanager 1.0 alpha 3

Please provide any additional information below.
i tried without any other plugins then groupmanager, multiverse and epiczones, 
still the same issue.

02:36:23 [SEVERE] Could not pass event PLAYER_TELEPORT to EpicZones
java.lang.NullPointerException
        at com.epicsagaonline.bukkit.EpicZones.General.pointWithinBorder(General.java:446)
        at com.epicsagaonline.bukkit.EpicZones.LPlayer.PlayerWithinZoneLogic(LPlayer.java:214)
        at com.epicsagaonline.bukkit.EpicZones.LPlayer.onPlayerTeleport(LPlayer.java:112)
        at org.bukkit.plugin.java.JavaPluginLoader$8.execute(JavaPluginLoader.java:160)
        at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:59)
        at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:225)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:270)
        at org.bukkit.craftbukkit.entity.CraftPlayer.teleportTo(CraftPlayer.java:163)
        at com.onarandombox.Rigby.MultiVerse.MVPlayerListener.onPlayerMove(MVPlayerListener.java:327)
        at org.bukkit.plugin.java.JavaPluginLoader$7.execute(JavaPluginLoader.java:155)
        at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:59)
        at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:225)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:123)
        at net.minecraft.server.Packet10Flying.a(SourceFile:126)
        at net.minecraft.server.NetworkManager.a(SourceFile:230)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:75)
        at net.minecraft.server.NetworkListenThread.a(SourceFile:100)
        at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:357)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:272)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:366)

Original issue reported on code.google.com by jimmy3...@gmail.com on 6 Mar 2011 at 3:58

Attachments:

GoogleCodeExporter commented 8 years ago
also had this error

02:36:23 [SEVERE] Could not pass event PLAYER_MOVE to EpicZones
java.lang.NullPointerException
        at com.epicsagaonline.bukkit.EpicZones.General.pointWithinBorder(General.java:446)
        at com.epicsagaonline.bukkit.EpicZones.LPlayer.PlayerWithinZoneLogic(LPlayer.java:214)
        at com.epicsagaonline.bukkit.EpicZones.LPlayer.onPlayerMove(LPlayer.java:80)
        at org.bukkit.plugin.java.JavaPluginLoader$7.execute(JavaPluginLoader.java:155)
        at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:59)
        at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:225)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:123)
        at net.minecraft.server.Packet10Flying.a(SourceFile:126)
        at net.minecraft.server.NetworkManager.a(SourceFile:230)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:75)
        at net.minecraft.server.NetworkListenThread.a(SourceFile:100)
        at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:357)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:272)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:366)

Original comment by jimmy3...@gmail.com on 6 Mar 2011 at 3:59

GoogleCodeExporter commented 8 years ago
correction:

2. tried to move around or hit blocks, no block destroy warning ingame but 
error spam in console

apologizes :P (late)

Original comment by jimmy3...@gmail.com on 6 Mar 2011 at 4:01

GoogleCodeExporter commented 8 years ago
Would you mind supplying a log of server starup so i can see any issues that 
may arise during startup.

also, what is the name of your nether world? I'm not seeing a border config for 
it in  your config.yml

Original comment by jbla...@gmail.com on 7 Mar 2011 at 5:28

GoogleCodeExporter commented 8 years ago
here you go

Original comment by jimmy3...@gmail.com on 7 Mar 2011 at 7:25

GoogleCodeExporter commented 8 years ago
here you go

nether is nether

Original comment by jimmy3...@gmail.com on 7 Mar 2011 at 7:26

Attachments:

GoogleCodeExporter commented 8 years ago
This is defniately an issue, I'll be fixing it tonight hopefully.

In the mean time, if you add all yoru worlds into your borders config line you 
should be good to go.

Assuming you want the same size world for each of them, this would work:

mapRadius: world:6500 nether:6500 slagmark:6500 creative:6500 planets:6500

Original comment by jbla...@gmail.com on 7 Mar 2011 at 7:33

GoogleCodeExporter commented 8 years ago
This should be working properly now.

Original comment by jbla...@gmail.com on 9 Mar 2011 at 3:55