Inactive [MECH/FUN] SpeedBall - Now with slimeballs! [BukkitDev]

Discussion in 'Inactive/Unsupported Plugins' started by needspeed10, Jun 5, 2011.

  1. Offline

    needspeed10

    SpeedBall - Soccer plugin

    With SpeedBall you can play soccer in Minecraft.
    [​IMG]

    Visit the BukkitDev site!
    Features:
    • Stadiums
    • More than 2 Goals
    • More Stadiums than 1
    • Tricots
    • Protection against streakers ;)
    • Any ball type you want
    • Permissions support
    • Stadiums are saved
    • Select areas with a slimeball
    • Play with a slimeball
     
    kahlilnc, 33henry11 and tinytiny123 like this.
  2. Offline

    needspeed10

    @gamer1129
    Ehm yes... You have to type some arguments.. not just the command.

    like: /sblist games
    or /sbselect goal red
     
  3. Offline

    gamer1129

    OH lol sorry. I know that must be very annoying D: I was just doing a round of installs I didn't have time to make a statium or anything so I was just testing the command to see if it would work later.... Sorry for that.. And thanks for replying so quickly :) I am wondering though, will you ever make it so that it will just say "Add arguments" or something like that?
     
  4. Offline

    needspeed10

    Yeah ofcourse I'll do that. ^^
    Don't feel sorry it's ok ;)
     
  5. Offline

    gamer1129

    Alright cool thanks, I can't wait till the update :D Oh and if I ever have a bug again I'll be sure to test it more thoroughly :) Thanks for the quick replies btw...
     
  6. Offline

    needspeed10

    No problem ^^

    Version 0.2.1 released

    • Plugin works without Permissions too

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 16, 2016
  7. Offline

    xdeathoreox

    you should make it so you can use a slime ball...or can you? I'm new to this.
     
  8. Offline

    needspeed10

    Ok atm I'm implementing new Balls.
    In the next version there are blocks, entities, items.
    Any more wishes for balls?
     
  9. Offline

    Haloflooder

    This plugin is awesome! Just 1 request. Can you make it say "GOALLLLL" when you get the ball in? and how do I use the display?
     
  10. Offline

    needspeed10

    The GOALL thing wouldnt work without a clientmod.
    The Display isnt working yet.
     
  11. Offline

    embty

    Lol love the plugin xD but I have a better idea for the ball why not have the players hold it in their hands and who ever hits that player the ball drops and be taken by the hitter,.
     
  12. Offline

    heroanth2345

    You couldn't say in the chat?
    At least...
     
  13. Offline

    needspeed10

    The chat thing would work. I'll implement it in the next version.
     
  14. Offline

    Haloflooder

    that's what I meant... say GOALLLLL in the chat... lol
     
  15. Offline

    Lolmewn

    What about auto-assign? Get every player in the server, their location, then check if he's in the field.
     
  16. Offline

    heroanth2345

    2011-06-26 21:46:55 [SEVERE] null
    org.bukkit.command.CommandException: Unhandled exception executing command 'sblist' in plugin SpeedBall v0.2.1
    at org.bukkit.command.PluginCommand.execute(PluginCommand.java:37)
    at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:129)
    at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:298)
    at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.java:725)
    at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:691)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:684)
    at net.minecraft.server.Packet3Chat.a(Packet3Chat.java:32)
    at net.minecraft.server.NetworkManager.b(NetworkManager.java:223)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:75)
    at net.minecraft.server.NetworkListenThread.a(SourceFile:105)
    at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:451)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:361)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    Caused by: java.lang.ArrayIndexOutOfBoundsException: 0
    at need.speedball.commands.SBlist.onCommand(SBlist.java:22)
    at org.bukkit.command.PluginCommand.execute(PluginCommand.java:35)
    ... 12 more
     
  17. Offline

    Sammyy22

    Whenever i try to start the game it says there has been an internal error while attempting this command what do i do
     
  18. Offline

    andreblue

    Auto add and random teams would be nice for some servers with lots of players. It would be great with that!
     
  19. Offline

    needspeed10

    @Lolmewn ok i'll add that
    @Haloflooder lol sorry
    @heroanth2345 You need an argument like /sblist goals
    @Sammyy22 please post your error from the console window
    @andreblue random teams ok, but what exactly do you mean with auto add (like lolmewns: add players on the field?)

    @Lolmewn @Haloflooder @andreblue
    Version 0.3 released
    • Changed/New Commands: addplayers, randomaddplayers, autoaddplayers, sbselect ball, sblist players "game"
    • New selection method: With a slimeball
    • It screams now: GOOAL! for "team" in the chat (just for the people playing)
    • Added Entityball (Not working correctly yet)
    • Changed Persistance: Delete your speedball folder to prevent errors!!

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 16, 2016
  20. Offline

    Sammyy22

    2011-06-28 17:39:40 [SEVERE] null
    org.bukkit.command.CommandException: Unhandled exception executing command 'sbselect' in plugin SpeedBall v0.3
    at org.bukkit.command.PluginCommand.execute(PluginCommand.java:37)
    at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:128)
    at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:287)
    at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.java:712)
    at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:678)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:671)
    at net.minecraft.server.Packet3Chat.a(Packet3Chat.java:32)
    at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:75)
    at net.minecraft.server.NetworkListenThread.a(SourceFile:105)
    at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:399)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:309)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    Caused by: java.lang.ArrayIndexOutOfBoundsException: 1
    at need.speedball.commands.SBselect.onCommand(SBselect.java:44)
    at org.bukkit.command.PluginCommand.execute(PluginCommand.java:35)
    ... 12 more
    thats it
     
  21. Offline

    andreblue

    i mean in such as a command like /XXX join, it would then tp the player to the field or just add him to the game, but he needs to get tped by an admin to the event or such
     
  22. Offline

    needspeed10

    @Sammyy22 You need an argument like /sblist games (look into the commands in the OP)
    @andreblue There is already such a thing: /sbplay start <game> <goal>
     
  23. Offline

    xdeathoreox

    On start up. I get these errors

    11:20:31 [INFO] SpeedBall version 0.3 is enabled!
    11:20:31 [SEVERE] Error occurred while enabling SpeedBall v0.3 (Is it up to date
    ?): null
    java.lang.NullPointerException
    at need.speedball.Persistence.load(Persistence.java:115)
    at need.speedball.SpeedBall.onEnable(SpeedBall.java:69)
    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:126)
    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader
    .java:857)
    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManage
    r.java:264)
    at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:151)
    at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:136
    )
    at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:284)
    at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:271)
    at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:148)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:335)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)

    When I type /reload these go away but still, what is wrong?
     
  24. Offline

    needspeed10

    Simpy delete your speedball folder in server/plugins (it's because the persistance system changed)
     
  25. Offline

    xdeathoreox

    Ok nevermind. I didn't have to do that. the reload command worked. Thanks (meaning, I don't errors on start up now )
     
  26. Offline

    LoadingOnly

    When i type in sbgame addplayers ... comand it show me in game in An internal error... And in console: Caused by Java: java.lang.ArrayIndexOut... I tryied to delete speedball folder when i delete it its still say that
     
  27. Offline

    Ebbot

    11:45:32 [ALLVARLIG] null
    org.bukkit.command.CommandException: Unhandled exception executing command 'sbse
    lect' in plugin SpeedBall v0.3
    at org.bukkit.command.PluginCommand.execute(PluginCommand.java:37)
    at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:12
    9)
    at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:2
    98)
    at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.
    java:725)
    at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:691)

    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:684)
    at net.minecraft.server.Packet3Chat.a(Packet3Chat.java:32)
    at net.minecraft.server.NetworkManager.b(NetworkManager.java:223)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:75)
    at net.minecraft.server.NetworkListenThread.a(SourceFile:105)
    at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:451)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:361)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    Caused by: java.lang.ArrayIndexOutOfBoundsException: 2
    at need.speedball.commands.SBselect.onCommand(SBselect.java:44)
    at org.bukkit.command.PluginCommand.execute(PluginCommand.java:35)
    ... 12 more


    PLS HELP ME!
     
  28. Offline

    andymoor24

    I have followed all the instructions give, but for some reason I cant get the ball to move :( and my friend did something, dno what, but it made the GOAAAL thing appear, but the ball wont move :( help? XD
     
  29. Offline

    alpenghandi

    Sprinting (with stamina) would be nice.
     
  30. Offline

    ChrisPhoenix

    Hi,

    Just a question off topic: in the video, what mod or plugin do you use to fly? As admin of my server, it allows me to fly zones. Thank you.
     
  31. Offline

    needspeed10

    @ChrisPhoenix It's flying from zombes modpack
    @alpenghandi added to my todo-list
    @andymoor24 try to stop your server, then delete the folder, the start it again and follow the tutorial once again (not like in the video)
    @LoadingOnly and @Ebbot please post your whole command which you typed in
     

Share This Page