[Help] New to Plugin coding.

Discussion in 'Plugin Development' started by Sparrow, Feb 27, 2011.

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

    Sparrow

    Alright well, I've used Java for other things but Plugin making seems damn confusing. Are there any good guides?

    I was wondering if you guys could please start me out.
    I have 1 problem and 1 question;

    1. I get an error on:
    Code:
    super(pluginLoader, instance, desc, folder, plugin, cLoader);
    2. How would I start a plugin where, when the user logs in it would give a message for example. Or if they typed/help how can I edit that?

    Thanks,
    Daniel
     
  2. Offline

    retsrif

    1. Remove that it's old.
    2. I dont think you could edit "/help". To send a message when the player joins then create a player listener and have it monitor PLAYER_JOIN, and in the player listener, in the onPlayerJoin method, have the plugin send the player a message. If you need more details just tell me.
     
  3. Offline

    Infernus

    If you know Java, I recommend this.
     
Thread Status:
Not open for further replies.

Share This Page