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

    dak393

    Sounds great will try it out :D
    Also I would love a static jar, an easy way is to use Dropbox and when you do that you could add your plugin to Craftbukkituptodate
     
  3. Offline

    camo0067

    This works fine for me. I am running CB 493. Good job I really enjoy this.
     
  4. Offline

    Infernus

    Thanks both! I requested the owner of Craftbukkitupdate to add mine, so it should be supported soon! Also, it's a direct link to the download now :)
     
  5. Offline

    user_2408

    Great solution, works just as we needed! :)
     
  6. Offline

    Infernus

    Thanks! If there are any issues, I would like to hear about them :)
     
  7. Offline

    M0rti

    I installed it into the plugin folder and after a restart it creates a folder "AdminChat" in my root folder (one above my plugins folder) with an empty config file. The plugin is not working for me. Nothing happens when i try /a message or /a on. I'm an Op so i don't have to add something to permissions, right?
    Well, i´m a noob to this cause i have this server for like 3 weeks but i got more then 20 plugins and they all work. Allways the same way ...copy the plugin into plugin folder and restart server. Then edit config and maybe restart server or plugin.
    I don't know what CB Version this server is running ...have searched for a version number but found nothing :(
    Did i do somthing wrong with installation? Is there anything to edit on config file? Is the folder correct?
    I really love to use this plugin.

    Sorry for my bad english i learned long time ago ;)
     
  8. Offline

    tremor

    @dev: Yes.. please move AdminChat folder to the /plugins directory.

    + add option to change channel name.
     
  9. Offline

    Infernus

    Hello m0rti,

    Could I have the server log please? And yes, it generates a folder, it's to store the chatcolor which is yellow by default. Could you also give me a list of other plugins you're running? It might conflict with something, but I am almost sure this is not possible.

    I assume you mean 'Adminchat' by channel name? If yes, I can start coding right now, but I would like to have a confirmation on this first.

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 12, 2016
  10. Offline

    tremor

    For consistency with all other plugins: /bin/AdminChat move to --> /bin/Plugins/AdminChat

    And a config file like this: also post example in your OP for color change...

    Code:
    chan: AdminChat
    color: yellow
    
    also, not sure about /a - its not in any plugins I have, but there is that chance another uses it.
     
  11. Offline

    M0rti

    My log:
    Code:
    2011-03-15 20:17:53 [INFO] Starting minecraft server version Beta 1.3
    2011-03-15 20:17:53 [INFO] Loading properties
    2011-03-15 20:17:53 [INFO] Starting Minecraft server on XXXXXXX
    2011-03-15 20:17:53 [INFO] This server is running Craftbukkit version git-Bukkit-0.0.0-463-gbad97a8-b447jnks (MC: 1.3)
    2011-03-15 20:17:53 [INFO] Preparing level "Paraworld"
    2011-03-15 20:17:53 [INFO] Preparing start region
    2011-03-15 20:17:54 [INFO] LWC    [v1.61]    Loading shared objects
    2011-03-15 20:17:54 [INFO] Config    [v1.61]    Loaded 13 config entries
    2011-03-15 20:17:54 [INFO] LWC    [v1.61]    Native library: plugins/LWC/lib/native/Linux/amd64/libsqlitejdbc.so
    2011-03-15 20:17:54 [INFO] [Permissions] version [2.1] (Handler) was Initialized.
    2011-03-15 20:17:54 [WARNING] Using the stupidly long constructor com.enigmasm.spawnlist.Spawnlist(PluginLoader, Server, PluginDescriptionFile, File, File, ClassLoader) is no longer recommended. Go nag the plugin author of Spawnlist to remove it! (Nothing is broken, we just like to keep code clean.)
    2011-03-15 20:17:54 [WARNING] Using the stupidly long constructor com.markusnemesis.bukkit.informant.informant(PluginLoader, Server, PluginDescriptionFile, File, File, ClassLoader) is no longer recommended. Go nag the plugin author of Informant to remove it! (Nothing is broken, we just like to keep code clean.)
    2011-03-15 20:17:54 [INFO] LWC    [v1.61]    Loading shared objects
    2011-03-15 20:17:54 [INFO] Config    [v1.61]    Loaded 13 config entries
    2011-03-15 20:17:54 [INFO] LWC    [v1.61]    Native library: plugins/LWC/lib/native/Linux/amd64/libsqlitejdbc.so
    2011-03-15 20:17:54 [INFO] WorldGuard loaded.
    2011-03-15 20:17:55 [INFO] [AdminChat] version 1.3 is enabled.
    2011-03-15 20:17:55 [INFO] [AdminChat] Unsupported color in settings file, resetting color to default.
    2011-03-15 20:17:55 [INFO] [AdminChat] Using  for Adminchat.
    2011-03-15 20:17:55 [INFO] Tombstone v.1.07 is enabled.
    2011-03-15 20:17:55 [INFO] [Permissions] version [2.1] (Handler) loaded
    2011-03-15 20:17:55 [INFO] [Tombstone] Using Permissions 2.1 (2.1) for permissions
    2011-03-15 20:17:55 [INFO] [Tombstone] LWC Found, enabling chest protection.
    2011-03-15 20:17:55 [INFO] Nether v1.1 enabled
    2011-03-15 20:17:55 [INFO] Config    [v1.61]    Loaded 13 config entries
    2011-03-15 20:17:55 [INFO] LWC    [v1.61]    Loaded command: admin
    2011-03-15 20:17:55 [INFO] LWC    [v1.61]    Loaded command: creation
    2011-03-15 20:17:55 [INFO] LWC    [v1.61]    Loaded command: remove
    2011-03-15 20:17:55 [INFO] LWC    [v1.61]    Loaded command: info
    2011-03-15 20:17:55 [INFO] LWC    [v1.61]    Loaded command: modes
    2011-03-15 20:17:55 [INFO] LWC    [v1.61]    Loaded command: modify
    2011-03-15 20:17:55 [INFO] LWC    [v1.61]    Loaded command: unlock
    2011-03-15 20:17:55 [INFO] LWC    [v1.61]    Loaded command: owners
    2011-03-15 20:17:55 [INFO] LWC    [v1.61]    -> PLAYER_QUIT
    2011-03-15 20:17:55 [INFO] LWC    [v1.61]    -> ENTITY_EXPLODE
    2011-03-15 20:17:55 [INFO] LWC    [v1.61]    -> BLOCK_INTERACT
    2011-03-15 20:17:55 [INFO] LWC    [v1.61]    -> BLOCK_DAMAGED
    2011-03-15 20:17:55 [INFO] LWC    [v1.61]    -> BLOCK_BREAK
    2011-03-15 20:17:55 [INFO] LWC    [v1.61]    -> BLOCK_PLACED
    2011-03-15 20:17:55 [INFO] LWC    [v1.61]    -> REDSTONE_CHANGE
    2011-03-15 20:17:55 [INFO] LWC    [v1.61]    Using Nijikokun's permissions plugin for permissions
    2011-03-15 20:17:55 [INFO] LWC    [v1.61]    Loading SQLite
    2011-03-15 20:17:55 [INFO] PhysDB    [v1.61]    Creating physical tables if needed
    2011-03-15 20:17:55 [INFO] MemDB    [v1.61]    Creating memory tables
    2011-03-15 20:17:55 [INFO] SQLite    [v1.61]    Using: Native
    2011-03-15 20:17:55 [INFO] Spawnlist V0.6 enabled. A Lego Plugin.
    2011-03-15 20:17:55 [INFO] Loading map 'org.dynmap.kzedmap.KzedMap'...
    2011-03-15 20:17:55 [INFO] Loading renderer 'org.dynmap.kzedmap.DefaultTileRenderer'...
    2011-03-15 20:17:55 [INFO] Loading renderer 'org.dynmap.kzedmap.CaveTileRenderer'...
    2011-03-15 20:17:55 [INFO] Activated world 'Paraworld' in Dynmap.
    2011-03-15 20:17:55 [INFO] Loading map 'org.dynmap.kzedmap.KzedMap'...
    2011-03-15 20:17:55 [INFO] Loading renderer 'org.dynmap.kzedmap.DefaultTileRenderer'...
    2011-03-15 20:17:55 [INFO] Dynmap WebServer started on /85.131.148.206:8123
    2011-03-15 20:17:55 [INFO] Minecart Mania Autocart version 1.01 is enabled!
    2011-03-15 20:17:55 [INFO] [BBROTHER] Cleaned out 0 records because of age
    2011-03-15 20:17:55 [INFO] [BBROTHER] Permissions enabled.
    2011-03-15 20:17:55 [INFO] [BBROTHER] BigBrother 1.6.3 enabled
    2011-03-15 20:17:55 [INFO] [HeroicDeath] 1.4.4.140 enabled.
    2011-03-15 20:17:55 [INFO] [INFORMANT] version 1.5.1 is enabled
    2011-03-15 20:17:55 [INFO] [iChat] Using Permissions 2.1 for permissions
    2011-03-15 20:17:55 [INFO] iChat (v2.04) enabled
    2011-03-15 20:17:55 [INFO] [TPLUS] Permissions enabled using: Permissions v1.0
    2011-03-15 20:17:55 [INFO] [TPLUS] 'Help' isn't detected. No /help support.
    2011-03-15 20:17:55 [INFO] [TPLUS] TelePlus 1.6 enabled
    2011-03-15 20:17:55 [INFO] Vanish 1.5 loaded.
    2011-03-15 20:17:55 [INFO] Config    [v1.61]    Loaded 13 config entries
    2011-03-15 20:17:55 [INFO] LWC    [v1.61]    Loaded command: admin
    2011-03-15 20:17:55 [INFO] LWC    [v1.61]    Loaded command: creation
    2011-03-15 20:17:55 [INFO] LWC    [v1.61]    Loaded command: remove
    2011-03-15 20:17:55 [INFO] LWC    [v1.61]    Loaded command: info
    2011-03-15 20:17:55 [INFO] LWC    [v1.61]    Loaded command: modes
    2011-03-15 20:17:55 [INFO] LWC    [v1.61]    Loaded command: modify
    2011-03-15 20:17:55 [INFO] LWC    [v1.61]    Loaded command: unlock
    2011-03-15 20:17:55 [INFO] LWC    [v1.61]    Loaded command: owners
    2011-03-15 20:17:55 [INFO] LWC    [v1.61]    -> PLAYER_QUIT
    2011-03-15 20:17:55 [INFO] LWC    [v1.61]    -> ENTITY_EXPLODE
    2011-03-15 20:17:55 [INFO] LWC    [v1.61]    -> BLOCK_INTERACT
    2011-03-15 20:17:55 [INFO] LWC    [v1.61]    -> BLOCK_DAMAGED
    2011-03-15 20:17:55 [INFO] LWC    [v1.61]    -> BLOCK_BREAK
    2011-03-15 20:17:55 [INFO] LWC    [v1.61]    -> BLOCK_PLACED
    2011-03-15 20:17:55 [INFO] LWC    [v1.61]    -> REDSTONE_CHANGE
    2011-03-15 20:17:55 [INFO] LWC    [v1.61]    Using Nijikokun's permissions plugin for permissions
    2011-03-15 20:17:55 [INFO] LWC    [v1.61]    Loading SQLite
    2011-03-15 20:17:55 [INFO] PhysDB    [v1.61]    Creating physical tables if needed
    2011-03-15 20:17:55 [INFO] MemDB    [v1.61]    Creating memory tables
    2011-03-15 20:17:55 [INFO] SQLite    [v1.61]    Using: Native
    2011-03-15 20:17:55 [INFO] WorldGuard: Permissions plugin detected! Using Permissions plugin for permissions.
    2011-03-15 20:17:55 [INFO] WorldGuard: Blacklist loaded.
    2011-03-15 20:17:55 [INFO] WorldGuard: Single session is enforced.
    2011-03-15 20:17:55 [INFO] WorldGuard: TNT ignition is PERMITTED.
    2011-03-15 20:17:55 [INFO] WorldGuard: Lighters are PERMITTED.
    2011-03-15 20:17:55 [INFO] WorldGuard: Lava fire is blocked.
    2011-03-15 20:17:55 [INFO] WorldGuard: All fire spread is disabled.
    2011-03-15 20:17:55 [INFO] WorldGuard 4.0-alpha1 enabled.
    2011-03-15 20:17:55 [INFO] Take yourself wonder by wonder, using /magiccarpet or /mc. MagicCarpet version 1.4.4 is enabled!
    2011-03-15 20:17:55 [INFO] iSee is using permissions!
    2011-03-15 20:17:55 [INFO] iSee version 0.2 is enabled!
    2011-03-15 20:17:55 [INFO] A simple demo plugin as proof for showing other people's inventories.
    
    2011-03-15 20:17:55 [INFO] [AutoMessage] version [1.5] loaded
    2011-03-15 20:17:55 [INFO] [GuestPrev] version 1.1 by SunShe is enabled!
    2011-03-15 20:17:55 [INFO] [SpawnControl] version [0.6.3] loaded
    2011-03-15 20:17:55 [INFO] WorldEdit 4.0-beta6 enabled.
    2011-03-15 20:17:55 [INFO] WorldEdit: Permissions plugin detected! Using Permissions plugin for permissions.
    2011-03-15 20:17:55 [INFO] Minecart Mania Core version 1.03 is enabled!
    2011-03-15 20:17:55 [INFO] Done (1928178329ns)! For help, type "help" or "?"
    here are all other plugins:
    [​IMG]

    And my config looks like this:
    Code:
    #Minecraft Properties File
    #Tue Mar 15 20:17:55 CET 2011
    about command ...maybe /ac is better?
     
  12. Offline

    Infernus

    The logs says it is all okay, but could you try running it without iChat or some other chat plugin active? I think it will run then, so you I think you're going to have to choose one.
    Ah, that would maybe be a good idea, but then, I am asking myself, should this still be called AdminChat?

    Haven't seen /a around, also, I can change it to something else always.
     
  13. Offline

    M0rti

    :( ok thanks a lot.
     
  14. Offline

    Infernus

    Updated archive, added new command:

    /a setchannelname <new name> - sets new channel name for adminchat, do NOT use spaces as it will only use the first word, I will change it later in a minor update

    Current version is 1.3
     
  15. Offline

    Bjourk

    Running 531, just updated to your 1.3 and get this:

    Code:
    2011-03-15 18:46:18 [INFO] [AdminChat] Version 1.3 is enabled.
    2011-03-15 18:46:18 [INFO] [AdminChat] Using yellow as color for Adminchat.
    2011-03-15 18:46:18 [INFO] [AdminChat] Using Adminchat as channel name for AdminChat.
    2011-03-15 18:46:18 [SEVERE] null loading AdminChat v1.3 (Is it up to date?)
    java.lang.NullPointerException
        at org.anjocaido.groupmanager.dataholder.WorldDataHolder.load(WorldDataHolder.java:597)
        at org.anjocaido.groupmanager.dataholder.worlds.WorldsHolder.loadWorld(WorldsHolder.java:358)
        at org.anjocaido.groupmanager.dataholder.worlds.WorldsHolder.initialWorldLoading(WorldsHolder.java:68)
        at org.anjocaido.groupmanager.dataholder.worlds.WorldsHolder.initialLoad(WorldsHolder.java:63)
        at org.anjocaido.groupmanager.dataholder.worlds.WorldsHolder.<init>(WorldsHolder.java:56)
        at org.anjocaido.groupmanager.GroupManager.onEnable(GroupManager.java:73)
        at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:118)
        at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:451)
        at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:217)
        at com.nijikokun.bukkit.Permissions.Permissions.onEnable(Permissions.java:64)
        at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:118)
        at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:451)
        at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:217)
        at com.nijikokun.bukkit.Permissions.Permissions.checkEnable(Permissions.java:99)
        at com.nijikokun.bukkit.Permissions.Permissions.getHandler(Permissions.java:89)
        at me.Infernus.AdminChat.AChatPlugin.setupPermissions(AChatPlugin.java:127)
        at me.Infernus.AdminChat.AChatPlugin.onEnable(AChatPlugin.java:43)
        at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:118)
        at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:451)
        at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:217)
        at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:83)
        at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:61)
        at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:204)
        at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:191)
        at net.minecraft.server.MinecraftServer.d(MinecraftServer.java:131)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:246)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:366)
     
  16. Offline

    tremor

    Well, you could honestly tie this into permissions, and allow users to set multiple channel names, based on user level... due to the streamlined size of the code and very small footprint.. you could rename it - LightweightChannels or SimpleChannels - something like that.. and you could easily make the command be

    /a definechannel <channelname> <channelcolor> <channelgroup>
    where all members of <channelgroup> in permisssions access <channelname>

    taken a step farther

    /a listchannels - a list of channels your level/user has access to
    /a joinchannel - switch current channel
    /a adminlisten on/off - a toggle for admins to monitor or mute all channels

    just some ideas.. of all the channel plugins this one is the most simple, and keep it that way, what i've laid it is probably already going overboard.. the greatness of this plugin is simplicity and being pretty straightforward to use.
     
  17. Offline

    Infernus


    As I like to say, simplicity is the future.
    I think I like the commands, but really, shouldn't I just make a standalone channel plugin for all this? I think that would be a better idea, I can code it the same so message formats will just stay same and so
     
  18. Offline

    Bjourk

    Recommended version 531.
    AppleTree, AutoPlant, BackToBody, Bacon, bFlight, Chatbukkit, ColorMe, ColorSign, CraftBukkitUpToDate, Essentials Suite using EssentialsGroupManager to mimic Permissions, FindMe, FishPeople, FlyRidgeFly, Gate, Help, iConomy with ChestShop, iMonster, LightVote, Lockette, MeasuringTape, MinecraftMapper, PrivateWarp with PluginControl, QuickBelt, Scrapbukkit, SignLift, Stackable, TimeShift, TorchBurn, and TreeperBirth.
    All of which work together. I tried removing Chatbukkit, but it didn't make a difference. I honestly don't know what chatbukkit and scrapbukkit do. They were bundled with something.
     
  19. Offline

    Infernus

    Wow.. Are you sure the file isn't corrupt? Since I haven't seen this error on anyone, it already fails to even READ the source, so did you already try redownloading?
     
  20. Offline

    BindMind

    This is an ADMINCHAT plugin. If you're looking for channels I suggest heroic chat =/
     
  21. Offline

    Infernus

    I agree with that.
     
  22. Offline

    tremor

    buzz off... A- i'm not looking for anything, I was just making suggestions B- ABT - always be trolling eh?

    Sorry Infernus - If it wasn't clear... not asking you to make any of this... just making suggestions. Simplicity is the key.. I saw this plugin and felt it was a good base for a staff channel system (not just admin but maybe admin/moderator - but sometimes just admins want to chat without moderators hearing - so like a simple 2 chan system) - that was more lightweight and simple than heroicchat which in my opinion is too obtrusive and -less simple-

    also - waiting on your source code.. i'm a C++ guy but since I've gotten into Minecraft been wanting to get into Java... i figure tooling around in that chat code is probably the safest place to start.

    Update:

    Code:
    09:15:34 [SEVERE] null
    org.bukkit.command.CommandException: Unhandled exception executing command 'a' in plugin AdminChat v1.3
            at org.bukkit.command.PluginCommand.execute(PluginCommand.java:37)
            at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:80)
            at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:229)
            at net.minecraft.server.NetServerHandler.c(NetServerHandler.java:645)
            at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:608)
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:602)
            at net.minecraft.server.Packet3Chat.a(SourceFile:24)
            at net.minecraft.server.NetworkManager.a(SourceFile:230)
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:76)
            at net.minecraft.server.NetworkListenThread.a(SourceFile:100)
            at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:357)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:272)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:366)
    Caused by: java.lang.ArrayIndexOutOfBoundsException: 0
            at me.Infernus.AdminChat.AChatPlugin.onCommand(AChatPlugin.java:88)
            at org.bukkit.command.PluginCommand.execute(PluginCommand.java:35)
            ... 12 more
    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 12, 2016
  23. Offline

    Infernus

    What command did you perform to get this error? If I know what it is I might be able to prevent this bug (actually pretty sure I can).

    + Added source to first post!
     
  24. Offline

    tremor

    I did no command at all actually, I did a /who from remote console (using Remote Toolkit Plugin). Only other possibility was a player on the server perhaps attempting to do /a - but nothing was logged. No admins were on at the time.
     
  25. Offline

    Infernus

    Hmm, that's odd, but really I don't know how this can even occurr since it only responds to /a commands and not to /whois commands.

    Does anyone have more suggestions for this plugin?
     
  26. Offline

    tremor

    I haven't seen this happen since that one time.. perhaps an anomaly.. bukkit and minecraft both tend to have alot of those.
     
  27. Offline

    Azur

    Is it possible to get this work work with iChat? It would be nice to keep my name colored in admin chat like in normal chat.
     
  28. Offline

    Infernus

    I will take a look into this, i'll let you know more about this soon.
     
  29. Offline

    Revenger

    Seems some colours you have listed are unsupported as I tried lightpurple listed and I get this:

    00:19:33 [INFO] [AdminChat] Unsupported color in settings file, resetting color to default (yellow).

    But aqua works and I think that's better for us than lightpurple would have been anyway.

    Also I tried /a changecolor colour and it sent it to admin chat as chat. Not like that matters to us as we are never going to use that command but some might.

    Have a feature request I think is very important.

    The ability for general users to send messages to admin chat but not be able to read the chat.

    There are times where players need to message any admin online doesn't matter who but don't want players reading there message.

    Might be that someone is griefing them or they want lava placed or something.

    So the permission would be:

    AdminChat.send - allows specified player to only write in adminchat.

    They would still /a message same as admins but not be able to read any messages in adminchat.
     
  30. Offline

    Infernus

    Thanks for this advanced feedback. Now all the things Adminchat is logging will be explaining a lot more, for example: 'Unsupported color for 'poop', resetting color to default (yellow).', then you can find out if you made any typos ;)

    I updated the plugin and changed the permissions nodes (never really saw I confused nodes with cores (blame UT2004's Onslaught gametype!)), so your idea will be possible.

    Also, /a changecolor is not even a valid command, it's supposed to be /a setcolor ;)

    Let me know if you have any other issues or requests! :)
     

Share This Page