About 85 results
Open links in new tab
  1. onCommand example - Bukkit Forums

    Feb 26, 2011 · onCommand example Discussion in ' Plugin Development ' started by Lavamike, Feb 26, 2011.

  2. Solved - public boolean onCommand (CommandSender sender, …

    Jan 31, 2015 · Solved public boolean onCommand (CommandSender sender, Command cmd, String label, String [] args) { Discussion in ' Plugin Development ' started by Bubbatron11, Jan 31, 2015.

  3. onCommand - Bukkit Forums

    Jun 18, 2011 · hy, I wan't to use onCommand but i don't now how to do this... in my main class i write this: public boolean onCommand (CommandSender sender, Command...

  4. onCommand vs. CommandExecutor - Bukkit Forums

    Jul 17, 2011 · onCommand onCommand might be the most popular method along with devs. This is putted in the main class. Here are some advantages: Your Packet will be less cluttered. Allow you to …

  5. What does return do in onCommand? - Bukkit Forums

    Apr 30, 2014 · The onCommand function returns a boolean value, a true or false. A lot of methods that can have a pass or fail condition will return a boolean to tell the code that called it whether it …

  6. How do I create an event in an onCommand? - Bukkit Forums

    Apr 16, 2020 · How do I create an event in an onCommand? Discussion in ' Plugin Development ' started by TheDaannn, Apr 16, 2020.

  7. [Tutorial] Command Arguments - Bukkit Forums

    Oct 23, 2013 · /basecommand arg0 arg2 arg2 arg3.... The basecomamnd is the command that you usually write as with commandLabel, or in my examples, alias. The arguments are any separate …

  8. [Solved] How to use onCommand ()? - Bukkit Forums

    Apr 13, 2011 · [Solved] How to use onCommand ()? Discussion in ' Plugin Development ' started by pinacoladaxb, Apr 13, 2011.

  9. Overview - MyCommand - Bukkit Plugins - Projects - Bukkit

    Jan 6, 2026 · Features: Make new commands!. (Also registered command) Run others command in new one Perform several commands in one Delayed commands with custom pause, warmups and …

  10. How to use args from an onCommand with AysncPlayerChatEvent

    Aug 20, 2016 · How to use args from an onCommand with AysncPlayerChatEvent Discussion in ' Plugin Development ' started by PumpMelon, Aug 20, 2016.