0.1.6 - Bug fixes, some improvments, team chat, /bw rejoin, new statusbar type
Additions:
Team chat
Now you can send message just for your team, so you can plan an attack without adversary consciousness.
You can use team chat by using prefix @t @t Hello my team!
And you can use global chat by using prefix @a @a Hello enemies!
In lobby, default chat is global chat and in game is default team chat.
All these things you can manage in config.yml
Code (YAML):
chat: # (boolean) you can enable or disable chat modification override: true
# (String) standard chat format in game format: '<
%teamcolor%%name%§r> ' # (boolean) if you enable this players outside of game can't see messages in game and players in game can't see messages outside of game separate-game-chat: true
# (boolean) if you enable this death messages is sent just in game send-death-messages-just-in-game: true
# AND HERE ARE NEW THINGS # (boolean) if you enable this, when game is running and player sent message without prefix, team chat will be used default-team-chat-while-running: true
# (String) prefix for global in-game chat all-chat-prefix: '@a'
# (String) prefix for team chat team-chat-prefix: '@t'
# (String) prefix displayed before message for global chat all-chat: '
[ALL] '
# (String) prefix displayed before message for team chat team-chat: '
[TEAM
] '
# (String) prefix displayed before message for spectator chat death-chat: '
[DEATH
] '
/bw rejoin command
Now if you want to join to same game, just use /bw rejoin and you'll be connected to same game. (Before using this command you must play at least one game)
Customizable hotbar items
Now you can custom positions of items in hotbar (team selector, selected team color, game start item or leave game item)
Possible values are from 0 to 8 (if you use another value, this item will be disabled)
Code (YAML):
hotbar:
selector: 0
color: 1
start: 2
leave: 8
Game start item
As in BedwarsRel, if you have permission bw.vip (or misat11.bw.vip), you can start game manually without waiting for the end of the countdown. Just click and enjoy.
Don't you like bossbar? Use XPBar!
You can now switch between bossbar and xpbar!
Code (YAML):
bossbar:
lobby:
enable: true
color: YELLOW
style: SEGMENTED_20
game:
enable: true
color: GREEN
style: SEGMENTED_20
use-xp-bar: false
# enable this if you want xp bar
And result:
Works on all versions from 1.8.x to 1.14.x.
Do you like bossbar but you have 1.8.x?
In this case install plugin BarAPI to your server and enjoy.
If you have problems with BarAPI, use BarAPIReplacer with BossBarAPI by inventivetalent.
My plugin just put information to BarAPI so bossbar isn't created by my plugin on version 1.8.x, so if it's not working for you, think about xpbar.
Do you hate current sign format? Change order or modify colors!
Change order and some colors:
Now you can change order of sign lines in config.yml: