This repository has been archived by the owner on Jun 19, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
34 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ version: 1 | |
|
||
provider: "sqlite3" | ||
|
||
debug: true | ||
debug: false | ||
|
||
show_updates: true | ||
check_updates: true | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"version": "1.0.0-Beta2", | ||
"time": 1555660800, | ||
"link": "https://github.com/Jackthehack21/KOTH/releases/tag/1.0.0-Beta2", | ||
"download_link": "https://poggit.pmmp.io/r/56397/KOTH.phar", | ||
"patch_notes": "- Arena rewards ! (much awaited)\n- NameTag (for king)\n- FloatingText to display king (in middle of kings area)\n- Config file (adds some configurable options in there.)\n- UpdateNotifier by JackMD ready (but not enabled)\n- Removed both forced min/max players. (still need min and max players though)\n- Added the following commands and their relevant permission nodes)\n - /koth addreward <arena name> <command>\n - /koth leave\n - /koth info <arena name>\n\n## Breaking changes:\n- Arenas data version bumped, automatically updated.\n\n## Bugs fixed:\n- Bug with saving arena's (causing arena's to be lost on reboot.)\n- King is recognised in area no matter how you set it up now.\n- No more crashing when dying.\n- TP to the correct position after dying.\n- Hidden Bug. (if you don't know what it was, good)\n- Several bugs." | ||
"version": "1.0.0-Beta3", | ||
"time": 1561900000, | ||
"link": "https://github.com/Jackthehack21/KOTH/releases/tag/1.0.0-Beta3", | ||
"download_link": "https://poggit.pmmp.io/r/61202/KOTH.phar", | ||
"patch_notes": "- Brand new extensions now available.\n- Database options (default Sqlite3, only two options as of now [sqlite3, yaml])\n- Massive changes in message formats, almost all messages can be changed in messages.yml\n- options in config.yml to:\n - Broadcast events server wide\n - Option to auto-start arena or wait for /koth start\n - Countdown options are now configurable\n - The following are now optional:\n - block_commands (NEW !)\n - prevent_place\n - prevent_break\n - prevent_gamemode_change\n - keep_inventory\n- Massive changes to the update feature:\n - Check for updates on server start (you can change URL for those who take it to the next level *wink*)\n - Download updates and install updates automatically no need to do anything except restart server !\n *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)*\n- For those over the seas, the help files got translated to a few modern foreign languages (more to come)\n- 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)\n\n**For developers:**\n- Notice: The GameTimer task seconds played has been switched to seconds left to cater for events and extending game play.\n- The plugin got some housecleaning now almost everything has type hints for your ease and Koth events are now in use.\n- The following events are used, please check the source for their individual vars:\n - KothEvent (base, all events extend)\n - ArenaCreateEvent\n - ArenaDeleteEvent\n - ArenaEndEvent\n - ArenaPreStartEvent\n - ArenaStartEvent\n - ArenaRemovePlayerEvent\n - ArenaAddPlayerEvent" | ||
} |