[Solved] Help With My First Plugin.

Discussion in 'Plugin Development' started by iKanak, Apr 7, 2012.

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

    iKanak

    Solved.
     
  2. look at ServerChatPlayerListener.java line 23
     
  3. Offline

    Lolmewn

    I think encryption is null. You don't load the variable anywhere. (In ServerChatPlayerListener)
     
  4. also,, dont cancel the chat event, if its broadcasted tot the players, it can cause bad behavor, that chat monitoring plugins will not log it happening
     
  5. Offline

    Musaddict

    also, just wanted to say that it would be easier for all of us to read / find / help you if you type your code in java syntax. Just do:
    Code:
    [syntax=java]  (your code here)  [/syntax]
    and it will look like:
    Code:java
    1. (your code here)
     
Thread Status:
Not open for further replies.

Share This Page