Solved Plugin Yml Problems

Discussion in 'Plugin Development' started by stilicrafter, Oct 19, 2016.

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

    stilicrafter

    Hello.
    I am new to bukkit plugins , and i have the problem , that when i try to load my exported jar (without compiling errors ) it says this in the console while loading :
    http://pastebin.com/JeAmMppf
    This is the content of my yml (Personal contact Infos removed : ) http://pastebin.com/hq4dWtVM

    I would be very lucky if you could help me.
    Thanks
     
  2. Offline

    Zombie_Striker

    Code:
        aliases:[flyW, FLY, flug, fliegen, advModus, flugmodus, gleiten]
    If you look at the pastbin link, do you notice that this line's beginning is not green like all the others? It's not green because you forgot to add a space between the colon ( : ) and the start of the list of aliases ([flyW....). Add a space to fix this issue.
     
  3. Offline

    stilicrafter

  4. Offline

    timtower Administrator Administrator Moderator

  5. Offline

    stilicrafter

    Yes , refreshed and recompiled.
     
  6. Offline

    timtower Administrator Administrator Moderator

  7. Offline

    stilicrafter

  8. Offline

    Zombie_Striker

    @stilicrafter
    Are you sure it is the exact same error? If so, are you sure it is not caused by your personal information? To test this, try recreating the config with only the "main", "name", and "command". If the error is fixed by doing this, your personal information is causing this problem.
     
  9. Offline

    stilicrafter

    Your right ! thanks . The line with the permissions was the problem
     
  10. Offline

    mehboss

    If your problem is solved please mark this as solved. ;)
     
  11. Offline

    stilicrafter

Thread Status:
Not open for further replies.

Share This Page