Question About Commands?

Discussion in 'Plugin Development' started by Developher, Mar 7, 2013.

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

    Developher

  2. Offline

    ZeusAllMighty11

    Maybe if you TOLD us the error!
     
  3. Offline

    Developher

    Actually, after checking, there is no console error. Only:
    Code:
     18:54:33 [INFO] Developher issued server command: /killstotal 
     
  4. Offline

    chasechocolate

    Instead of having a Player argument in your onCommand method, why don't you just do an instanceof Player check and then cast Player to sender?

    That's supposed to happen...
     
  5. Offline

    ZeusAllMighty11

    You are also making useless failed executor on enable
     
Thread Status:
Not open for further replies.

Share This Page