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

    EarthDrag

    Simplicitee updated EarthDrag with a new update entry: New Feature! Read the rest of this update entry...
  2. Simplicitee

    Earthbending EarthDrag - New Feature!

    Added a feature to drag entities around on earth! A few notes on this: * Entities cannot be dragged up blocks (at least until I bother to find a nice way to do this) * The speed at which entities are dragged is the pullspeed in the config divided by 1.5 (for all you diehard config balancers) *...
  3. Simplicitee

    EnergyBeam

    Simplicitee updated EnergyBeam with a new update entry: 1.8.6 compatible Read the rest of this update entry...
  4. Simplicitee

    Misc. / Other EnergyBeam - 1.8.6 compatible

    * Updated to be 1.8.6 compatible
  5. Simplicitee

    EarthDrag

    Simplicitee updated EarthDrag with a new update entry: 1.8.6 compatible Read the rest of this update entry...
  6. Simplicitee

    Earthbending EarthDrag - 1.8.6 compatible

    * Updated to be 1.8.6 compatible
  7. Simplicitee

    MetalRepair

    Simplicitee updated MetalRepair with a new update entry: 1.8.6 compatible Read the rest of this update entry...
  8. Simplicitee

    Earthbending MetalRepair - 1.8.6 compatible

    * Updated to be 1.8.6 compatible
  9. Simplicitee

    FireDisc

    Simplicitee updated FireDisc with a new update entry: 1.8.6 compatible Read the rest of this update entry...
  10. Simplicitee

    Firebending FireDisc - 1.8.6 compatible

    * Updated to be 1.8.6 compatible * Changed animation
  11. Simplicitee

    [Deleted] EarthPillars [Combo]

    This resource has been removed and is no longer available for download.
  12. Simplicitee

    EarthKick

    Simplicitee updated EarthKick with a new update entry: 1.8.6 compatible Read the rest of this update entry...
  13. Simplicitee

    Earthbending EarthKick - 1.8.6 compatible

    * Updated to be compatible with 1.8.6
  14. Simplicitee

    LavaFlux

    Simplicitee updated LavaFlux with a new update entry: 1.8.6 compatible Read the rest of this update entry...
  15. Simplicitee

    Earthbending LavaFlux - 1.8.6 compatible

    * Updated to be compatible with 1.8.6
  16. Simplicitee

    Defining the color of an Element?

    Did you make your own class?
  17. Simplicitee

    Defining the color of an Element?

    No there is a solution. It should look something like this: Element custom = new Element("Custom") { @Override public ChatColor getColor() { return ChatColor.WHITE; } };
  18. Simplicitee

    LavaFlux

    yea I know about this. I'll post an update today for it.
  19. Simplicitee

    Defining the color of an Element?

    there's 2 options here, they can either add the option into the core config under the same path as the other elements, or override our getColor() method for Element
Top