Inactive [CHAT] AdminChat v1.3.1 - Private chatting for OPs [740] [Permissions]

Discussion in 'Inactive/Unsupported Plugins' started by Infernus, Mar 14, 2011.

  1. Offline

    Infernus

    AdminChat

    Version: v1.3.1

    With this little plugin ops or granted people by permissions are able to chat privately with eachother. The text will only be broadcasted to ops or granted people and the console itself, with a little prefix in front of the message.

    Features (open)

    Private chatting for ops or granted people by permission
    Setting the color of the Adminchat
    Changing the channel name of Adminchat

    Codes (open)
    /a on - toggles Adminchat chat mode on
    /a off - toggles Adminchat chat mode off
    /a <message> - normal Adminchat message
    /a setcolor <color> - sets color of adminchat to specified color
    /a setchannelname <new name> - sets new channel name for adminchat

    Additional usable plugins (open)
    Permissions
    Craftbukkituptodate

    Usage (open)

    Adminchat chat mode:

    By turning Adminchat chat mode on, you'll send all messages to adminchat instead of normal chat, you can turn this off by typing /a off. Note you can also just use /a <your message here> which can be useful for if you would only like to tell 1 sentence.

    Changing colors:

    You can simply change the color of the adminchat by typing /a changecolor <supported color> - you can find all supported colors in the spoiler below.

    Supported colors (open)
    red
    darkred
    yellow
    gold
    green
    darkgreen
    aqua
    darkaqua
    blue
    darkblue
    lighpurple
    darkpurple
    gray
    darkgray
    white
    black

    Permission nodes (open)
    AdminChat.write - allows specified player to only write Adminchat messages.
    AdminChat.receive - allows specified player to only receive Adminchat messages.
    AdminChat.use - allows specified player to receive and write in adminchat.
    AdminChat.modify - allows specified player to modify the color of adminchat.
    AdminChat.everything - allows specified player to do everything in Adminchat.

    Screenshot (open)
    [​IMG]

    Changelog (open)
    Version 1.3.1
    ** Added compatibility with other chat plugins
    ** Changed plugin settings directory
    ** Fixed several bugs
    Version 1.3
    ** Changed some no-access messages
    ** Added channel name functionality
    Version 1.2
    ** Added functionality to switch chat mode to adminchat chat mode
    ** Merged command with general command itself
    Version 1.1
    ** Added permissions support
    ** Added ability to select other colors
    Version 1.0
    ** Release of AdminChat


    Download AdminChat | Download Source

    I would appreciate feedback!
     
    Hackuss and XDTobi like this.
  2. Offline

    CYBERFR34K

    Exactly what I was looking for, this is a great plugin
     
  3. Offline

    Vision

    Requesting someone to make a fork of this, updated to the latest version with additional features requested.
     
  4. Offline

    Plumeex

    Hi, I have a problem with the private chat.
    I must use "/a <message>", if I don't and use "/a on", the chat looks like this : [​IMG]

    Not very cool when I want to have a private discussion with the others OP's...
    What's wrong ? Thank you :)

    (and sorry if my message looks strange, I'm french ^O^)
     
  5. Offline

    Mike187

    @Plumeex

    That's probably your chat formatting plugin, ie. ichat.

    Also, I'd like to mention that this is still working with CB 1337
     
    Infernus likes this.
  6. Offline

    SkyCraft

    SuperPerms please :)
     
  7. Offline

    rbos

    It's working with CB1597 without issue. Feature request, though: admin chat from console. Currently it doesn't work.
     
  8. Offline

    rbos

    Issue: CraftIRC relays all AdminChat text to our IRC channel.
     
  9. Offline

    eRko16

    Please update :)
     
    Volander likes this.
  10. Offline

    Mike187

    Just broke with 1.0.0-R3
     
  11. Offline

    Aprime

    Been using it up til R6, that's just not true.
     
  12. Offline

    Zooey105

    Getting errors of PlayerListener.. Can't use it at all. An update would be really appreciated!
     
  13. Offline

    JD DeGaetano

    Unless this is updated soon, I think i'm going to start working on updating it myself.
     
  14. Offline

    Zacky1

    Please update. This plugin because I need something like this :3

    Error:
     
  15. Offline

    xPiwel

    My console say that: In 2 different server ! What to do ? I really need this plugins an the other plugins is not good so please help me cause i install this plugin in 2 server and in 2 different server it's say that, but i just install it good in my plugins folder like my all other plugins:
    2012-07-01 15:58:48 [SEVERE] Could not load 'plugins/AdminChat.jar' in folder 'plugins'
    org.bukkit.plugin.InvalidPluginException: java.lang.NoClassDefFoundError: org/bukkit/event/player/PlayerListener
    at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:148)
    at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:305)
    at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:230)
    at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:207)
    at org.bukkit.craftbukkit.CraftServer.<init>(CraftServer.java:183)
    at net.minecraft.server.ServerConfigurationManager.<init>(ServerConfigurationManager.java:53)
    at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:156)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:425)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:490)
    Caused by: java.lang.NoClassDefFoundError: org/bukkit/event/player/PlayerListener
    at java.lang.ClassLoader.defineClass1(Native Method)
    at java.lang.ClassLoader.defineClass(ClassLoader.java:634)
    at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142)
    at java.net.URLClassLoader.defineClass(URLClassLoader.java:277)
    at java.net.URLClassLoader.access$000(URLClassLoader.java:73)
    at java.net.URLClassLoader$1.run(URLClassLoader.java:212)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(URLClassLoader.java:205)
    at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:41)
    at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:29)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:321)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:266)
    at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:334)
    at nl.Infernus.AdminChat.AChatPlugin.<init>(AChatPlugin.java:27)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57)
    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
    at java.lang.reflect.Constructor.newInstance(Constructor.java:532)
    at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:144)
    ... 8 more
    Caused by: java.lang.ClassNotFoundException: org.bukkit.event.player.PlayerListener
    at java.net.URLClassLoader$1.run(URLClassLoader.java:217)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(URLClassLoader.java:205)
    at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:41)
    at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:29)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:321)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:266)
    at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:334)
     
  16. Offline

    Morlanius

    07:16:51 [SEVERE] Could not load 'plugins/AdminChat.jar' in folder 'plugins'
    org.bukkit.plugin.InvalidPluginException: java.lang.NoClassDefFoundError: org/bukkit/event/player/PlayerListener
    at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:151)
    at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:305)
    at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:230)
    at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:220)
    at org.bukkit.craftbukkit.CraftServer.<init>(CraftServer.java:196)
    at net.minecraft.server.ServerConfigurationManagerAbstract.<init>(ServerConfigurationManagerAbstract.java:50)
    at net.minecraft.server.ServerConfigurationManager.<init>(SourceFile:11)
    at net.minecraft.server.DedicatedServer.init(DedicatedServer.java:105)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:378)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:539)
    Caused by: java.lang.NoClassDefFoundError: org/bukkit/event/player/PlayerListener
    at java.lang.ClassLoader.defineClass1(Native Method)
    at java.lang.ClassLoader.defineClass(ClassLoader.java:634)
    at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142)
    at java.net.URLClassLoader.defineClass(URLClassLoader.java:277)
    at java.net.URLClassLoader.access$000(URLClassLoader.java:73)
    at java.net.URLClassLoader$1.run(URLClassLoader.java:212)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(URLClassLoader.java:205)
    at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:41)
    at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:29)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:321)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:266)
    at nl.Infernus.AdminChat.AChatPlugin.<init>(AChatPlugin.java:27)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57)
    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
    at java.lang.reflect.Constructor.newInstance(Constructor.java:532)
    at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:147)
    ... 9 more
    Caused by: java.lang.ClassNotFoundException: org.bukkit.event.player.PlayerListener
    at java.net.URLClassLoader$1.run(URLClassLoader.java:217)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(URLClassLoader.java:205)
    at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:41)
    at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:29)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:321)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:266)
    ... 27 more
     

Share This Page