The problem is this. If the person you trusted didn't trusted you. He can't respond in the same channel you are in. He creates a new virtual channel. For example Noth: - Jeb - Creeper Jeb: - Thomas If notch says Hi. Jeb and Creeper will be able to see it. But if jeb responds on the same channel. Only Thomas will see it. If I would say that we add a "fake" trust to Jeb to notch. It means the fake Notch will cause a fake trust on thomas as well. Causing the trusted chat to become a very complicated Global chat :/. Like thi...
I was trying to figure out why the newest venturechat is incompatible with cauldron. I wonder why you use reflection to resolve your "message" issue. Can't you just parse the json and get the message out of that? Like this: https://gist.github.com/thomas15v/9b77f0a6aba3176c9d6c#file-packetlistener-java-L85-L94 It still gives issues with protocollib on startup tho: " Cannot convert to a String with Apache: null." Not entirely sure why, but it works although. I guess its a protocollib problem. But I did made a plugin, that does what I w...
The only event I found was a ChannelJoinEvent. But that still would require the depending plugin to send the actually messages. What I hoped to do was simply inject a custom Channel (not related to the config file). And it would do that job for me :). (like in the code above)
I took a look at the plugin :/. And it didn't really follow the design I had in mind xD. Its sadly enough not possible to add a custom channel dynamically (without changing their code :/).
I don't know what channel plugin is used. But is is possible to add a custom handler for griefprevention? Something like: public class TrustedChannel implements Channel{ public void onChat(Player sender, String message){ getParticipants(sender).foreach(player -> player.sendMessage(message)); } public List<Player> getParticipants(Player sender){ return Griefprevention.getPlayer(sender).getTrusted(); } }
In game name: thomas15v Server requesting refund from: direwolf20 west What donations were made: Stone VIP How long ago the donations were made: a week ago
Srr to bug you guys with this. My server uses a custom bungee distro so tekkit will work with it. It uses the bungeeAPI from 1.5.2. Is their any change this could work on our bungee version? (Normaly i would decompile/change/recompile but it doesn't let me decompile :(). Anyway this is the crashlog after i removed the description tag in plugin.yml (isn't supported by our bungee). http://puu.sh/aFKGT/1923ce7ea3.png
Thats not the only reason. Where running a griefing server not a hide and seek server. Also multicraft adds really unpleasant things to these worlds what causes lag. Like pyro stated. The main reason mystcraft is banned is because it doesn't unload his chunks probably. - Thread closed