Disable loading message?

Discussion in 'Plugin Development' started by Bammerbom, Jul 25, 2013.

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

    Bammerbom

    How to disable the: Loading <PluginName> v<version> message when the plugin enabled
     
  2. Offline

    chris4315

    I don't think that's theoretically possible.
     
  3. Offline

    Bammerbom

  4. Offline

    Chiller

    Jhtzb Why are you wanting to disable it... You don't want to make a virus plugin do you...?
     
  5. Offline

    Bammerbom

    Chiller Want to make a custom message.
     
  6. Offline

    Chiller

    Jhtzb Oh, but ya that message is hardcoded in.
     
  7. Offline

    chris4315

    If you want a custom message, you'll have to getLogger().info("message"); in your onEnable();

    While in the normal Bukkit API it's impossible to actually disable this message. I think you can head over to the Bukkit GitHub repository and re-construct their source code to your content.
     
Thread Status:
Not open for further replies.

Share This Page