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 Feb 6, 2016Hello,
org.bukkit.command.CommandException: Unhandled exception executing command 'bg' in plugin BuildingGame v1.12.0 at org.bukkit.command.PluginCommand.execute(PluginCommand.java:46) [spigot-1.8.7.jar:git-Spigot-f928e7a-994b2aa] at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:141) [spigot-1.8.7.jar:git-Spigot-f928e7a-994b2aa] at org.bukkit.craftbukkit.v1_8_R3.CraftServer.dispatchCommand(CraftServer.java:642) [spigot-1.8.7.jar:git-Spigot-f928e7a-994b2aa] at net.minecraft.server.v1_8_R3.PlayerConnection.handleCommand(PlayerConnection.java:1135) [spigot-1.8.7.jar:git-Spigot-f928e7a-994b2aa] at net.minecraft.server.v1_8_R3.PlayerConnection.a(PlayerConnection.java:970) [spigot-1.8.7.jar:git-Spigot-f928e7a-994b2aa] at net.minecraft.server.v1_8_R3.PacketPlayInChat.a(PacketPlayInChat.java:45) [spigot-1.8.7.jar:git-Spigot-f928e7a-994b2aa] at net.minecraft.server.v1_8_R3.PacketPlayInChat.a(PacketPlayInChat.java:1) [spigot-1.8.7.jar:git-Spigot-f928e7a-994b2aa] at net.minecraft.server.v1_8_R3.PlayerConnectionUtils$1.run(SourceFile:13) [spigot-1.8.7.jar:git-Spigot-f928e7a-994b2aa] at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [?:1.8.0_05] at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_05] at net.minecraft.server.v1_8_R3.SystemUtils.a(SystemUtils.java:19) [spigot-1.8.7.jar:git-Spigot-f928e7a-994b2aa] at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:718) [spigot-1.8.7.jar:git-Spigot-f928e7a-994b2aa] at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:367) [spigot-1.8.7.jar:git-Spigot-f928e7a-994b2aa] at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:657) [spigot-1.8.7.jar:git-Spigot-f928e7a-994b2aa] at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:560) [spigot-1.8.7.jar:git-Spigot-f928e7a-994b2aa] at java.lang.Thread.run(Thread.java:745) [?:1.8.0_05] Caused by: java.lang.NoClassDefFoundError: org/inventivetalent/bossbar/BossBarAPI at me.confuser.barapi.BarAPI.hasBar(BarAPI.java:55) [?:?] at com.gmail.stefvanschiedev.buildinggame.utils.arena.Arena.leave(Arena.java:578) [?:?] at com.gmail.stefvanschiedev.buildinggame.commands.subcommands.LeaveCommand.onCommand(LeaveCommand.java:23) [?:?] at com.gmail.stefvanschiedev.buildinggame.commands.commandutils.PlayerCommand.onCommand(PlayerCommand.java:18) [?:?] at com.gmail.stefvanschiedev.buildinggame.managers.commands.CommandManager.onCommand(CommandManager.java:94) [?:?] at org.bukkit.command.PluginCommand.execute(PluginCommand.java:44) [spigot-1.8.7.jar:git-Spigot-f928e7a-994b2aa] ... 15 more Caused by: java.lang.ClassNotFoundException: org.inventivetalent.bossbar.BossBarAPI at java.net.URLClassLoader$1.run(URLClassLoader.java:372) [?:1.8.0_05] at java.net.URLClassLoader$1.run(URLClassLoader.java:361) [?:1.8.0_05] at java.security.AccessController.doPrivileged(Native Method) [?:1.8.0_05] at java.net.URLClassLoader.findClass(URLClassLoader.java:360) [?:1.8.0_05] at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:101) [spigot-1.8.7.jar:git-Spigot-f928e7a-994b2aa] at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:86) [spigot-1.8.7.jar:git-Spigot-f928e7a-994b2aa] at java.lang.ClassLoader.loadClass(ClassLoader.java:424) [?:1.8.0_05] at java.lang.ClassLoader.loadClass(ClassLoader.java:357) [?:1.8.0_05] at me.confuser.barapi.BarAPI.hasBar(BarAPI.java:55) [?:?] at com.gmail.stefvanschiedev.buildinggame.utils.arena.Arena.leave(Arena.java:578) [?:?] at com.gmail.stefvanschiedev.buildinggame.commands.subcommands.LeaveCommand.onCommand(LeaveCommand.java:23) [?:?] at com.gmail.stefvanschiedev.buildinggame.commands.commandutils.PlayerCommand.onCommand(PlayerCommand.java:18) [?:?] at com.gmail.stefvanschiedev.buildinggame.managers.commands.CommandManager.onCommand(CommandManager.java:94) [?:?] at org.bukkit.command.PluginCommand.execute(PluginCommand.java:44) [spigot-1.8.7.jar:git-Spigot-f928e7a-994b2aa] ... 15 more java.lang.NoClassDefFoundError: org/inventivetalent/bossbar/BossBarAPI at me.confuser.barapi.BarAPI.hasBar(BarAPI.java:55) [?:?] at com.gmail.stefvanschiedev.buildinggame.timers.BuildTimer.run(BuildTimer.java:95) [?:?] at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftTask.run(CraftTask.java:71) [spigot-1.8.7.jar:git-Spigot-f928e7a-994b2aa] at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:350) [spigot-1.8.7.jar:git-Spigot-f928e7a-994b2aa] at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:726) [spigot-1.8.7.jar:git-Spigot-f928e7a-994b2aa] at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:367) [spigot-1.8.7.jar:git-Spigot-f928e7a-994b2aa] at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:657) [spigot-1.8.7.jar:git-Spigot-f928e7a-994b2aa] at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:560) [spigot-1.8.7.jar:git-Spigot-f928e7a-994b2aa] at java.lang.Thread.run(Thread.java:745) [?:1.8.0_05]
-
View User Profile
-
Send Message
Posted Feb 2, 2016@stefvanschie
Thanks, im try it.
-
View User Profile
-
Send Message
Posted Feb 2, 2016@Psm3
Create your arena as normal, then do /bg setgamemode <arena> team. Then set the maximum players with /bg setmaxplayers <arena> <amount>: http://dev.bukkit.org/bukkit-plugins/buildinggame/pages/faq/#w-how-do-i-change-my-normal-arena-into-a-team-one
-
View User Profile
-
Send Message
Posted Feb 2, 2016How to Team mode? Features
Unlimited games Unlimited players per game Team mode <
-----Automatically ending game safter a certain amount of time Voting system Custom lobbys for each game Scoreboard for your votes Join and leave signs Bossbar depending on time left Voting blocks on hotbar Random subject each game Custom build, vote and lobby timer Unlimited subjects to add Custom messages support Auto-resetting arenas Vault support Win command support Inventory, armor, exp and fly speed saving More then 500 custom heads Countdown in exp bar Build scoreboard Force start command In the top 5,000 most downloaded plugins (according to curse.com) More then 100 translations More then 25 settings-
View User Profile
-
Send Message
Posted Jan 28, 2016@stefvanschie
thx u so much
-
View User Profile
-
Send Message
Posted Jan 27, 2016@mortelmax
Go to their bukkit/spigot page and ask them to help with your problems. Orebfuscator has problems with packets, Shopkeepers has an error in a file (you can fix that one by yourself, it says that special characters are not allowed), BlockParticles had some problems with their timers and ChangeSkin couldn't connect to Mojang's database. These are the individual error logs:
Orebfuscator: http://pastebin.com/S0U677cM
Shopkeepers: http://pastebin.com/v6w3KgFa
BlockParticles: http://pastebin.com/YU4rngGh
ChangeSkin: http://pastebin.com/AWiFnvJm
-
View User Profile
-
Send Message
Posted Jan 27, 2016"@mortelmax: Thats's beacuse Orebfuscator, Shopkeepers, BlockParticles and ChangeSkin threw errors. Fix those and it should work."
I have not managed to do, can you help me to fix them ? :)
-
View User Profile
-
Send Message
Posted Jan 26, 2016@stevenzocker1
You can translate those inside the messages.yml > gui/team-gui/subject-gui
-
View User Profile
-
Send Message
Posted Jan 26, 2016translatable userinterface pls!
-
View User Profile
-
Send Message
Posted Jan 23, 2016@ShadowGamingmc
I added your server to the list
-
View User Profile
-
Send Message
Posted Jan 23, 2016My server is running this plugin the ip of my server is ShadowGaming.de
-
View User Profile
-
Send Message
Posted Jan 20, 2016@mortelmax
Thats's beacuse Orebfuscator, Shopkeepers, BlockParticles and ChangeSkin threw errors. Fix those and it should work.
-
View User Profile
-
Send Message
Posted Jan 19, 2016@stefvanschie
I don't see the message and the logs don't tell me anything... u can see the log if you want: https://mega.nz/#!aN4CjRba!B3gjVP4FStGulVrG5V1rUWUzK6-GntbcW7zPaPefTKE
-
View User Profile
-
Send Message
Posted Jan 19, 2016@mortelmax
Make sure in your log on startup it says "BuildingGame ha been enabled in x milliseconds". If it doesn't you might want to check if there were no errors on startup (errors from other plugins count as well).
-
View User Profile
-
Send Message
Posted Jan 18, 2016Hi, I just download this plugin but it doesnt work for me )= However "Building game" is write in green when I do /plugins ... No folder created and no reaction when I type the commands of the plugin. Any idea ? :)
(sorry for my english)
-
View User Profile
-
Send Message
Posted Jan 15, 2016@supermoHD
This version is build with java 7.
-
View User Profile
-
Send Message
Posted Jan 15, 2016== Java...? ==
Can u upload a Java7 compatible version please or DM me a link?
-
View User Profile
-
Send Message
Posted Jan 14, 2016Love you ❤
-
View User Profile
-
Send Message
Posted Jan 12, 2016@VoltaJack
I'll update once version 1.12.0 is ready.
-
View User Profile
-
Send Message
Posted Jan 12, 2016Please Update ❤