Message Commands

Discussion in 'Plugin Development' started by flash1110, Dec 1, 2014.

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

    flash1110

    I was wondering how to do message commands. I've been cycling through the internet looking for an answer, but to no avail. I know that you can't spoonfeed me code, but I would like to understand how to do it.
     
  2. Offline

    Dragonphase

    flash1110

    By message commands, do you mean a command which sends a message from one person to another?

    The first thing to do is learn Java if you have not done so already. Make sure you make yourself accustomed to the principles of Object Oriented Programming. After that, check out the Bukkit Plugin Tutorial. It's a basic tutorial that covers about 90% of plugin-related programming.

    For information regarding the interface, refer to the Bukkit API.
     
  3. Offline

    flash1110

    Sorry for the late reply.

    Dragonphase
    I mean, when a player clicks on a message in chat, they run a command.
     
  4. Offline

    Skionz

    flash1110 Google it. I have seen a few tutorial on how to use JSON with chat.
     
  5. Offline

    Googlelover1234

Thread Status:
Not open for further replies.

Share This Page