Skip to content
This repository has been archived by the owner on Jun 19, 2024. It is now read-only.

Releases: JaxkDev/koth

koth v1.0.0-Beta4

06 Oct 09:49
Compare
Choose a tag to compare
koth v1.0.0-Beta4 Pre-release
Pre-release

Notice:

This is a pre-release of v1.0.0 and should be treated as not fully released, and may contain bugs,
This release (Beta4) is mainly a hot-fix for the issues listed below as it impacted the game a lot.

Whats New ?

  • Enable/Disable arena's
  • Console commands (now not all are blocked for console).

Bugs fixed:

  • Fixed the common world doesn't exist after restart.
  • Fixed the arena DB version number default to 0.
  • Fixed blocking chat and commands instead of what was configured.
  • Many other bugs were smashed while cleaning up :)

Breaking changes:

  • Arena version now fixed

Known Issues/Bugs:

  • Floating Text appears in every world at same position (if not wanted disable the option in config.yml)

Reporting Bugs/Issues & Feature Requests:

To report any bugs/issues please use the issue page on github HERE
If extensions were even somewhat related to the cause of issue/bug please redirect yourself to the issue page here
And follow fill in all the details using the templates provided.

KOTH v1.0.0-Beta3

30 Jun 13:35
Compare
Choose a tag to compare
KOTH v1.0.0-Beta3 Pre-release
Pre-release

Notice:

This is a pre-release of v1.0.0 and should be treated as not fully released, and may contain bugs.

Whats New ?

  • Brand new extensions now available over on this repo
  • Database options (default Sqlite3, only two options as of now [sqlite3, yaml])
  • Massive changes in message formats, almost all messages can be changed in messages.yml
  • options in config.yml to:
    • Broadcast events server wide
    • Option to auto-start arena or wait for /koth start
    • Countdown options are now configurable
    • The following are now optional:
      • block_commands (NEW !)
      • prevent_place
      • prevent_break
      • prevent_gamemode_change
      • keep_inventory
  • Massive changes to the update feature:
    • Check for updates on server start (you can change URL for those who take it to the next level wink)
    • Download updates and install updates automatically no need to do anything except restart server !
      Notice: This option is disabled by default by enabling it you accept the risk that the plugin may become corrupt or worse. (but good news is its been tested ALOT, and not once has anything caused lasting damage)
  • For those over the seas, the help files got translated to a few modern foreign languages (more to come)
  • You can now re-set position 1 and 2 of the hill if you need to move the arena (spawn points aren't removable yet)

For developers:

  • Notice: The GameTimer task seconds played has been switched to seconds left to cater for events and extending game play.
  • The plugin got some housecleaning now almost everything has type hints for your ease and Koth events are now in use.
  • The following events are used, please check the source for their individual vars:
    • KothEvent (base, all events extend)
    • ArenaCreateEvent
    • ArenaDeleteEvent
    • ArenaEndEvent
    • ArenaPreStartEvent
    • ArenaStartEvent
    • ArenaRemovePlayerEvent
    • ArenaAddPlayerEvent

Breaking changes:

  • Config data version bumped, automatically updates.

Bugs fixed:

  • Fixed the 'hidden world' bug (when server would crash when making text particles)
  • Many other bugs were smashed while cleaning up :)

Known Issues/Bugs:

  • Permissions are default to everyone.
  • Floating Text appears in every world at same position (if not wanted disable the option in config.yml)

Reporting Bugs/Issues & Feature Requests:

To report any bugs/issues please use the issue page on github HERE
If extensions were even somewhat related to the cause of issue/bug please redirect yourself to the issue page here
And follow fill in all the details using the templates provided.

KOTH v1.0.0-Beta2

19 Apr 13:46
Compare
Choose a tag to compare
KOTH v1.0.0-Beta2 Pre-release
Pre-release

Notice:

This is a pre-release of v1.0.0 and should be treated as not fully released, and may contain bugs.

Whats New ?

  • Arena rewards ! (much awaited)
  • NameTag (for king)
  • FloatingText to display king (in middle of kings area)
  • Config file (adds some configurable options in there.)
  • UpdateNotifier by JackMD ready (but not enabled)
  • Removed both forced min/max players. (still need min and max players though)
  • Added the following commands and their relevant permission nodes)
    • /koth addreward
    • /koth leave
    • /koth info

Breaking changes:

  • Arenas data version bumped, automatically updated.

Bugs fixed:

  • Bug with saving arena's (causing arena's to be lost on reboot.)
  • King is recognised in area no matter how you set it up now.
  • No more crashing when dying.
  • TP to the correct position after dying.
  • Hidden Bug. (if you don't know what it was, good)
  • Several bugs.

Known Issues/Bugs:

  • Permissions are default to everyone.
  • Floating Text appears in every world at same position (if not wanted disable the option in config.yml)

Reporting Bugs/Issues & Feature Requests:

To report any bugs/issues please use the issue page on github HERE
And follow fill in all the details using the templates provided.

KOTH v1.0.0-Beta1

13 Apr 07:31
Compare
Choose a tag to compare
KOTH v1.0.0-Beta1 Pre-release
Pre-release

KOTH v1.0.0-Beta1

Notice:

This is a pre-release of v1.0.0 and should be treated as not fully released, and may contain bugs.

Whats New ?

  • Multiple Arena's
  • Custom spawn & hill points.
  • Supports Arena's in different worlds.
  • Custom player amount, and game time.
  • Block break/place disabled during in-game (todo config)
  • Changing gamemode during a game is cancelled (todo config)

Known Issues/Bugs:

  • None

Reporting Bugs/Issues & Feature Requests:

To report any bugs/issues please use the issue page on github HERE
And follow fill in all the details using the templates provided.