• Hello Guest! Did you know that ProjectKorra has an official Discord server? A lot of discussion about the official server, development process, and community discussion happens over there. Feel free to join now by clicking the link below.

    Join the Discord Server

Search results

  1. H

    Custom Element Abilities Dont Save

    Its a independent plugin it extends JavaPlugin and has a plugin.yml
  2. H

    Custom Element Abilities Dont Save

    So I have a issue where when I create a custom ability for a element I made the abilities dont save. any idea how to get them to save? By save I mean when I restart the server they are no longer bound
  3. H

    Ability Register Fails

    Yes that was the issue, I was still using eclipse's export function instead I am using the maven cmd line thank you for the help!
  4. H

    Ability Register Fails

    Alright, I fixed that issue now I am getting this java.util.NoSuchElementException: null at sun.misc.CompoundEnumeration.nextElement(CompoundEnumeration.java:59) ~[?:1.8.0_151] at com.projectkorra.projectkorra.ability.util.AbilityLoader.<init>(AbilityLoader.java:44) ~[?:?] at...
  5. H

    Ability Register Fails

    Now I am getting the error [23:35:16 WARN]: [ProjectKorra] The ability null was not able to load, if this message shows again please remove it! [23:35:16 WARN]: java.lang.NullPointerException [23:35:16 WARN]: at...
  6. H

    Ability Register Fails

    Ok thank you ill give that a try
  7. H

    Ability Register Fails

    So I am trying to register abilities in my plugin for ProjectKorra however I get this error: [14:59:36 ERROR]: Error occurred while enabling HolyCore v1.0.0 (Is it up to date?) java.util.NoSuchElementException: null at sun.misc.CompoundEnumeration.nextElement(CompoundEnumeration.java:59)...
Top