Coder Social home page Coder Social logo

bukkitspeak's People

Contributors

graywolf336 avatar rogermb avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

bukkitspeak's Issues

Duplicate Player Joined Teamspeak Event

Hi Firedriode, no idea why, but in 1.7.10 I seem to be getting duplicate player joined events for players who join TeamSpeak.

I use KCauldron... probably why, but I thought I'd mention to you :)

Build failed due to missing dependency

Hey,
I tried to build BukkitSpeak from source but due to a missing dependency it failed.

[ERROR] Failed to execute goal on project BukkitSpeak: Could not resolve dependencies for project me.firedroide.plugins:BukkitSpeak:jar:0.68-SNAPSHOT                                                                                                                          : The following artifacts could not be resolved: com.massivecraft:Factions:jar:1.6.9.5, com.dthielke:herochat:jar:5.6.7, com.gmail.nossr50.mcMMO:mcMM                                                                                                                          O:jar:1.4.07: Could not find artifact com.massivecraft:Factions:jar:1.6.9.5 in bukkit-repo (http://repo.bukkit.org/content/groups/public) -> [Help 1]

Honestly I have no idea where to find an alternative repo.

Unable to get server command set up

I'm unable to get server commands set up with out getting permissions denial messages.
When I try to enter a command from teamspeak (./ex announce "text" | ./stop | ./broadcast test)
I recieve ""Vessel Craft Chat": I'm sorry, but you do not have permission to perform this command. Please contact the server administrators if you believe that this is in error."

I've worked out adding "Denizen" to the white listed commands.
The recieved message now seems to be a general permissions message that's given to everyone with out any permissions.
I've tried setting op to true and false getting the same message.

Spigot 1.8 (I don't know the build number as it gets autobuilt on shortcut activation.)
Denizen snapshot0.9.6 build 54 http://ci.mineconomy.org/job/Denizen_Developmental/

Here's the permissions.yml from bukkitspeak's folder.

'6':
  name: Server Admin
  blocked: false
  op: true
  permissions:
    denizen: true
    OR_plugin:
      permission: true
  plugin-whitelist:
  - Denizen
  command-blacklist:
  - SomeBlockedCommand
  inherits: []

Heres the teamspeak node from the config.yml file in bukkitspeaks folder.

teamspeak:
  TeamspeakNickname: Vessel Craft Chat
  ConsoleName: '&4VesselCraft Console'

  # Only required if you use the channel functions!
  ChannelID: 1
  ChannelPassword: ''

  # Can only be true or false
  SendServerEventsToMinecraft: true
  SendServerBroadcastsToMinecraft: true
  SendChannelEventsToMinecraft: true
  SendChannelChatToMinecraft: true

  # This will NOT publish your private TS messages!
  # It allows Minecraft users to send messages to specific TS clients.
  EnablePrivateMessaging: true
  AllowLinksInMessages: true

  # Can be either 'server', 'channel' or 'none'
  SendChatToTeamspeak: channel

  # Can only be true or false
  GroupClientListByServerGroup: false
  LogChatInConsole: true

  # The priority of the chat listener.
  # By default, BukkitSpeak ignores all cancelled events (MONITOR).
  # You can change this value to allow some or all (LOWEST) cancelled events to still be checked.
  # Read more about chat priorities here: http://wiki.bukkit.org/Event_API_Reference#Event_Priorities
  ChatListenerPriority: MONITOR

  # Debug Mode
  # Use if the plugin doesn't work at all
  # Or for posting error logs in the forum
  Debug: false

teamspeak-commands:
  # Please read the documentation before enabling TS commands!
  Enabled: true

  # The prefix to be used for TS commands. / is used by TeamSpeak itself unfortunately.
  CommandPrefix: './'

  # Controls whether teamspeak commands get logged or not
  LogTeamspeakCommands: true

  # How many milliseconds should be waited before sending messages to the client on Teamspeak
  # The buffer lets individual messages stack up and is then sent as one TS message.
  MessageBufferDelay: 100

  # Which internal commands should be enabled
  internal:
    ListCommandEnabled: true
    PmCommandEnabled: true

plugin-interaction:
  # Whether only chat events where all online players are the recipients
  # of the message should be sent to the TS server.
  OnlyRelayChatAllPlayersWillReceive: false

  Factions:
    # If Factions is enabled, should only public chat be sent to TeamSpeak?
    public-only: false
  Herochat:
    # Do we want to enable support for Herochat?
    enabled: false
    # Which channel do we want us to use?
    channel: Global
    # Should events on TeamSpeak (Enter, Leave, Channel changed)
    # also be sent to this channel?
    SendTeamspeakEventsToChannel: false
  mcMMO:
    # Only applies if mcMMO is enabled on the server.
    # Should party chat be filtered out?
    FilterPartyChat: true
    # Should admin chat be filtered out?
    FilterAdminChat: true

NullPointerException when using VanishNoPacket

When using VanishNoPacket to silence a player's join and to join vanished so people can't see me login, a NPE occurs with BukkitSpeak:

10-24 23:26:46 [INFO] graywolf336[/76.92.190.198:64880] logged in with entity id 3566 at ([desert] 1.69999998$
2-10-24 23:26:46 [INFO] [VanishNoPacket] graywolf336 disappeared.
2-10-24 23:26:46 [SEVERE] Could not pass event PlayerJoinEvent to BukkitSpeak v0.61-SNAPSHOT
org.bukkit.event.EventException
        at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:341)
        at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
        at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:477)
        at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:462)
        at net.minecraft.server.ServerConfigurationManagerAbstract.c(ServerConfigurationManagerAbstract.java:161)
        at net.minecraft.server.ServerConfigurationManagerAbstract.a(ServerConfigurationManagerAbstract.java:92)
        at net.minecraft.server.NetLoginHandler.d(NetLoginHandler.java:129)
        at net.minecraft.server.NetLoginHandler.c(NetLoginHandler.java:42)
        at net.minecraft.server.DedicatedServerConnectionThread.a(DedicatedServerConnectionThread.java:44)
        at net.minecraft.server.DedicatedServerConnection.b(SourceFile:29)
        at net.minecraft.server.MinecraftServer.q(MinecraftServer.java:561)
        at net.minecraft.server.DedicatedServer.q(DedicatedServer.java:213)
        at net.minecraft.server.MinecraftServer.p(MinecraftServer.java:474)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:406)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:539)
Caused by: java.lang.NullPointerException
        at net.but2002.minecraft.BukkitSpeak.Commands.BukkitSpeakCommand.replaceKeys(BukkitSpeakCommand.java:178)
        at net.but2002.minecraft.BukkitSpeak.ChatListener.replaceKeys(ChatListener.java:124)
        at net.but2002.minecraft.BukkitSpeak.ChatListener.onPlayerJoin(ChatListener.java:74)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)s!
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:601)
        at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:339)
        ... 14 more

Update to 1.8.8

Could you please update your plugin to 1.8.8?
I know of a server owner who would really appreciate it.

HeroChat Channels

I think it'd be great to have the option to only have certain HeroChat channels show up in the Teamspeak channel. For example we have some private channels for the staff and then we have a few public channels like Global and Trade. Maybe add an option in the config if we use Herochat to only put certain channels to the Teamspeak server..

Here's the Herochat thread: http://forums.spout.org/threads/chat-herochat-5-61-cb1-3-1-r1-0.4600/

In-game chat doesn't show up in teamspeak

We have narrowed down whats causing this, it's Factions, but we don't know why. We use Factions version 1.6.9.4 - but we have tested it with 1.8.0, which didn't work either. Everything else works perfectly fine, just no in-game -> teamspeak chat.

Support for changing the talk channel location in teamspeak

Hello, Basically I want the players to be able to join ts into the lobby, but then switch from the lobby to the Minecraft Channel and then start getting chat from the server.

The TS Server Channels go like this:

-Quantum Gaming!
==-AFK
==-Lobby (This is the default chat channel and home channel)
==-Gaming
====-Battlefield 4
====-Bunch of channels.. Etc
====-Minecraft (This is the channel I want the ingame global chat to go to. And the channel join notification to be used in.)

Is there a way to do that currently?
(Send chat to and from a subchannel)

Edit:

Oh the spacing gets removed.. Il place them with Equals sign (since underscore makes it all bold..) so you can see the spacing..

NullPointerException

When doing the command "/tsa ban Graywolf Bye." I get the following in the console:

2012-08-30 23:57:40 [SEVERE] null
org.bukkit.command.CommandException: Unhandled exception executing command 'tsa' in plugin BukkitSpeak v0.55
    at org.bukkit.command.PluginCommand.execute(PluginCommand.java:42)
    at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:168)
    at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:601)
    at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.java:878)
    at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:825)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:807)
    at org.getspout.spout.SpoutNetServerHandler.a(SpoutNetServerHandler.java:107)
    at net.minecraft.server.Packet3Chat.handle(Packet3Chat.java:44)
    at net.minecraft.server.NetworkManager.b(NetworkManager.java:276)
    at net.minecraft.server.NetServerHandler.d(NetServerHandler.java:109)
    at org.getspout.spout.SpoutNetServerHandler.d(SpoutNetServerHandler.java:173)
    at net.minecraft.server.ServerConnection.b(SourceFile:35)
    at net.minecraft.server.DedicatedServerConnection.b(SourceFile:30)
    at net.minecraft.server.MinecraftServer.q(MinecraftServer.java:608)
    at net.minecraft.server.DedicatedServer.q(DedicatedServer.java:244)
    at net.minecraft.server.MinecraftServer.p(MinecraftServer.java:501)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:419)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:539)
Caused by: java.lang.NullPointerException
    at net.but2002.minecraft.BukkitSpeak.Commands.BukkitSpeakCommand.replaceKeys(BukkitSpeakCommand.java:166)
    at net.but2002.minecraft.BukkitSpeak.Commands.CommandBan.execute(CommandBan.java:62)
    at net.but2002.minecraft.BukkitSpeak.BukkitSpeakCommandExecutor.onTeamspeakAdminCommand(BukkitSpeakCommandExecutor.java:134)
    at net.but2002.minecraft.BukkitSpeak.BukkitSpeakCommandExecutor.onCommand(BukkitSpeakCommandExecutor.java:51)
    at org.bukkit.command.PluginCommand.execute(PluginCommand.java:40)
    ... 17 more

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.