Inactive [FUN] BomberCraft v0.5 - Bomberman for minecraft [1060]

Discussion in 'Inactive/Unsupported Plugins' started by hubertnnn, Aug 4, 2011.

  1. BomberCraft - Bomberman for minecraft:


    MOVED TO BUKKIT DEV



    Version: v0.5

    This plugin allows creation of bomberman arenas.

    Features:
    • Changes TNT explosion into bomberman type
    • Instant "Death" when damaged by TNT on arena
    • Item drops (redstone increase TNT range, TNT increse bomb amount)
    WARNING
    • This plugin can destroy your world, make sure you know how to use it before doing anythin on your main server.
    Commands:
    • /bombercraft create <X> <Y> - creates arena around you (safe creation)
    • /bombercraft create X Y force - creates arena around you (destroys blocks forever)
    • /bombercraft join <ID> - joins the game (you need to create arena before using this)
    • /bombercraft spectate <ID> - teleports you above arena to spectate existing fight
    • /bombercraft clear <ID> - removes the arena (arena transformed to air)
    • /bombercraft start <ID> - starts the game
    • /bombercraft list - list all arenas
    • /bombercraft stop <ID> - stop game in arena and kick all players from it
    • /bombercraft edit <ID> - enter edition mode for custom arena
    • /bombercraft config <ID> - show configuration options of arena
    • /bombercraft config <ID> <Option> <Value> -change configuration options of arena
    • /bombercraft top - show stats of all players
    • /bombercraft help - list of all availble commands
    Permissions (open)


    Permissions:
    • bombercraft.admin.create - /bombercraft create
    • bombercraft.admin.forcecreate - /bombercraft create X Y force
    • bombercraft.admin.clear - /bombercraft clear
    • bombercraft.admin.start - /bombercraft start <ID>
    • bombercraft.admin.stop - /bombercraft stop
    • bombercraft.admin.edit - /bombercraft edit and /bc config
    • bombercraft.play.join - /bombercraft join
    • bombercraft.play.spectate - /bombercraft spectate
    • bombercraft.play.start - /bombercraft start (only for current game after joining)
    • bombercraft.play.list - /bombercraft list
    • bombercraft.allowcommand.XXX - allow usage of /XXX command in the arena
    Default permissions (used when no permissions plugin found):
    • OP: bombercraft.*
    • Players: bombercraft.play.*


    Custom map editing (open)

    Custom map editing
    To make a custom map:
    type /bc config <ID> mode custom_pvp
    then /bc edit
    and make your own map.
    To exit editor mode type /bc spectate

    In editor mode:
    Glass = air
    Stone = random (air or dirt)

    Place blocks on ground, every block will make a 2 block wall when out of editor mode.

    Download

    Older versions

    Source Code

    Changelog:

    Version 0.5
    • Commands locked in arena
    • Updated edit mode
    • Light option in arenas
    • Stats system
    Version 0.4
    • Custom arenas
    • Fence on top of TNT (TNT block way again)
    • New bonus item: redstone torch = detonator
    • Help menu
    • Stop command
    Version 0.3
    • Permissions support (tested on permissions 2.7.3)
    • MultiArena support
    • Higher arenas
    • Short command alias (/bc = /bombercraft)
    Version 0.2
    • Game starting system (+autostart when 4 players join)
    • Fixed TNT explosions bug
    • Inventory storage
    • Safe arena creation
    • Arena regeneration after game
    • Simple messages
    Version 0.1
    • First release
    Movie by Kingdom4Gamers


    My old movie (open)

    My old movie

     
  2. I want update too, but still have 1 more important project on university (3 already done), so probably I will get back to work after Xmas.
     
    mobeatz likes this.
  3. Offline

    lol_whut

    I love this plugin, can't wait to have it updated
     
  4. Offline

    Jdbye

    WorldInventories has the same issue as MultiInv with this plugin - if you join BomberCraft from a different world, the inventory is overwritten in the wrong world (e.g you end up with the other world's inventory in the BomberCraft world, and a TNT in the other world).
    A simple way to work around this is to simply not allow /bc join unless you're in the same world as the arena. I made a quick workaround by making a plugin that just disallows /bc and /bombercraft unless people are in the creative world, but that's very server specific because everything is hardcoded and it literally took less than 5 minutes to make. However you should add a config setting for whether to allow cross-world joining or not, that would be disabled by default since it's only useful for people that use per-world inventories.
     
  5. Offline

    TopShopGamer

    Great plugin, lots of fun. The only problem that I can find with it is that arenas don't last across server reboots. Without that, I can't really make use of it unfortunately.
     
  6. Offline

    mobeatz

    can't wait for the update
    I loooove this plugin it's much more fun then the original game
    Good work :)
     
  7. lol! this was my idea xD, i made one bombercraft with the plugin PVP Arena and it work, ppl have fun with my bombercraft, they loved it, also they have 3 lifes, prices, etc... the only thing is we dont have items for increase the explosion, but is still fun and ppl dont lose exp =)
     
  8. Offline

    Mine4Tim

    OH FUCKING YEAH! FINALLY AN UPDATE!!!!!!
     
  9. Offline

    Sevennemesis

    holy wow!!!!! fucking awesome plugin! thx. me and my server we thank you for this great plugin!.
     
  10. Offline

    mobeatz

    the first game was fine but after this in the second round the TNT didn't exlode
    i've created a new arena but still doesn't work.

    sorry if my english is bad im german
     
  11. Offline

    Sevennemesis

    when I die and I go out of the arena, I'm on fire. I thought it wasnormal but I get an error ...during the game he seems to have no bugs ...

    Code:
    2012-01-07 00:48:50 [SEVERE] Could not pass event ENTITY_DAMAGE to BomberCraft
    java.lang.IllegalArgumentException: Health must be between 0 and 20
        at org.bukkit.craftbukkit.entity.CraftLivingEntity.setHealth(CraftLivingEntity.java:42)
        at com.bukkit.HubertNNN.BomberCraft.BCEntityListener.onEntityDamage(BCEntityListener.java:76)
        at org.bukkit.plugin.java.JavaPluginLoader$64.execute(JavaPluginLoader.java:713)
        at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
        at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:339)
        at net.minecraft.server.Entity.af(Entity.java:272)
        at net.minecraft.server.EntityLiving.af(EntityLiving.java:131)
        at net.minecraft.server.Entity.w_(Entity.java:195)
        at net.minecraft.server.EntityLiving.w_(EntityLiving.java:285)
        at net.minecraft.server.EntityHuman.w_(EntityHuman.java:158)
        at net.minecraft.server.EntityPlayer.a(EntityPlayer.java:223)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:307)
        at net.minecraft.server.Packet10Flying.a(SourceFile:126)
        at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:93)
        at net.minecraft.server.NetworkListenThread.a(SourceFile:108)
        at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:527)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:425)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:457)
     
  12. Offline

    JohnSK

    I have problem with non-op players, they cant join the game. There are no errors in the console and some commands really dont work at all, like /bombercraft config. When I used it, nothing happened. And when other players want to use /bc help it says: Bombercraft commands: and thats all. I have all permissions for play set but nothing works for players except ops

    EDIT: Solved with newer version of permission plugin with superpems etc.
     
    OoPHiLoO likes this.
  13. Offline

    OoPHiLoO

    I have the same problem, i did set the permissions but only the OP's can use the commands. The members can only write /bombercraft help but in the chat is only "Bombercraft commands: " :(

    pls help

    sry for my english...
     
  14. Offline

    Luxius96

    -> /f home can bypass command on bombercraft and cause get Chain armor,diamond ect.... help
     
  15. Offline

    Luxius96

    In 1.1 It does not work
     
  16. Offline

    Nickexp

    woopa gaming made a video and it's relay good (and for mc 1.1)
     
    Samkio and Torrent like this.
  17. Offline

    gawelium

    Hi, great plugin and very funny !
    But an update for 1.2 ?
    Thank's for the answer.
     
  18. Offline

    gawelium

    Nobody use this plugin ?

    Maybe someone can make a fix for 1.2.4 ? please

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 18, 2016
  19. i think a update for this would be awesome :D i realy need this :D
    can the creator update it or other plugin devoleper reload this plugin? thanks.
     
  20. Offline

    gawelium

  21. Offline

    Nightduty

    Can Someone Help me
    i can only do /bc or /bombercraft and it doesn't do anything
    Please Help Me
    Pm me or join ur server www.dps.nl.ae to help me ith the plugin...
     
  22. Offline

    gawelium

    The link gives by Ralmn doesn't work. Thank's to him .......

    For you : <Edit by Moderator: Redacted mediafire url>
     
    Last edited by a moderator: Nov 13, 2016
  23. Offline

    zCr4yGOx

    Can You Update To 1.2.5 I Love Bomberman,Minecraft + Bomberman= EPICNESSS
     
  24. Offline

    gawelium

    Just see my last reply... :rolleyes:
     
  25. Offline

    zCr4yGOx

    Yeah i know , srry, i tried it AND I LOVE IT!
     
  26. Offline

    crazymonkeybear

    when i try the command /bombercraft force 50 50, nothing happens! and when i type /help bombercraft, it says /bc and /bombercraft are unused and i cant do anything about the plugin
     
  27. Offline

    gawelium

    What version of craftbukkit do you use ?
     

Share This Page