1.4.8 Release Notes:
- Added functionality to %mode% placeholder in scoreboard.
- Added fellow messages for fellow Detectives & Murderers.
- Added option to show Detective kills at the end of the game.
- Added option to disable chat during the game.
- Added option to give arrow back to the shooter (innocent) if the shot is successful.
- Fixed hide spectator item works reversed.
- Fixed duplicate heros. (If a player kills 2 or more Murderers, their names will only appear once in the list of heroes from then on).
- Fixed innocent kill reward receiving twice by players.
- Fixed NPE on join event.
Message Changes (messages.yml):
1.
Code (Text):
placeholders:
mode:
# Detective Amount - Murderer Amount
default: "Classic"
16-16: "Classic"
8-8: "Doubles"
2.
Code (Text):
messages:
arena:
fellow-messages:
double-murderer: "\n&7Your fellow Murderer is: %fellows%\n&cDo &c&lNOT &ckill them! &7Use &6/w <message> &7to chat privately.\n"
triple-or-more-murderer: "\n&7Your fellow Murderers are: %fellows%\n&cDo &c&lNOT &ckill them! &7Use &6/w <message> &7to chat privately.\n"
double-detective: "\n&7Your fellow Detective is: %fellows%\n&cDo &c&lNOT &ckill them! &7Use &6/w <message> &7to chat privately.\n"
triple-or-more-detective: "\n&7Your fellow Detectives are: %fellows%\n&cDo &c&lNOT &ckill them! &6Use &7/w <message> &7to chat privately.\n"
3.
Code (Text):
messages:
in-game:
chat-is-disabled: "&cChat is disabled during the game!"
Config Changes (config.yml):
1.
Code (Text):
# Should we show detective kills at the end of the game?
Show-Detective-Kills: true
2. Chat settings moved to their own section:
Code (Text):
Chat-Settings:
# Should we disable chat during the game?
# This option won't work for spectators. (dead chat is seperated)
Disable-Chat: false
# Should we format the chat messages?
# See messages.yml to change format.
Chat-Format-Enabled: true
# Should the messages stay between arena players or general?
Enable-Separate-Chat: true
3.
Code (Text):
Bow-Settings:
# Should we give arrow back to shooter if they successfully hit any Murderer?
Give-Arrow-Back-To-Innocent: true