• 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. StrangeOne101

    GitHub Contributing

    @xNuminousx If Maven fails to export, it should give you an error. It's not a stracktrace like a Java runtime exception, but it's still an error. You might have what happened to me and have some Maven jars corrupted.
  2. StrangeOne101

    Can't use BloodBending

    Bloodbending confuses a lot of people because it's both an ability and a subelement. For bloodbending, there are 2 permissions you need: - bending.ability.BloodBending (for the ability) - bending.water.Bloodbending (for the subelement) HOWEVER, you also need to have the subelement to use it...
  3. StrangeOne101

    GitHub Contributing

    If it failed to export, Maven will give an error lol
  4. StrangeOne101

    GitHub Contributing

    It could be a lot of things. Maven is annoying, but post your errors anyway.
  5. StrangeOne101

    GitHub Contributing

    I'm not 100% sure why you don't have it but my guess is that you installed the other type of Java eclipse. There's two: one that supports Java, Maven, and a few other java related things and the other one, which supports other languages too. Look on the eclipse marketplace as you may be able to...
  6. StrangeOne101

    GitHub Contributing

    Maybe you got the wrong version of eclipse, I don't know ¯\_(ツ)_/¯
  7. StrangeOne101

    GitHub Contributing

    Well that's odd because that isn't what I get lol. Edit: Ignore all the build path errors. I rebuilt my PC recently and haven't gone back and fixed all the build paths lol
  8. StrangeOne101

    GitHub Contributing

    Sorry if that wasn't clear. Not the Project tab, the actual "ProjectKorra" project
  9. StrangeOne101

    GitHub Contributing

    Are you using eclipse? A bit hard to tell from that, but don't try run it as a Run configuration. Just right click the project in the project window.
  10. StrangeOne101

    GitHub Contributing

    Then it sounds like you aren't exporting with Maven. If the plugin isn't built with Maven, it ain't gonna work. You need to right click the Project -> Run As -> Maven Install
  11. StrangeOne101

    GitHub Contributing

    Actually, is the error you are referring to in YOUR plugin and not PK?
  12. StrangeOne101

    GitHub Contributing

    I was the one that updated it so I know a fair bit about it. But yeah, he's right. 1.12 updated a library that minecraft uses that we also happened to use, and they removed a bit of code that we used to load abilities. As such, the system had to be updated lol. Can you show me the error you get...
  13. StrangeOne101

    GitHub Contributing

    That's rather odd, because there shouldn't be an issue. You are using Java 8, correct? PK doesn't support Java 7 anymore since vanilla Minecraft doesn't support that anymore anyway. It's possible PK code there is Java 8 only
  14. StrangeOne101

    GitHub Contributing

    PK's dependencies come from maven, so you can't actually change them like you would for a normal projects build path. What I don't understand is why you are trying to change it? PK is made for spigot 1.12 so I don't see the issue
  15. StrangeOne101

    PKConfigEditor

    This plugin currently only works for stock moves and not add-on abilities. Read the main post for more information.
  16. StrangeOne101

    AirBullet

    StrangeOne101 submitted a new resource: AirBullet - Fire quick, rapid bullets of air to shoot down your enemies! Read more about this resource...
  17. StrangeOne101

    Airbending AirBullet 2017-10-10

    AirBullet Description: AirBullet is a custom ability similar to FireShots. It allows the bender to create bullets of air and shoot them rapidly. The bullets you shoot are very fast but small. Unlike a lot of other bending moves, you will have to be accurate when shooting them or they will not...
  18. StrangeOne101

    Resolved Problem at chat prefix

    You could try the existing placeholders that PK uses (the element and elementcolor ones). I've never used them before with PermissionsEX but they should still work
  19. StrangeOne101

    Resolved Problem at chat prefix

    In the language config, there is an option to disable ProjectKorra's chat formatting. If you disable it, you should find ChatFormatting will work as intended. Furthermore, if you want to have the elements of a player shown in ChatFormatting, you can use the {ELEMENT} and {ELEMENTCOLOR} tags and...
  20. StrangeOne101

    BloodRip

    StrangeOne101 updated BloodRip with a new update entry: Small Update Read the rest of this update entry...
Top