• 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

1.1.0 BETA 1

Mist

Staff member
Administrator
Hello everyone, Coolade has prepared the first Dev Build for ProjectKorra (Items) v1.1.0! Enjoy. You can download the dev build on the downloads page.

New Attributes
  • Effects: Lets you add potion effects and bending effects to items. Players can click, sneak, or consume this item to gain the potion effects or bending effects.
    • ClickEffects: Similar to Effects but only works if the player left clicks with the item.
    • SneakEffects: Similar to Effects but only works if the player sneaks with the item.
    • ConsumeEffects: Similar to Effects but only works if the player consumes the item.
    • You can have multiple bending effects and potion effects in a specific stat. When you specify an effect it must be NAME:pOWER:DURATION
      • Examples:
        • "Effects: REGENERATION:1:15" would be Regeneration I for 15 seconds.
        • "ClickEffects: DAMAGE:2:10, AirSpoutHeight:25:30" would grant Damage II for 10 seconds and increase AirSpout height by 25% for 30 seconds.
        • To see potion names, refer to the javadocs here.
  • WaterSource: Acts as a water source for Waterbending abilities.
    • When you shift or click with this stat it simply generates a temporary water bottle so that you can bend from it.
    • When you are using this stat you must click twice or shift twice when you bend from it (once to generate the bottle, and a second to use the ability).
    • Examples:
      • "WaterSource: true"
  • Destroy Message
    • If an item runs out of charges and it is not destroyed, the user will receive a message stating that they have ran out of charges, as long as the item does not have "IgnoreDestroyMessage".
Fixed a /bi items error: An error was occurring if the displayname was greater than 32 characters.
 
Top