-
-
Notifications
You must be signed in to change notification settings - Fork 38
Frequently Asked Questions
Plajer edited this page Jul 13, 2018
·
4 revisions
- What versions do support Build Battle 3?
- Players can't join through signs
- What are scoreboard variables?
Supported versions are currently 1.9.x, 1.10.x, 1.11.x and 1.12.x. If your plugin doesn't startup and you don't have this version you're receiving this message:
_ _ _ _ _
| \ | | ___ | |_ ___ _ _ _ __ _ __ ___ _ __ | |_ ___ __| |
| \| | / _ \ | __| / __| | | | | | '_ \ | '_ \ / _ \ | '__| | __| / _ \ / _` |
| |\ | | (_) | | |_ \__ \ | |_| | | |_) | | |_) | | (_) | | | | |_ | __/ | (_| |
|_| \_| \___/ \__| |___/ \__,_| | .__/ | .__/ \___/ |_| \__| \___| \__,_|
|_| |_|
Your server version is not supported by Village Defense!
Sadly, we must shut off. Maybe you consider changing your server version?
This is a very common problem in every minigame plugin.
It's caused by spawn protection feature in vanilla Minecraft.
To disable this go to server.properties and change spawn-protection value to 0.
Variable | Description | Requirements |
---|---|---|
%MIN_PLAYERS% | Minimum players size | none |
%MAX_PLAYERS% | Maximum players size | none |
%PLAYERS% | Size of players in arena | none |
%PLAYER% | Name of player | none |
%THEME% | Current theme string | none |
%TIMER% | Current arena timer (ex. 10 seconds before start) | none |
%TIME_LEFT% | Build time left, voting time left | none |
%FORMATTED_TIME_LEFT% | Formatted above-mentioned placeholder (ex. 0m10s) | none |
%ARENA_ID% | Arena ID string | none |
%TEAMMATE% | In-game teammate nick | Teams game type |
%MONEY% | Current balance of player | Vault |
© 2018 Build Battle 3 | Created by Plajer's Lair and maintained by Plajer