Skip to content

Releases: ProjectKorra/ProjectKorraRPG

WorldEvent Configuration Update

11 Nov 05:13
Compare
Choose a tag to compare
Pre-release

Changelog

  • WorldEvents
    • element option changed to elements to allow for multiple-element events
    • text-color option added; colors text (including bossbar title, which is also bold)
    • bar-color option added; colors the bossbar itself (RED, BLUE, GREEN, YELLOW, PINK, PURPLE, WHITE)
    • event-blacklist option added; blacklisted events cannot occur when the containing event happens
    • events for the parent of a subelement will also affect the subelement
    • help command for events shows affected elements now
    • darkensky option changed to darken-sky
    • createfog option changed to create-fog
    • startmessage option changed to start-message
    • endmessage option changed to end-message
    • Added new default worldevents, Harmonic Convergence and Blood Moon

1.0.0 Beta 1 - The Resurrection!

21 Oct 02:16
12c6452
Compare
Choose a tag to compare
Pre-release

What's this? A beta thingy? 😮

ProjectKorraRPG is back in business after being on the backburner for a few years! With new life comes great improvements, specifically to the WorldEvent system.

Changelog

  • Changed project to maven
  • Overhauled the world event system
    • Custom world events can be made by copying the format of the default files
    • Default world events are Lunar and Solar Eclipses, Full Moon, and Sozin's Comet
    • World events can be customized within their files
    • For more information about custom world events, check the wiki
  • Updated overall display in-game
  • Updated avatar command
    • using --list in place of the player name will list current and previous avatars
    • using --clear in place of the player name will clear all past avatars
  • Updated event and help commands, slight improvements