Minigames

== NOTICE == 9 Aug 2016 ==
As most of you have already worked out, public support for this project has been non existent. Unfortunately with the workload of trying to manage and run a server network where minigames is only 1 out of what feels like 1000 projects we maintain... It gets hard trying to find time to help everyone.
But fear not this project is indeed not abandoned! We have moved the project to SpigotMC:
https://www.spigotmc.org/resources/minigames.19687/
++Update Note Aug 2017++
Please Note I have provided updated downloads for all versions back to 1.7 .. We are trying to get some idea of what versions people are running still and what we need to focus on...updating will help us target our product improvements.
The files section contains various version downloads OR you can dowload them : - here
Minigames is a plugin in which users can create and play several types of Minigames on a server, without the risk of losing items or XP when they die. Players can also use checkpoints so when they die, they are reverted back to that position.
The Possible Minigame types are:
- Single Player - for jump puzzles, mazes etc.
- Last Man Standing - A multiplayer Free for All (FFA) PvP Minigame
- Race - A Multiplayer race Minigame
- Team Deathmatch - A deathmatch round against 2 teams, first to a defined score wins!
- Deathmatch - A free for all deathmatch round against any predefined amount of players, first to a defined score wins!
- Spleef - Its possible to create custom Spleef arenas, as well as your standard spleef arena.
- Treasure Hunt - A global treasure finding Minigame that is always running
- CTF - An expansion to the Team Deathmatch Minigame.
- Infection - An expansion to the Team Deathmatch Minigame where the infected players must kill all survivors.
Features:
- Prizes for completing a Minigame
- Economy support (Requires Vault)
- All command configuration for creating Minigames
- Completely customisable, lots of settings to create your own styled Minigame.
- Ability to create multiple loadouts
- Inventory saving
- XP saving
- Minigame regeneration (slightly limited)
- Timers
- An automated update checker for OP's (Can be turned off in the main config by setting updateChecker to false)
- SQL completion data storage for websites or more informative data (Requires SQLibrary)
- And lots more!
Click here for videos of this plugin in action.
Purpose:
Minigames was created for players to play games within a server and win prizes for completion, also to let players play PvP games without the risk of losing their hard earned items and XP. Minigames also reward players for completing each Minigame, or with PvP Minigames, the player can be rewarded with 'bets' that players make before they start the Minigame. These bets can be in Economy money or preset items.
These Minigames can be created in any style the player wishes, for example, parkour jump puzzles, mazes and treasure hunts. As well as PvP games like CTF, races and more. You are given a lot of options to add to each Minigame individually, so they are all completely customisable.
→ Minigames Wiki
Newly Updated! A work in progress wiki, this will hopefully explain all the details of Minigames.
→ Permissions
A list of permissions for the plugin.
→ Command List
A full command list for the plugin.
→ Minigame Signs
All Minigame signs that can be used
→ Donate
Donate to the Minigames project to show your support! Every little bit helps!
→ FAQ
Frequently Asked Questions.
→ Please report any major bugs, issues or suggestions here
DO NOT post them in the comments as I will lose track of them there.
→ Development Builds
Development builds for public access. Keep up to date with the newest builds of Minigames.
NOTICE: Development versions are not approved by the BukkitDev team and may break or cause issues with your Minigames. Use at your own risk!
Metrics
This plugin utilizes Hidendra's plugin metrics system, which means that the following information is collected and sent to mcstats.org:
- A unique identifier
- The server's version of Java
- Whether the server is in offline or online mode
- The plugin's version
- The server's version
- The OS version/name and architecture
- The core count for the CPU
- The number of players online
- The Metrics version
- And the amount of players playing games. Opting out of this service can be done by editing plugins/Plugin Metrics/config.yml and changing opt-out to true.
Minigame Mashup:
We Be Pirates (Teaser)
Basic Region & Nodes Tutorial
-
View User Profile
-
Send Message
Posted Dec 21, 2012Great Work Razz.... keep up the great work
... maybe it works with the 1.4.6 dev build who knows... this plugin is all i need to upgrade :D.
-
View User Profile
-
Send Message
Posted Dec 21, 2012@TakoMT
Not till a beta build comes (unless it takes too long), I have a 1.4.5 version almost ready though.
-
View User Profile
-
Send Message
Posted Dec 21, 2012Is there any news about a version compatible with the new 1.4.6 bukkit dev build?
-
View User Profile
-
Send Message
Posted Dec 20, 2012Hey Razz I Dont Get What You Told Me Yesterday About The Plugin Can You Please Come On My Server And Do It Or Give Me Some Steps Because Its Really Confusing Thx XDPIE1
-
View User Profile
-
Send Message
Posted Dec 20, 2012@krisdestruction @xSKOTTIEx
Already fixed. Just going through the rest of my changes now to make sure theres no little bugs left behind. Then I'll release for 1.4.5 R1.0. Hopefully updating to 1.4.6 shouldn't be too bad.
-
View User Profile
-
Send Message
Posted Dec 20, 2012Razz Says he's fixing them. This is the full error if you need it though.
http://pastebin.com/d0mgE34j
Minigames 1.3.3 Bukkit-1.4.5-R1.0-3-g40aec1d-b2545jnks
-
View User Profile
-
Send Message
Posted Dec 20, 2012I get the same thing here: java.lang.NoClassDefFoundError: net/minecraft/server/EntityHuman
This is on server boot. None of the signs work, and when I try to manually join ANY minigame via command it says "This minigame does not exist!"
-
View User Profile
-
Send Message
Posted Dec 19, 2012Never mind, i take my request back as 1.4.6 is out.
Chaos for the next week or so. >.>
-
View User Profile
-
Send Message
Posted Dec 19, 2012Some players are claiming that they're not receiving money after winning Spleef. However, it does work sometimes so I'm not exactly sure what's going on here.
-
View User Profile
-
Send Message
Posted Dec 19, 2012Note: This plugin is severely broken in the newest RB of CraftBukkit.
I have an update near completion, but this CraftBukkit build broke Team Deathmatch and I'm not sure how long it'll take to fix. I've already fixed a majority of the errors but I'm a bit stumped by a few of them. Hopefully it won't be too hard to fix.
-
View User Profile
-
Send Message
Posted Dec 19, 2012Got an error that crashes the server when someone wins a minigame (set as LMS type) about throwing snow balls. (Snowballs do damage thanks to the plugin "SnowballNextDoor")
java.lang.IndexOutOfBoundsException: Index: 85, Size: 84 at java.util.ArrayList.rangeCheck(Unknown Source) at java.util.ArrayList.remove(Unknown Source) at net.minecraft.server.World.tickEntities(World.java:1216) at net.minecraft.server.WorldServer.tickEntities(WorldServer.java:444) at net.minecraft.server.MinecraftServer.r(MinecraftServer.java:577) at net.minecraft.server.DedicatedServer.r(DedicatedServer.java:222) at net.minecraft.server.MinecraftServer.q(MinecraftServer.java:493) at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:426) at net.minecraft.server.ThreadServerApplication.run(SourceFile:856)
-
View User Profile
-
Send Message
Posted Dec 19, 2012@AshitakanBeing
I assume you're not using CB 1.4.5-R0.2? Its most likely to break in newer versions.
@mcsorley
Oh yes, Last Team Standing was on my todo list. Classes/More Loadouts are coming next update ;) You'll be able to configure more loadouts in it.
@sirmyllox
Much appreciated! :)
-
View User Profile
-
Send Message
Posted Dec 18, 201221:47:32 [SEVERE] Error occurred while enabling Minigames v1.3.3 (Is it up to date?) java.lang.NoClassDefFoundError: net/minecraft/server/EntityHuman at com.pauldavdesign.mineauz.minigames.Minigames.onEnable(Minigames.java:58) at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:217) at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:457) at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:381) at org.bukkit.craftbukkit.v1_4_5.CraftServer.loadPlugin(CraftServer.java:272) at org.bukkit.craftbukkit.v1_4_5.CraftServer.enablePlugins(CraftServer.java:254) at net.minecraft.server.v1_4_5.MinecraftServer.j(MinecraftServer.java:320) at net.minecraft.server.v1_4_5.MinecraftServer.e(MinecraftServer.java:299) at net.minecraft.server.v1_4_5.MinecraftServer.a(MinecraftServer.java:258) at net.minecraft.server.v1_4_5.DedicatedServer.init(DedicatedServer.java:147) at net.minecraft.server.v1_4_5.MinecraftServer.run(MinecraftServer.java:398) at net.minecraft.server.v1_4_5.ThreadServerApplication.run(SourceFile:856) Caused by: java.lang.ClassNotFoundException: net.minecraft.server.EntityHuman at org.bukkit.plugin.java.PluginClassLoader.findClass0(PluginClassLoader.java:70) at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:53) at java.lang.ClassLoader.loadClass(ClassLoader.java:306) at java.lang.ClassLoader.loadClass(ClassLoader.java:247) ... 12 more
Sorry again, but is there a fix to this? Or is there something wrong with my server?
-
View User Profile
-
Send Message
Posted Dec 18, 2012@_Razz_:
I thought that perhaps you had barrier checkpoint functionality or something of the like for race tracks that loop, but oh well.
-
View User Profile
-
Send Message
Posted Dec 18, 2012@ _Razz_ :
Ty for this amazing plugin !! I make 8 mini games: Spleef, KingOfTheHill, PVPArena, Race Everything work good !! And all players makings fun whit them !!!!
I would like to make a team DM but just whit one life can i do this whit ur setting
3VS3 everyone on a piston whit 2 Wooden button and Red try to kill blue when they try to shoot on the button.
And if u can add Class it can be more fun
TY very much !
Nicecube
-
View User Profile
-
Send Message
Posted Dec 18, 2012@ _Razz_
early x-mas gift heading your way :) .. not alot, but thanks a million for making minigames, its in its own class in terms of usage on my server. Very popular :D
Cheers sirmyllox
-
View User Profile
-
Send Message
Posted Dec 17, 2012@AshitakanBeing
Its a hybrid of SP and LMS. Set up like an LMS Minigame, to win, you need to get to the finish sign first. Thats all there really is to it.
@nickjedl
There should be an error on startup. I need that error.
@lolhelllol
Hopefully I can do that eventually. Its just really complex.
-
View User Profile
-
Send Message
Posted Dec 17, 2012Uhm. Race is listed as one of the potential minigames, but there are no tutorials and commands to go along with it...
-
View User Profile
-
Send Message
Posted Dec 17, 2012Nice plugin but i got a problem. When i create al my minigames and reload the server, al the minigames are "gone". They're all enabled etc, and they work also, but when i reboot/reload the server i always get an error: "This minigames doesn't exists.". I checked the folders but the minigames are in the folder. So i don't know the problem. I putted al my plugins out of the plugins folder and only Minigames plugin was in it, and I got the error again. Please help me.
-
View User Profile
-
Send Message
Posted Dec 16, 2012Would be great if you could set a area for the minigame to reset at the end of each match. For a minigame where players are allowed to break blocks like hungergames.