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 May 10, 2017Fine :)
Thank you that was the correct answer and helped again many thanks
-
View User Profile
-
Send Message
Posted Apr 8, 2017Hey... the plugins BuildingGame_Addon and BuildingGame has the same package name? So we can't put the two plugins together to build bungeecord mode
-
View User Profile
-
Send Message
Posted Apr 8, 2017In reply to Dashashou:
-
View User Profile
-
Send Message
Posted Mar 9, 2017BuildingGame doesn't work with BuildingGame_Addon.I really don't know how to setup bungeecord,Can you Upload a video?Thank you.
[18:37:00 ERROR]: Could not load 'plugins\buildinggame-1.9.jar' in folder 'plugins'
org.bukkit.plugin.InvalidPluginException: java.lang.IllegalArgumentException: Plugin already initialized!
at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:135) ~[spigot-1.9.4.jar:git-Spigot-798f32d-0cd0397]
at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:329) ~[spigot-1.9.4.jar:git-Spigot-798f32d-0cd0397]
at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:251) [spigot-1.9.4.jar:git-Spigot-798f32d-0cd0397]
at org.bukkit.craftbukkit.v1_9_R2.CraftServer.loadPlugins(CraftServer.java:297) [spigot-1.9.4.jar:git-Spigot-798f32d-0cd0397]
at net.minecraft.server.v1_9_R2.DedicatedServer.init(DedicatedServer.java:200) [spigot-1.9.4.jar:git-Spigot-798f32d-0cd0397]
at net.minecraft.server.v1_9_R2.MinecraftServer.run(MinecraftServer.java:532) [spigot-1.9.4.jar:git-Spigot-798f32d-0cd0397]
at java.lang.Thread.run(Unknown Source) [?:1.8.0_112]
Caused by: java.lang.IllegalArgumentException: Plugin already initialized!
at org.bukkit.plugin.java.PluginClassLoader.initialize(PluginClassLoader.java:122) ~[spigot-1.9.4.jar:git-Spigot-798f32d-0cd0397]
at org.bukkit.plugin.java.JavaPlugin.<init>(JavaPlugin.java:67) ~[spigot-1.9.4.jar:git-Spigot-798f32d-0cd0397]
at com.gmail.stefvanschiedev.buildinggame.Main.<init>(Main.java:13) ~[?:?]
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:1.8.0_112]
at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source) ~[?:1.8.0_112]
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source) ~[?:1.8.0_112]
at java.lang.reflect.Constructor.newInstance(Unknown Source) ~[?:1.8.0_112]
at java.lang.Class.newInstance(Unknown Source) ~[?:1.8.0_112]
at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:76) ~[spigot-1.9.4.jar:git-Spigot-798f32d-0cd0397]
at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:131) ~[spigot-1.9.4.jar:git-Spigot-798f32d-0cd0397]
... 6 more
Caused by: java.lang.IllegalStateException: Initial initialization
at org.bukkit.plugin.java.PluginClassLoader.initialize(PluginClassLoader.java:125) ~[spigot-1.9.4.jar:git-Spigot-798f32d-0cd0397]
at org.bukkit.plugin.java.JavaPlugin.<init>(JavaPlugin.java:67) ~[spigot-1.9.4.jar:git-Spigot-798f32d-0cd0397]
at com.gmail.stefvanschiedev.buildinggame.Main.<init>(Main.java:13) ~[?:?]
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:1.8.0_112]
at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source) ~[?:1.8.0_112]
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source) ~[?:1.8.0_112]
at java.lang.reflect.Constructor.newInstance(Unknown Source) ~[?:1.8.0_112]
at java.lang.Class.newInstance(Unknown Source) ~[?:1.8.0_112]
at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:76) ~[spigot-1.9.4.jar:git-Spigot-798f32d-0cd0397]
at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:131) ~[spigot-1.9.4.jar:git-Spigot-798f32d-0cd0397]
... 6 more
-
View User Profile
-
Send Message
Posted Mar 9, 2017Make sure you only have one buildinggame-addon jar inside your plugins folder.
-
View User Profile
-
Send Message
Posted Jan 23, 2017This Plugin is awesome!
Im using 4.0.3 with 1.11.2 Spigot. Everything works charming.
Easy to set up and configure.
Also a very helpful and fast Support for Bug reports.
Thank you very much for creating and updating this Plugin! You are awesome!
-
View User Profile
-
Send Message
Posted Jan 23, 2017Thank you for your kind comment
-
View User Profile
-
Send Message
Posted Jan 14, 2017help please none of the /bg and /buildinggame commands work, just updated it to 1.11.2
-
View User Profile
-
Send Message
Posted Jan 14, 2017Make sure it says "Enabled BuildingGame in x milliseconds" in your console.
-
View User Profile
-
Send Message
Posted Jan 12, 2017help plz why options not work with players ( with admin options is work )
-
View User Profile
-
Send Message
Posted Jan 12, 2017Make sure your players got the right permissions.
-
View User Profile
-
Send Message
Posted Jan 11, 2017My server IP is: 25.11.228.22:25565
-
View User Profile
-
Send Message
Posted Jan 12, 2017Thanks, I added your server to the list.
-
View User Profile
-
Send Message
Posted Jan 12, 2017help plz why options not work with players ( with admin options is work )
-
View User Profile
-
Send Message
Posted Jan 2, 2017I just uploaded version 4.0.0 here, but the file layout is a bit different, because I have to get used to the new site. Hopefully you can all find the new files.
-
View User Profile
-
Send Message
Posted Jan 2, 2017I can't find the new files. The 1.11 version doesn't appear to be listed under 'files' on bukkit. It is listed on Spigot under 'version history' but when I click download it just brings me to a bukkit page that says not found. There is a download button in the top right corner of that page but it just gives me the 1.10 version.
-
View User Profile
-
Send Message
Posted Jan 2, 2017It's currently awaiting approval, so it won't appear for people other than me. Just give it a little bit more time.
-
View User Profile
-
Send Message
Posted Jan 2, 2017Oh alright. Didn't realize that. Thanks! :)
-
View User Profile
-
Send Message
Posted Dec 20, 2016Any ETA on the update for 1.11? I would like to use this plugin on my server over the holiday break but my server has already updated to 1.11 :/
-
View User Profile
-
Send Message
Posted Dec 21, 2016I don't really have a date, but as the holidays are starting soon, hopefully I can dedicate more time on this plugin and get it finished then.