About 94 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. 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...

  3. [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 …

  4. 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.

  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. [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.

  7. 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 …

  8. 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.

  9. Solved - What's the purpose of "return true/false"? | Bukkit Forums

    May 8, 2014 · Hello, sorry if I'm in the wrong forum section, but I just started learning Bukkit coding, and on two tutorials I'm learning with, at some point in the boolean onCommand (), one of them uses …

  10. 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 …