Solved What am I doing wrong?

Discussion in 'Plugin Development' started by B3nderIsGreat556, Jul 23, 2014.

Thread Status:
Not open for further replies.
  1. Hello,

    I'm having trouble with a plugin I made, called Oohkillem.

    When a player uses the command (by typing /oohkillem), a lightning bolt is to be summoned at the player's location, subsequently killing them.

    Unfortunately, when I use the plugin, I am told it is an unknown command.

    Oohkillem plugin java file: http://pastebin.com/xkksAqLF
    Oohkillem plugin.yml: http://pastebin.com/s6Ur366P

    Thanks in advance,

    B3nderIsGreat556
     
  2. Offline

    Traks

    The command you registered in your plugin.yml is 'test', not 'oohkillem'
     
  3. Offline

    Gnat008

    B3nderIsGreat556
    You did not register the command in your plugin.yml.

    Aaaand Ninja'd. haha
     
  4. Sorry guys, I uploaded the wrong plugin.yml, here's the correct one:


    http://pastebin.com/4xzpZkmk

    I saw my error, which I reproduced, thanks.

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Jun 9, 2016
Thread Status:
Not open for further replies.

Share This Page