-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
v6 #62
Merged
Merged
v6 #62
Conversation
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
…tory, death) Every command and subcommand is now editable Added config to block commands for EVERYONE during a game Cleaned the ConfigManager Fixed attacks cancelled on group mode Added ACTION BAR message with the remaining opponents count when a player dies Added Prizes for the killer Added color for the , and & on lists Added Russian translation
Rewrote Game class to be abstract Refactored the old Game code to be FreeForAll (default game) Added config for enabling/disabling Killer on games Added prizes for first, second, third place and killer getCurrentGame now returns an Optional Broadcast can be disabled if the message is empty Fixed events Removed Vault support Added support for PlaceholderAPI Changed victory sound to "challenge complete"
Create variables after checking.
Fixes clearing inventory of dead players from the winner group Fixes display of current and next duels message Clears the inventory before giving kit Fixes last kill processed after game was finished Fixed group defeated message sent on group mode false Teleport dead players to the watchroom
Fixed final battle message displayed at the wrong time Gets messages from English if not found in others
Elimination: fixes formation of duels on non-even number of participants FreeForAll: fixes NPE while giving prizes to killer FreeForAll: fixes error while displaying game info on group mode false Stops sending "watch_to_the_end" if group mode false Fixes error while typing the game name with a different case
Probably fixes prizes of dead players getting cleared
Heals players after a win Fixes players not being teleported to the 3rd place battle Delays respawn in 1 tick Fixes next duels message duel count Added killer to ParticipantDeathEvent
Fixed dead players not added as winners Fixed remaining players count
Fixes error when prizes are not set
Warns of invalid sounds Adds hidden config for disabling ff messages
Fixes wrong warning about creating the games folder Fixes game configuration loading on older versions Removes built-in support for Factions
Setting the preparation time to 0 now disables the title countdown
# Conflicts: # pom.xml # src/main/java/me/roinujnosde/titansbattle/TitansBattle.java # src/main/java/me/roinujnosde/titansbattle/commands/TBCommands.java # src/main/java/me/roinujnosde/titansbattle/listeners/EntityDamageListener.java # src/main/java/me/roinujnosde/titansbattle/listeners/PlayerCommandPreprocessListener.java # src/main/java/me/roinujnosde/titansbattle/listeners/PlayerDeathListener.java # src/main/java/me/roinujnosde/titansbattle/listeners/PlayerJoinListener.java # src/main/java/me/roinujnosde/titansbattle/managers/GameManager.java # src/main/java/me/roinujnosde/titansbattle/managers/TaskManager.java # src/main/java/me/roinujnosde/titansbattle/types/Game.java # src/main/java/me/roinujnosde/titansbattle/types/Prizes.java # src/main/java/me/roinujnosde/titansbattle/utils/Helper.java # src/main/java/me/roinujnosde/titansbattle/utils/SoundUtils.java # src/main/resources/config.yml # src/main/resources/language-en.yml # src/main/resources/language-pt_BR.yml # src/main/resources/language-ru.yml
More debug messages
bumped gson version to 2.9.0
updated SimpleClans repo and moved codemc to the bottom
Tomut0
reviewed
Jun 6, 2022
Tomut0
reviewed
Jun 6, 2022
This removed the eliminationTournament option, which was replaced with type Built-in types: "EliminationTournamentGame", "FreeForAllGame"
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.