Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Local Chat #14

Closed
ghost opened this issue Mar 7, 2014 · 5 comments
Closed

Local Chat #14

ghost opened this issue Mar 7, 2014 · 5 comments

Comments

@ghost
Copy link

ghost commented Mar 7, 2014

Whenever I set local_enabled to false, it disables chat all together; it doesn't disable the boundary on being heard by other players.

@DevJordan
Copy link
Collaborator

Let me know if that didn't fix it!

@ghost
Copy link
Author

ghost commented Mar 8, 2014

It is fixed but there is a new error now. This one happens when a player is damaged;

[01:49:24 ERROR]: Could not pass event EntityDamageByEntityEvent to MyZ-3 v3.0.7

org.bukkit.event.EventException
at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.ja
va:320) ~[craftbukkit.jar:git-Bukkit-1.7.2-R0.3-b3020jnks]
at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.jav
a:62) ~[craftbukkit.jar:git-Bukkit-1.7.2-R0.3-b3020jnks]
at me.Incomprehendable.WorldPlugins.FakePluginManager.fireEvent(FakePlug
inManager.java:138) [PerWorldPlugins.jar:?]
at me.Incomprehendable.WorldPlugins.FakePluginManager.callEvent(FakePlug
inManager.java:124) [PerWorldPlugins.jar:?]
at org.bukkit.craftbukkit.v1_7_R1.event.CraftEventFactory.callEvent(Craf
tEventFactory.java:98) [craftbukkit.jar:git-Bukkit-1.7.2-R0.3-b3020jnks]
at org.bukkit.craftbukkit.v1_7_R1.event.CraftEventFactory.callEntityDama
geEvent(CraftEventFactory.java:386) [craftbukkit.jar:git-Bukkit-1.7.2-R0.3-b3020
jnks]
at org.bukkit.craftbukkit.v1_7_R1.event.CraftEventFactory.handleEntityDa
mageEvent(CraftEventFactory.java:414) [craftbukkit.jar:git-Bukkit-1.7.2-R0.3-b30
20jnks]
at net.minecraft.server.v1_7_R1.EntityLiving.damageEntity(EntityLiving.j
ava:656) [craftbukkit.jar:git-Bukkit-1.7.2-R0.3-b3020jnks]
at net.minecraft.server.v1_7_R1.EntityHuman.damageEntity(EntityHuman.jav
a:746) [craftbukkit.jar:git-Bukkit-1.7.2-R0.3-b3020jnks]
at net.minecraft.server.v1_7_R1.EntityPlayer.damageEntity(EntityPlayer.j
ava:446) [craftbukkit.jar:git-Bukkit-1.7.2-R0.3-b3020jnks]
at net.minecraft.server.v1_7_R1.EntityMonster.m(EntityMonster.java:99) [
craftbukkit.jar:git-Bukkit-1.7.2-R0.3-b3020jnks]
at net.minecraft.server.v1_7_R1.EntityZombie.m(EntityZombie.java:218) [c
raftbukkit.jar:git-Bukkit-1.7.2-R0.3-b3020jnks]
at myz.mobs.pathing.PathfinderGoalZombieAttack.e(PathfinderGoalZombieAtt
ack.java:106) [MyZ-3_0_7.jar:?]
at net.minecraft.server.v1_7_R1.PathfinderGoalSelector.a(PathfinderGoalS
elector.java:108) [craftbukkit.jar:git-Bukkit-1.7.2-R0.3-b3020jnks]
at net.minecraft.server.v1_7_R1.EntityInsentient.bn(EntityInsentient.jav
a:427) [craftbukkit.jar:git-Bukkit-1.7.2-R0.3-b3020jnks]
at net.minecraft.server.v1_7_R1.EntityLiving.e(EntityLiving.java:1436) [
craftbukkit.jar:git-Bukkit-1.7.2-R0.3-b3020jnks]
at net.minecraft.server.v1_7_R1.EntityInsentient.e(EntityInsentient.java
:306) [craftbukkit.jar:git-Bukkit-1.7.2-R0.3-b3020jnks]
at net.minecraft.server.v1_7_R1.EntityMonster.e(EntityMonster.java:20) [
craftbukkit.jar:git-Bukkit-1.7.2-R0.3-b3020jnks]
at net.minecraft.server.v1_7_R1.EntityZombie.e(EntityZombie.java:152) [c
raftbukkit.jar:git-Bukkit-1.7.2-R0.3-b3020jnks]
at net.minecraft.server.v1_7_R1.EntityLiving.h(EntityLiving.java:1299) [
craftbukkit.jar:git-Bukkit-1.7.2-R0.3-b3020jnks]
at net.minecraft.server.v1_7_R1.EntityInsentient.h(EntityInsentient.java
:150) [craftbukkit.jar:git-Bukkit-1.7.2-R0.3-b3020jnks]
at net.minecraft.server.v1_7_R1.EntityMonster.h(EntityMonster.java:24) [
craftbukkit.jar:git-Bukkit-1.7.2-R0.3-b3020jnks]
at net.minecraft.server.v1_7_R1.EntityZombie.h(EntityZombie.java:214) [c
raftbukkit.jar:git-Bukkit-1.7.2-R0.3-b3020jnks]
at net.minecraft.server.v1_7_R1.World.entityJoinedWorld(World.java:1348)
[craftbukkit.jar:git-Bukkit-1.7.2-R0.3-b3020jnks]
at net.minecraft.server.v1_7_R1.World.playerJoinedWorld(World.java:1329)
[craftbukkit.jar:git-Bukkit-1.7.2-R0.3-b3020jnks]
at net.minecraft.server.v1_7_R1.World.tickEntities(World.java:1217) [cra
ftbukkit.jar:git-Bukkit-1.7.2-R0.3-b3020jnks]
at net.minecraft.server.v1_7_R1.WorldServer.tickEntities(WorldServer.jav
a:480) [craftbukkit.jar:git-Bukkit-1.7.2-R0.3-b3020jnks]
at net.minecraft.server.v1_7_R1.MinecraftServer.u(MinecraftServer.java:6
37) [craftbukkit.jar:git-Bukkit-1.7.2-R0.3-b3020jnks]
at net.minecraft.server.v1_7_R1.DedicatedServer.u(DedicatedServer.java:2
50) [craftbukkit.jar:git-Bukkit-1.7.2-R0.3-b3020jnks]
at net.minecraft.server.v1_7_R1.MinecraftServer.t(MinecraftServer.java:5
45) [craftbukkit.jar:git-Bukkit-1.7.2-R0.3-b3020jnks]
at net.minecraft.server.v1_7_R1.MinecraftServer.run(MinecraftServer.java
:457) [craftbukkit.jar:git-Bukkit-1.7.2-R0.3-b3020jnks]
at net.minecraft.server.v1_7_R1.ThreadServerApplication.run(SourceFile:6
17) [craftbukkit.jar:git-Bukkit-1.7.2-R0.3-b3020jnks]
Caused by: java.lang.ClassCastException: java.lang.Double cannot be cast to java
.lang.Integer
at myz.listeners.player.PlayerTakeDamage.onDamage(PlayerTakeDamage.java:
32) ~[?:?]
at sun.reflect.GeneratedMethodAccessor65.invoke(Unknown Source) ~[?:?]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1
.7.0_51]
at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.7.0_51]
at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.ja
va:318) ~[craftbukkit.jar:git-Bukkit-1.7.2-R0.3-b3020jnks]
... 31 more

@ghost
Copy link
Author

ghost commented Mar 8, 2014

And here's another error that occurs when a player eats something (happened when rotten flesh was consumed);

[01:51:58 ERROR]: Could not pass event PlayerItemConsumeEvent to MyZ-3 v3.0.7
org.bukkit.event.EventException
at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.ja
va:320) ~[craftbukkit.jar:git-Bukkit-1.7.2-R0.3-b3020jnks]
at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.jav
a:62) ~[craftbukkit.jar:git-Bukkit-1.7.2-R0.3-b3020jnks]
at me.Incomprehendable.WorldPlugins.FakePluginManager.fireEvent(FakePlug
inManager.java:138) [PerWorldPlugins.jar:?]
at me.Incomprehendable.WorldPlugins.FakePluginManager.callEvent(FakePlug
inManager.java:124) [PerWorldPlugins.jar:?]
at net.minecraft.server.v1_7_R1.EntityHuman.p(EntityHuman.java:274) [cra
ftbukkit.jar:git-Bukkit-1.7.2-R0.3-b3020jnks]
at net.minecraft.server.v1_7_R1.EntityPlayer.p(EntityPlayer.java:845) [c
raftbukkit.jar:git-Bukkit-1.7.2-R0.3-b3020jnks]
at net.minecraft.server.v1_7_R1.EntityHuman.h(EntityHuman.java:131) [cra
ftbukkit.jar:git-Bukkit-1.7.2-R0.3-b3020jnks]
at net.minecraft.server.v1_7_R1.EntityPlayer.i(EntityPlayer.java:240) [c
raftbukkit.jar:git-Bukkit-1.7.2-R0.3-b3020jnks]
at net.minecraft.server.v1_7_R1.PlayerConnection.a(PlayerConnection.java
:342) [craftbukkit.jar:git-Bukkit-1.7.2-R0.3-b3020jnks]
at net.minecraft.server.v1_7_R1.PacketPlayInFlying.a(SourceFile:137) [cr
aftbukkit.jar:git-Bukkit-1.7.2-R0.3-b3020jnks]
at net.minecraft.server.v1_7_R1.PacketPlayInLook.handle(SourceFile:98) [
craftbukkit.jar:git-Bukkit-1.7.2-R0.3-b3020jnks]
at net.minecraft.server.v1_7_R1.NetworkManager.a(NetworkManager.java:146
) [craftbukkit.jar:git-Bukkit-1.7.2-R0.3-b3020jnks]
at net.minecraft.server.v1_7_R1.ServerConnection.c(SourceFile:134) [craf
tbukkit.jar:git-Bukkit-1.7.2-R0.3-b3020jnks]
at net.minecraft.server.v1_7_R1.MinecraftServer.u(MinecraftServer.java:6
55) [craftbukkit.jar:git-Bukkit-1.7.2-R0.3-b3020jnks]
at net.minecraft.server.v1_7_R1.DedicatedServer.u(DedicatedServer.java:2
50) [craftbukkit.jar:git-Bukkit-1.7.2-R0.3-b3020jnks]
at net.minecraft.server.v1_7_R1.MinecraftServer.t(MinecraftServer.java:5
45) [craftbukkit.jar:git-Bukkit-1.7.2-R0.3-b3020jnks]
at net.minecraft.server.v1_7_R1.MinecraftServer.run(MinecraftServer.java
:457) [craftbukkit.jar:git-Bukkit-1.7.2-R0.3-b3020jnks]
at net.minecraft.server.v1_7_R1.ThreadServerApplication.run(SourceFile:6
17) [craftbukkit.jar:git-Bukkit-1.7.2-R0.3-b3020jnks]
Caused by: java.lang.ClassCastException: java.lang.Double cannot be cast to java
.lang.Integer
at myz.listeners.player.ConsumeFood.onConsume(ConsumeFood.java:87) ~[?:?
]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0
_51]
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0
_51]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1
.7.0_51]
at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.7.0_51]
at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.ja
va:318) ~[craftbukkit.jar:git-Bukkit-1.7.2-R0.3-b3020jnks]
... 17 more

@ghost
Copy link
Author

ghost commented Mar 8, 2014

And some NPCs/mobs are invisible.

@DevJordan
Copy link
Collaborator

Addressed the two stack-traces in the recent builds. Can you expand on the invisibility of some mobs?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant