Need help on a plugin I'm developing...

Discussion in 'Plugin Development' started by MeneXia, Aug 17, 2011.

Thread Status:
Not open for further replies.
  1. I'm currently working on my first plugin called AllianceList, a plugin which allows you to create alliances and name your alliances, and add/remove players to it.

    My plugin will be entirely chat-based (the whole point is to check who's in an alliance), there will be no listeners. The only thing I'm stuck on is creating the command "/al create <alliancename>" I'd appreciate anything as to how to create this command. Thanks, MeneXia
     
  2. Offline

    K900

    You need getCommand("al").setExecutor.
     
Thread Status:
Not open for further replies.

Share This Page