[CHAT/ADMN] ConsoleName v0.4 - Change the console broadcast name. [1.0.1-R1]

Discussion in 'Inactive/Unsupported Plugins' started by dbizzzle, Aug 14, 2011.

Thread Status:
Not open for further replies.
  1. Offline

    dbizzzle

    ConsoleName - Change the console broadcast name.:
    Version: v0.4

    <Edit by Moderator: Redacted mediafire url>
    Source(GitHub)

    Ever get annoyed that when you talk in the console it comes up to your members as "(*CONSOLE)" or "[Server]"? Well now you can customize what the console name is. In the config file you will see "ConsoleName: [Console]" you can change the "[Console]" part to whatever you want it to show up as. This command will not work from the server, only from the console. The only difference from the default "say" command is that the command is "t". So to say "hi all" you would type "t hi all" into the console. Added in v0.3, the default "say" command now works and everybody should get the plugin ConsoleLikeChat as it allows you to chat from the console without a command and requires "/" for commands from the console.

    This is the Minecraft colour code, these are what you put in the config file to colour your name:
    [​IMG]

    For the colour Dark Red you can see the number is #4, the only difference is that as with most other plugins, this plugin does not use #, it uses &, so rather than typing "#4[Console]" you would put "&4[Console]" to make it appear as "<font color="rgb(255, 0, 0)">[Console]</font>". You can see an example of this in the config file if you do not understand. You can also change the colour of the text after the name by putting a colour at the end, If you want it to be white just leave the &f in the config.

    <font color="rgb(20, 20, 20)">Features:</font>
    * Allows you to customize the console broadcast name
    * Change the colour of your custom name
    * Works with the plugin ConsoleLikeChat

    <font color="rgb(20, 20, 20)">To Do list:</font>
    * Add plugin reload command.

    Changelog:
    Version 0.4:
    * Prevented duplicate messages

    Version 0.3:
    * Say command now works
    * Hooked into ConsoleLikeChat

    Version 0.2:
    * Added Colour Support

    Version 0.1:
    * Initial Release
     
    Last edited by a moderator: Nov 12, 2016
    efstajas likes this.
  2. Offline

    twinArmaggedons

    ii really mii22 thii2 plugiin, wiill iit be updated 2oon or wiilll 2omeone take iit over?
     
  3. Offline

    WAZANATOR3998

    Can you please give me what you have. Not sure if its avante or bukkit but now my /say command just says like all in white <*server> and i want it back to the old way.
     
  4. Offline

    Otisdiver

    Okay, I'm having a problem here.
    The server is not loading the plugin... I've used it before (About 1.8) and it worked perfectly. Now it won't load the plugin or generate it's files. Alot of stuff that I do NOT understand. Anyways, here's what it says (From Server Log):

    4-21 10:29:22 [SEVERE] Could not load 'plugins\ConsoleName 0.4.jar' in folder 'plugins'
    org.bukkit.plugin.InvalidPluginException: java.lang.NoClassDefFoundError: org/bukkit/event/server/ServerListener
    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:422)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:492)
    Caused by: java.lang.NoClassDefFoundError: org/bukkit/event/server/ServerListener
    at java.lang.ClassLoader.defineClass1(Native Method)
    at java.lang.ClassLoader.defineClass(Unknown Source)
    at java.security.SecureClassLoader.defineClass(Unknown Source)
    at java.net.URLClassLoader.defineClass(Unknown Source)
    at java.net.URLClassLoader.access$000(Unknown Source)
    at java.net.URLClassLoader$1.run(Unknown Source)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(Unknown Source)
    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(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at java.lang.ClassLoader.loadClassInternal(Unknown Source)
    at me.dbizzzle.ConsoleName.ConsoleName.<init>(ConsoleName.java:19)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
    at java.lang.reflect.Constructor.newInstance(Unknown Source)
    at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:144)
    ... 8 more
    Caused by: java.lang.ClassNotFoundException: org.bukkit.event.server.ServerListener
    at java.net.URLClassLoader$1.run(Unknown Source)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(Unknown Source)
    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(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at java.lang.ClassLoader.loadClassInternal(Unknown Source)
    ... 27 more
     
  5. Offline

    dbizzzle

    Otisdiver Yeah, it's outdated, find it on bukkitdev where I handed it over.
     
  6. Offline

    Otisdiver

    Oh okay. Thanks
     
  7. Offline

    obnoxint

  8. Offline

    md_5

Thread Status:
Not open for further replies.

Share This Page