BattleNight
What is BattleNight?
BattleNight is an organized PvP CraftBukkit plugin which makes the normal PvP experience a lot more enjoyable by adding configurable RPG like classes and a arena system. Some of the major features are:
- Easy to set up
- Easy to use
- Build your own Arenas!
- Create your own classes!
- Multiple Battle types (TDM, FFA)
- Permissions (SuperPerms) or Op
- State saving
- Music
- Update checking (Can be disabled in config.yml)
Getting Started
A quickstart guide, command list and more can be found on the BattleNight wiki.
Addons
How does it differ from similar plugins?
I aim to make BattleNight easy to use, easy to set-up and bug free while maintaining a constant addition of features. I spend time reading your comments, suggestions and bug reports to insure that it is best suited the majority of the community and is running seamlessly on your servers.
Donating
I'm a student who spends a lot of time working on BattleNight and BattleNight addons so any donations are greatly appreciated. The donate link is located at the top right of this page.




-
View User Profile
-
Send Message
Posted Jul 5, 2012Is adding enchantments to custom classes going to be added anytime in the near future? I would love that!
Amazing plugin! 4.5/5 stars! :D
-
View User Profile
-
Send Message
Posted Jul 5, 2012Is it possible to join a specific team instead of randomly joining red/blue? Thanks!
-
View User Profile
-
Send Message
Posted Jul 5, 2012Hello, is it possible to enable the use of teleportation? The reason why I need this is due to the way I have my arena set up and it is quite easy to escape. I have used world guards "Exit" flag to stop this. However it will not work as it uses teleportation to kick back the player...
-
View User Profile
-
Send Message
Posted Jul 4, 2012@Davyhalliday
BattleNight blocks teleportation and dropping items while you are in a Battle. Just don't put chests inside the arena.
-
View User Profile
-
Send Message
Posted Jul 4, 2012Hi, is there anything in this plugin to stop players from stealing items from the arena? Eg. No teleportation from inside the arena / split inventories
-
View User Profile
-
Send Message
Posted Jun 28, 2012@LimeByte
Thanks and thanks for your fast reply :D
-
View User Profile
-
Send Message
Posted Jun 28, 2012@sihark12
Its planned.
-
View User Profile
-
Send Message
Posted Jun 28, 2012Hello can you make swords enchanted in the classes?
If not i would be very happy if this was puted in :D
-
View User Profile
-
Send Message
Posted Jun 28, 2012That sorted it. Thank you Limebyte. Your support on this has been extremely helpful. And I appreciate all the work you've put into this amazing Minecraft addon
-
View User Profile
-
Send Message
Posted Jun 27, 2012@FlyFinger
Make sure PvP is enabled in the server config and in the MultiWorld plugin settings.
-
View User Profile
-
Send Message
Posted Jun 27, 2012I've updated but the same thing occurs. We are vunerable to damage from mobs and falls but not each others attacks.
-
View User Profile
-
Send Message
Posted Jun 27, 2012@FlyFinger
Update BattleNight to 1.2.1
-
View User Profile
-
Send Message
Posted Jun 27, 2012BATTLENIGHT (1.1.3)
CITIZENS (V1.2)
MULTIWORLD (2.6.0)
PVPGUN (V3.3.0)
RETRACTABLEBRIDGE (1.3.13)
STARGATE (V0.7.7)
They're all my plugins, I will be removing PVP gun however very shortly.
-
View User Profile
-
Send Message
Posted Jun 26, 2012@FlyFinger
Can you list your plugins?
-
View User Profile
-
Send Message
Posted Jun 26, 2012I've installed this on my Bukkit server and it works up till the actual fighting where both my teams cannot damage one another. We can take damage from mobs and falling but we cant inflict damage on each other.
Any ideas why?
-
View User Profile
-
Send Message
Posted Jun 26, 2012@Tobiyas
It will be much easier after I complete the Recode.
-
View User Profile
-
Send Message
Posted Jun 25, 2012@LimeByte I kind of oversaw that HashMap. Thank you very much for the help.
-
View User Profile
-
Send Message
Posted Jun 25, 2012@Tobiyas
Short answer: Yes.
There is no real API at the moment (and source code is extra messy) but there is a HashMap inside the main class which stores the players and the team they are in.
I have created an example for you but please note that this has not been tested at all. You will also need to reference the latest version of BattleNight into your plugin as an external jar.
My example can be found here.
-
View User Profile
-
Send Message
Posted Jun 25, 2012Hey, LimeByte. Is there a simple way (through API or other) to check if a Player is in Battle or not?
Thanks in advance. :)
-
View User Profile
-
Send Message
Posted Jun 24, 2012@dandelion02
Just look for a plugin which issues commands when you hit a sign. I bet someone's made one. The only problem is you would have to remove the permissions form the users and somehow make the plugin give you the permission when the sign is punched then remove it afterwards.