Paintball Brawl
# Plugin has become inactive. To see a complete redone version, go to www.elementalrealms.net :) (MrFrostmaul) #
Objective:
You teleport to a map, and when the arena reaches max size or half the people vote, the game will start - that's the point at which you are put into teams, 10 seconds later you are teleported to your team spawn and you get Snowballs called "paintball" - You can 7 stacks of 16 paintballs, you also get 5 lifes (Represented using the health bar - doesnt regen) when you hit someone, they loose a life, when they have been hit 5 times they die and are considered eliminated and a firework will go off where they died, IF you have the permission 'paintball.donator' you will respawn at your teams spawn with 2 final lifes.
At 750 seconds remaining (Starts at 900) (Represented via EXP bar) - a chest will spawn in the middle of the map, with more ammo and fireworks will go off where it spawns - If nobody wins by the time 900 seconds is up, it will end in a draw.
# Also including a voting system to start the game! #
Killstreaks!
- 2 kills = Speed for 30 seconds
- 4 kills = Speed V for 10 seconds!
- 6 kills = Speed V & Jump III for 15 seconds!
# Latest update notes v1.3 #
- Kill streaks have been added!
- You can do /pb instead of /paintball
- Food level going down has been fixed (Really.. it has this time)
- You cant sign up for an arena using a sign without setting the lobby
- /pb join ArenaID (eg /pb join 1) has been added (Permission: paintball.help)
- The code that found an arena a random map has hopefully been improved.. and fixed a bug too.
- You can now set the default Lifes and Donator respawn Lifes in the config
Featuring:
Kill streaks
Respawn ability's
Map rotation system (Never get the same map twice!)
Multiple arenas
Full lobby system
=== Commands & Permissions ===
# As of v1.3 you can do /pb too #
/paintball enable <ID> (Permission: paintball.createarena)
/paintball disable <ID> (Permission: paintball.createarena)
/paintball addsign <ID> (Permission: paintball.setlobby)
/paintball createmap (Permission: paintball.createarena)
/paintball createarena (Permission: paintball.createarena)
/paintball setbluespawn (Permission: paintball.createarena)
/paintball setredspawn (Permission: paintball.createarena)
/paintball setcenterpoint (Permission: paintball.createarena)
/paintball list (Permission: paintball.arenalist)
/paintball vote (Permission: paintball.help)
/paintball arenalist (Permission: paintball.arenalist)
/paintball arenainfo <ID> (Permission: paintball.arenainfo)
/paintball deletearena <ID> (Permission: paintball.createarena)
/paintball setlobby (Permission: paintball.setlobby)
/paintball lobby (Permission: paintball.lobby)
/paintball start (Permission: paintball.createarena)
/paintball leave (Permission: paintball.help)
/paintball join <ID> (Permission: paintball.help)
(Do you speak Portuguese?: Video tutorial: https://www.youtube.com/watch?v=NBskPqCT_vg )
For Setup Instruction please Visit: http://dev.bukkit.org/bukkit-plugins/paintball-brawl/pages/setup/
------------------------
Known Bugs/Issues:
- Config File Not Writing Properly
-
View User Profile
-
Send Message
Posted May 16, 2013@Dread9Nought
Thanks ill see if error still occurs
EDIT: it has no plugin.yml nither project or classpath
-
View User Profile
-
Send Message
Posted May 16, 2013@EpicTrance
Thread's taking a little too long.. I'll upload v1.3 today... now :)
-
View User Profile
-
Send Message
Posted May 15, 2013@EpicTrance
It will be out when the thread has been finished and some very minor bugs been fixed.
-
View User Profile
-
Send Message
Posted May 15, 2013@Dread9Nought
when is it released? what do you mean by soon?
-
View User Profile
-
Send Message
Posted May 14, 2013@EpicTrance
I think I might know your problem - 1.3 will be out soon and we can see if the error still occurs.
-
View User Profile
-
Send Message
Posted May 14, 2013@MrGobbles
Hello, Please follow:
How to setup maps
Build 2 maps. (Paintball doesnt like it when theres one map)
1. Select the map with world edit (Doesn't take the Y into account (Don't do expand vert for optimal performance). 2. Do the command "/paintball createmap" 3. Goto the red spawn and do "/paintball setredspawn" 4. Goto the blue spawn and do "/paintball setbluespawn" 5. Goto the CETNER of the map and do "/paintball setcenterpoint"
For creating your own arena. You can use ANY map you like which you have built.
-
View User Profile
-
Send Message
Posted May 14, 2013Can I just set up my own arena? I have one but how can I use it for the purposes?
-
View User Profile
-
Send Message
Posted May 14, 2013I still keep getting when right clicking sign after game has finished. I set up maps correctly
2013-05-14 20:56:18 [SEVERE] Could not pass event PlayerInteractEvent to PaintballBrawl v1.2 org.bukkit.event.EventException at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:427) at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:477) at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:462) at org.bukkit.craftbukkit.v1_5_R3.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:186) at net.minecraft.server.v1_5_R3.PlayerInteractManager.interact(PlayerInteractManager.java:370) at net.minecraft.server.v1_5_R3.PlayerConnection.a(PlayerConnection.java:631) at net.minecraft.server.v1_5_R3.Packet15Place.handle(SourceFile:58) at net.minecraft.server.v1_5_R3.NetworkManager.b(NetworkManager.java:292) at net.minecraft.server.v1_5_R3.PlayerConnection.d(PlayerConnection.java:109) at net.minecraft.server.v1_5_R3.ServerConnection.b(SourceFile:35) at net.minecraft.server.v1_5_R3.DedicatedServerConnection.b(SourceFile:30) at net.minecraft.server.v1_5_R3.MinecraftServer.r(MinecraftServer.java:581) at net.minecraft.server.v1_5_R3.DedicatedServer.r(DedicatedServer.java:226) at net.minecraft.server.v1_5_R3.MinecraftServer.q(MinecraftServer.java:477) at net.minecraft.server.v1_5_R3.MinecraftServer.run(MinecraftServer.java:410) at net.minecraft.server.v1_5_R3.ThreadServerApplication.run(SourceFile:573) Caused by: java.lang.NullPointerException at dread9nought.PaintBall.Core.getRandomMap(Core.java:142) at dread9nought.PaintBall.Arena.signUp(Arena.java:133) at dread9nought.PaintBall.Core.useSign(Core.java:212) at dread9nought.PaintBall.PlayerInteractListener.onPlayerInteract(PlayerInteractListener.java:40) at sun.reflect.GeneratedMethodAccessor245.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:425) ... 16 more
-
View User Profile
-
Send Message
Posted May 13, 2013If you want to see the epic features of this plugin, make sure you check out the test server & help develop this epic plugin,.
-
View User Profile
-
Send Message
Posted May 13, 2013@RedSkyRuler
Er, not quite yet - Got some fine tuning todo based on test-server feedback first.
-
View User Profile
-
Send Message
Posted May 13, 2013@Dread9Nought
Ok it wasn't set, someone trolled me on my server, sorry for wasting your time :P
Also, Is their a join command that I could use instead of the signs, e.g /paintball join <ID> and would you be able to give me a dev build of v1.3, so I could record it ASAP?
-
View User Profile
-
Send Message
Posted May 13, 2013@RedSkyRuler
Is your lobby set?
-
View User Profile
-
Send Message
Posted May 13, 2013Hey Dread9Nought,
ill record the video as soon as the next update is released.
I quick bug, I get this error when attempting to leave the arena with /paintball leave http://pastebin.com/XfAh2VdS
-
View User Profile
-
Send Message
Posted May 13, 2013@EpicTrance
1.3 has been ready for a couple of days now, I'm waiting for a buddy to finish up a design for this thread so it looks all nice and attractive instead of a big block of text, it totally depends when he gets that done - 1.3 will be the first major and fully functional version.
Food will no longer go down in 1.3.
I also took it upon myself to prevent the paintball lobby chunk unloading. :)
Paintball itself only has the built in functionality to prevent block placing/breaking - Fire is upto you, take a look at world guard.
-
View User Profile
-
Send Message
Posted May 13, 2013@Dread9Nought
whens the new update 1.3 coming out?
food level still goes down in arena
Oh and people are able to turn out fire in the arena. Can it be fixed?
-
View User Profile
-
Send Message
Posted May 13, 2013@MattKeefer
Fully working for Craftbukkit 1.5.2.
For the latest version - Here's a direct link: http://dev.bukkit.org/media/files/700/692/Paintball.jar
-
View User Profile
-
Send Message
Posted May 12, 2013I can't download the plugin. Does it work for 1.5.2 CraftBukkit? Or am an idiot?
-
View User Profile
-
Send Message
Posted May 12, 2013@EpicTrance
Do you have 2 maps setup and linked to 1 arena?
-You are getting that error as you have failed to setup the maps correctly, that error is a backup code which you found a small bug for and will be fixed in the next version. Please setup your maps correctly by reading the instructions.
-
View User Profile
-
Send Message
Posted May 12, 2013@EpicTrance
@when is the new version being uploaded to fix that error - Being uploaded soon, just looking at some minor bugs.
@And im note sure but I think It removes any op who has played it I think. Can you check it out. - Never had this issue on the test server or on any of the reported servers that this plugin is on.
-
View User Profile
-
Send Message
Posted May 12, 2013just got thid too: http://pastebin.com/bsFJpKJz