Halp! Word Incorrectly Spelled In plugin.yml Messing Up My Entire Plugin!

Discussion in 'Plugin Development' started by mkezar, Feb 3, 2015.

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

    mkezar

    hi. i have a plugin, (well duh) but in the plugin.yml were i add the command, it says the word is incorrectly spelled. Heres my plugin.yml,

    Code:
    name: ServerNecessities
    main: plugins.mkezar.ServerEssentials
    version: 1.0
    description: A Thing A Server Needs best. ServerNecessities!
    commands:
      ping:
         description: Tests Your Connection By Sending You A Message And A Sound
      location:
         description: Gets Your Location And Time
      prank:
         description: Pranks Your Friends By Blasting Them With Sounds!
      particle:
         description: Gives Your Player A Particle Effect
      clearchat:
         description: Clears Chat
    i highlighted where the error is. it says its incorrectly spelled, i am using eclipse to view this. any way to fix this without changing the command name?! thanks :D
     
  2. Offline

    1Rogue

    Turn off spellchecking. Bukkit doesn't care how you spell anything.
     
  3. Offline

    TGRHavoc

    @mkezar
    Firstly, use the [syntax ] tags :), makes it much nicer to read.
    Secondly, use the "edit" to add information (such as a tag).
    Thirdly, don't randomly tag people, it's annoying.
    Lastly, it doesn't matter how you spell it, it's just the spell-checker in your IDE that's giving you this issue.
     
Thread Status:
Not open for further replies.

Share This Page