• 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

Recent content by Carbogen

  1. Carbogen

    LavaSurge

    Carbogen submitted a new resource: LavaSurge - An Offensive LavaBending ability from PK 1.5.0 Read more about this resource...
  2. Carbogen

    LavaSlap

    Thanks @TacticalRoyS ! I'll update the post :)
  3. Carbogen

    LavaSlap

    Carbogen submitted a new resource: LavaSlap - An Original Lavabending Offensive Ability Read more about this resource...
  4. Carbogen

    CHOOSE A STARTER

    If Litten can make lava...
  5. Carbogen

    Final Words

    Hey everyone, just thought I'd formally say this rather than making you assume it. ProjectKorra was probably one of the highlights of the 2014-2015 school-year. I loved making abilities for you guys, and I loved playing on all of your servers. Unfortunately, I spent so much time developing for...
  6. Carbogen

    Exercise Help

    When defining a variable (such as greeting or age), you need to use the equals symbol, =. Try the following: public class BetterHello { public static void main(String[] args) { String greeting = "Hello Martians I am"; int age = 27; System.out.printIn(greeting + age)...
  7. Carbogen

    Override Voxel /b

    @SenpaiBlaze the bending command has many aliases, though my preferred alias is /pk. When looking at PK's plugin.yml in Github, I found all these aliases: commands: projectkorra: aliases: [b,bending,mtla,tla,korra,pk,bend] usage: /<command> You can use any of them; they all link back...
  8. Carbogen

    Denied Stabilize @Carbogen & Jedk

    I can imagine an earthbending move to resist knockback, which is essentially what Bolin was doing. Catching a player while they are in the air would be a whole different level of tricky, if not impossible. Making a move to resist knockback could be possible, and many earthbenders have been...
  9. Carbogen

    [Part of JedCore] MetalHook [Deleted]

    I was originally going to do that but then realized how complicated the use of this ability would be. You can't catch a right-click on an air block, so that's not an option. All we have that we can work with is left-click and sneaking, but sneaking can cause you to stick to a block preventing...
  10. Carbogen

    [Part of JedCore] MetalHook [Deleted]

    Carbogen updated MetalHook with a new update entry: MetalHook v1.0.1 - Chainmail Armor! Read the rest of this update entry...
  11. Carbogen

    [Part of JedCore] MetalHook [Deleted]

    That could be arranged :)
  12. Carbogen

    ProjectKorra (RPG)

    1. AvatarStateOnFinalBlow will not activate if the avatar is on AvatarState cooldown. This means it will most likely happen the first time they "nearly die" but not the second. That said, if the cooldown for AvatarState is zero, there is no way to avoid triggering it when the avatar reaches .5...
Back
Top