[INACTIVE][FUN] Wolf's spleef

Discussion in 'Inactive/Unsupported Plugins' started by Waterwolf, Mar 13, 2011.

  1. Offline

    Waterwolf

    Wolf's spleef
    Makes spleef arena for you with command in seconds! Great if you're getting bored :p

    Yes I know there's a spleef plugin already but both work differently.

    Download: http://dl.dropbox.com/u/18458187/bukkit/WolfsSpleef.jar
    Sources are in src folder inside jar.

    To create a spleef arena right above you, simply use
    /addspleef 10 4 wool
    10 means the x and z size of whole arena.
    4 means the amount of layers in spleef arena.
    "wool" is what block to use in layers. Don't use glass as it's used in borders already but you can use pretty much any other block because they're destroyed immediately anyway.

    After creating the arena everyone who wants to play spleef uses /joinspleef command, which puts them to waiting list. After 2 players have joined, it starts countdown of 30 seconds and during it everyone who wants can join. After 30 seconds every player is teleported to spleef arena and last man coming out of there wins.

    Supports permissions but uses ops.txt if permissions isn't found.

    All commands:
    Show Spoiler

    /addspleef - Generates a spleef arena.
    /clearspleef - Clears last built spleef arena. Does not save over restarts!
    /joinspleef - If spleef arena is built, you can join using this
    /tospec - Dev command to teleport to spectator zone
    /forcestart - Forcestarts game immediately (must be at least one player joined)


    Permission nodes:
    Show Spoiler

    wolfsspleef.addspleef for /addspleef and /clearspleef
    wolfsspleef.forcestart for /forcestart and /tospec


    Changelog:
    Show Spoiler

    0.1 - Initial release


    Tested with 539
     
  2. Offline

    ryanshawty

    It is awesome!
     
  3. Offline

    Madmonkey

    will test but first i nidda add this to my help menu its gonna be easy for this plugin thx for short cmds im so happy T_T
     
  4. Offline

    kahlilnc

    Works with craftbukkit 556.
     
  5. Offline

    Plague

    Please update to latest Rb and give the cb version in the title.
     
  6. Offline

    godgodgodgo

    Code:
    2011-04-11 17:22:13 [SEVERE] ENTITY_DAMAGED loading WolfsSpleef v0.1 (Is it up to date?)
    java.lang.NoSuchFieldError: ENTITY_DAMAGED
        at wolf.spleef.WolfsSpleef.onEnable(WolfsSpleef.java:67)
        at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:127)
        at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:578)
        at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:216)
        at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:115)
        at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:93)
        at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:215)
        at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:202)
        at net.minecraft.server.MinecraftServer.d(MinecraftServer.java:142)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:257)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:375)
     

Share This Page