Building Game
Building Game
GitHub | Wiki | Discord
This plugin requires Java 17 or higher to function
About
The Building Game plugin was requested by a friend of mine, and I started porgramming it. Now I want to share this plugin to play with your friends!
Description
The Building Game is a game where you have to build the thing the plugin has conceived for you. After that you look at other players buildings and vote on their builds. The player with the highest amount of points wins.
Features
- Fly speed build option
- Spectating mode
- Mob options
- Boosters
- Schematic saving
- Bossbars
- PlaceholderAPI integration
- API
- Unlimited teams
- Banner build option
- Biome build option
- XP bar
- Statisics
- More than 2 500 translations
- More than 100 settings
Commands and permissions:
| Commands | Description | Permission |
|---|---|---|
| /bg setmainspawn | Set the main spawn | bg.setmainspawn |
| /bg createarena | Create an arena | bg.createarena |
| /bg deletearena | Delete an arena | bg.deletearena |
| /bg deletespawn | Delete a spawn | bg.deletespawn |
| /bg setspawn | Set a new spawnpoint | bg.setspawn |
| /bg setlobby | Set the lobby | bg.setlobby |
| /bg setminplayers | Set the minmum amount of players | bg.setminplayers |
| /bg setmaxplayers | Set the maximum amount of players (team mode only) | bg.setmaxplayers |
| /bg setbounds | Set the boundaries of a plot (inclusive) | bg.setbounds |
| /bg setfloor | Set the floor of a plot (inclusive) | bg.setfloor |
| /bg setgamemode | Set the game mode of an arena (team/solo) | bg.setgamemode |
| /bg settimer | Change the timer | bg.settimer |
| /bg setlobbytimer | Change the lobby timer | bg.setlobbytimer |
| /bg setvotetimer | Change the vote timer | bg.setvotetimer |
| /bg setwintimer | Change the win timer | bg.setwintimer |
| /bg stats | Shows your stats |
bg.stats |
| /bg forcestart [arena] | Force an arena to start | bg.forcestart |
| /bg forcetheme | Force a theme to be chosen | bg.forcetheme |
|
/bg join [arena] [player] |
Join an arena | bg.join |
| /bg leave | Leave the arena you're in | bg.leave |
| /bg vote <1-10> | Vote on someone's plot | bg.vote |
| /bg spectate | Spectate a player |
bg.spectate |
| /bg booster [player] | Activate a booster |
bg.booster |
Videos
English
Version 5.3.1
Thanks to SoulStriker
Spanish
Version 2.2.6
Thanks to maxmar628
Dutch
Version 1.6.0
Thanks to TubeCraftXXL
Servers which are using this plugin
IP: play.knockturnmc.com
IP: JenoMiners.de - Language: German
Notify me with your server IP to get added to this list.
Stats Collection
This plugin utilizes BtoBastian's plugin metrics system. The following information is collected and sent to bstats.org unless opted out:
- A unique identifier
- The server's version of Java
- Whether the server is in offline or online mode
- Plugin's version
- Server software
- Server's version
- OS version/name and architecture
- core count for the CPU
- number of players online
- Metrics version
Opting out of this service can be done by editing plugins/bStats/config.yml and changing opt-out to true.
-
View User Profile
-
Send Message
Posted Nov 11, 2018In reply to AvaPop:
-
View User Profile
-
Send Message
Posted Nov 11, 2018In reply to stefvanschie: Thankyou!
-
View User Profile
-
Send Message
Posted Jun 23, 2018It works in 1.12.2?
-
View User Profile
-
Send Message
Posted Jun 24, 2018In reply to IdieMaker:
-
View User Profile
-
Send Message
Posted Dec 11, 2017By request I created a discord server specifically for this plugin. You can join over here: https://discord.gg/5AJEGXG
-
View User Profile
-
Send Message
Posted Aug 4, 2017Sadly I wasn't able to fix all issues mentioned, however as I won't be able to work on this for some time, I thought I'd at least push out an update with some stuff that was fixed.
-
View User Profile
-
Send Message
Posted Aug 1, 2017Hi, I translated the file messages.yml in French but each time the server is launched, the file is reinitialized in her original version, in English. After translating, in the logs of the console of the server, I get errors like:
[19:27:07] [Server thread/ERROR]: Cannot load plugins\BuildingGame\messages.yml org.bukkit.configuration.InvalidConfigurationException: expected '<document start>', but found BlockMappingStart in 'string', line 10, column 2: createArena: ^ at org.bukkit.configuration.file.YamlConfiguration.loadFromStringI found nothing abnormal on the line indicated.
Can you help me please ? And Sorry for my english :)
-
View User Profile
-
Send Message
Posted Aug 2, 2017In reply to Forge_User_36606450:
-
View User Profile
-
Send Message
Posted Aug 2, 2017In reply to stefvanschie:
-
View User Profile
-
Send Message
Posted Jul 27, 2017Sorry, when I put the command / bg setminplayers (name) (number) it gives me error.
Would be of great help if you could help me, thanks
-
View User Profile
-
Send Message
Posted Jul 28, 2017In reply to Forge_User_62901367:
-
View User Profile
-
Send Message
Posted Jul 29, 2017En respuesta a stefvanschie :
-
View User Profile
-
Send Message
Posted Jul 29, 2017In reply to Forge_User_62901367:
-
View User Profile
-
Send Message
Posted Jul 30, 2017In reply to stefvanschie:
-
View User Profile
-
Send Message
Posted Aug 4, 2017In reply to Forge_User_62901367:
-
View User Profile
-
Send Message
Posted May 20, 2017hey man, i have this error anytime in the console.
[BuildingGame] Task #17048 for BuildingGame v4.0.7 generated an exception java.lang.IllegalStateException: Cannot set scoreboard for invalid CraftPlayer at org.bukkit.craftbukkit.v1_11_R1.entity.CraftPlayer.setScoreboard(CraftPlayer.java:1279) ~[craftbukkit-1.11.2.jar:git-Bukkit-6e3cec8] at com.gmail.stefvanschiedev.buildinggame.utils.scoreboards.MainScoreboard.update(MainScoreboard.java:130) ~[?:?] at com.gmail.stefvanschiedev.buildinggame.managers.scoreboards.MainScoreboardManager.update(MainScoreboardManager.java:30) ~[?:?] at com.gmail.stefvanschiedev.buildinggame.timers.ScoreboardUpdater.run(ScoreboardUpdater.java:50) ~[?:?] at org.bukkit.craftbukkit.v1_11_R1.scheduler.CraftTask.run(CraftTask.java:53) ~[craftbukkit-1.11.2.jar:git-Bukkit-6e3cec8] at org.bukkit.craftbukkit.v1_11_R1.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:352) [craftbukkit-1.11.2.jar:git-Bukkit-6e3cec8] at net.minecraft.server.v1_11_R1.MinecraftServer.D(MinecraftServer.java:689) [craftbukkit-1.11.2.jar:git-Bukkit-6e3cec8] at net.minecraft.server.v1_11_R1.DedicatedServer.D(DedicatedServer.java:360) [craftbukkit-1.11.2.jar:git-Bukkit-6e3cec8] at net.minecraft.server.v1_11_R1.MinecraftServer.C(MinecraftServer.java:650) [craftbukkit-1.11.2.jar:git-Bukkit-6e3cec8] at net.minecraft.server.v1_11_R1.MinecraftServer.run(MinecraftServer.java:554) [craftbukkit-1.11.2.jar:git-Bukkit-6e3cec8] at java.lang.Thread.run(Thread.java:745) [?:1.8.0_112]
-
View User Profile
-
Send Message
Posted May 21, 2017In reply to databas3las:
-
View User Profile
-
Send Message
Posted May 14, 2017Thanks for 25,000 downloads everyone, I appreciate it!
-
View User Profile
-
Send Message
Posted May 10, 2017Immer wieder stelle ich in der Hauptwelt das Scoreboard in der Config auf false weil es nicht mehr von alleine weg geht, aber kaum war man wieder in dem Spiel ist es in der Config wieder auf true umgestellt.
scoreboards:
main:
enable: true
worlds:
enable:
- olymp
lobby:
enable: true
build:
enable: true
Hat da jemand einen Tip das es in der Welt -Olymp dauerhaft aus bleibt?
-
View User Profile
-
Send Message
Posted May 10, 2017In reply to blueeyestar: