This site works best with JavaScript enabled. Please enable JavaScript to get the best experience from this site.
What steps will reproduce the problem?
What is the expected output? What do you see instead? Expected: In game chat line of "Cybernixon: test". Instead: In console errors (pasted below).
What version of the product are you using? Chatter v 2.1.4 Bukkit 1337 (git-Bukkit-0.0.0-1131-g86b7fa8-b1337jnks)
Do you have an error log of what happened? excerpt from log:
2011-11-07 00:06:52 [SEVERE] Could not pass event PLAYER_CHAT to Chatter java.lang.UnsupportedOperationException: Unsupported operation at com.platymuus.bukkit.permcompat.PermissionHandler.getUserPermissionString(PermissionHandler.java:134) at com.dral.Chatter.ChatterPermissionsHandler.getInfo(ChatterPermissionsHandler.java:40) at com.dral.Chatter.ChatterFormat.parseVars(ChatterFormat.java:25) at com.dral.Chatter.ChatterFormat.parseChat(ChatterFormat.java:95) at com.dral.Chatter.ChatterPlayerListener.onPlayerChat(ChatterPlayerListener.java:43) at org.bukkit.plugin.java.JavaPluginLoader$6.execute(JavaPluginLoader.java:295) at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58) at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:339) at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:727) at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:715) at net.minecraft.server.Packet3Chat.a(Packet3Chat.java:33) at net.minecraft.server.NetworkManager.b(NetworkManager.java:226) at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:92) at org.getspout.spout.SpoutNetServerHandler.a(SpoutNetServerHandler.java:501) at net.minecraft.server.NetworkListenThread.a(SourceFile:108) at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:471) at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:374) at net.minecraft.server.ThreadServerApplication.run(SourceFile:417) 2011-11-07 00:06:52 [INFO] <CyberNixon> test
Please provide any additional information below. Other plugins running: CraftBukkitUpToDate, BigBrother, WorldGuard, bcVote, ChangeDat, PlayerInfo, Permissions, WorldEdit, AutoKick, NoCheat, Essentials, mcbans, ServerEvents, ChestLock, BorderGuard, MCSL, Spout, EssentialsSpawn, PermissionsBukkit, VanishNoPacket, MyHome
sorry for my late reaction, I am a bit unorganized :) Which version of permissions are you using?
Tracked it down. They are using permissionsBukkit with the superpermbridge. Looks to be a simple fix.
right now we don't support permissionsbukkit but i will do my best to add it soon
@tatara88: Go
This issue is still happening with PermissionsBukkit v1.2, and SuperpermsBridge v1.2 (both enabled, not sure if disabling one or the other does anything).
If it could be resolved quickly, that'd be great! ^-^
(I'm sure it's not too hard... It seems more 'out of the way' to code for the other plugins to be honest...)
@Wolfy9247: Go
For now chatter needs something to get prefix and such from. PermissionsBukkit doesn't support that :/
@dralletje: Go
though now with the new build and vault he can use it as long as he doesnt try to use $prefix or $suffix
To post a comment, please login or register a new account.