[FUN] Paintball v1.2 [1.5.2 R1.0]

Discussion in 'Archived: Plugin Releases' started by captainawesome7, Jul 6, 2012.

  1. Offline

    TheOnlyWhiteGuy

    Donated to this awesome plugin! Hope the update comes out soon!
     
  2. Offline

    captainawesome7

    I've been adding stuff recently, and testing it got complicated because of the updates. I'm going to take the slower approach to avoid releasing a buggy mess, so it will be a while. Plus I won't be home tomorrow, and can't get any work done. Sorry about the slow progress :/
     
  3. Offline

    TheOnlyWhiteGuy

    Hope this plugin doesn't die. D:
     
  4. Offline

    captainawesome7

    It won't. The recommended Spout build still isn't 1.3.1, so I'll finish up 1.0 when it is.
     
  5. Offline

    SlyGrin

    When I try to do a command, it says An internal error occured ...org.bukkit.command.CommandException: Unhandled exception executing command 'pb' in plugin Paintball v0.9
    at org.bukkit.command.PluginCommand.execute(PluginCommand.java:42)
    at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:168)
    at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:492)
    at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.java:878)
    at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:825)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:807)
    at net.minecraft.server.Packet3Chat.handle(Packet3Chat.java:44)
    at net.minecraft.server.NetworkManager.b(NetworkManager.java:276)
    at net.minecraft.server.NetServerHandler.d(NetServerHandler.java:109)
    at net.minecraft.server.ServerConnection.b(SourceFile:35)
    at net.minecraft.server.DedicatedServerConnection.b(SourceFile:30)
    at net.minecraft.server.MinecraftServer.q(MinecraftServer.java:581)
    at net.minecraft.server.DedicatedServer.q(DedicatedServer.java:212)
    at net.minecraft.server.MinecraftServer.p(MinecraftServer.java:474)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:406)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:539)
    Caused by: java.lang.ClassCastException: org.bukkit.craftbukkit.entity.CraftPlayer cannot be cast to org.getspout.spoutapi.player.SpoutPlayer
    at me.captain.paintball.Cmd.onCommand(Cmd.java:26)
    at org.bukkit.command.PluginCommand.execute(PluginCommand.java:40)

    It seems there is something wrong with spout, does this come up for any of you?

    Now it says, "You dont have permission to perform this action contact a server administrator if you beleive this is an issue" I am the server owner.. AKA op...
     
  6. Offline

    captainawesome7

    I can't be sure, but it says that CraftPlayer can't be cast to SpoutPlayer. Which means they changed something in Spout, or Bukkit.
     
  7. Offline

    captainawesome7

    Just released a very limited update. Sorry for the lame restrictions (starting/stopping games), they will be fixed in the next version. Just posting here to let you know that it isn't dead.
    *Check the bottom of the OP
     
  8. Offline

    sazrocks

    Ok I have a problem, the guns won't shoot. Here's an error report.

    18:41:23 [SEVERE] Could not pass event PlayerInteractEvent to Spout v1369
    org.bukkit.event.EventException
    at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:341)
    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.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:177)
    at org.bukkit.craftbukkit.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:147)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:622)
    at net.minecraft.server.Packet15Place.handle(SourceFile:58)
    at net.minecraft.server.NetworkManager.b(NetworkManager.java:282)
    at net.minecraft.server.NetServerHandler.d(NetServerHandler.java:111)
    at org.getspout.spout.SpoutNetServerHandler.d(SpoutNetServerHandler.java:203)
    at net.minecraft.server.ServerConnection.b(SourceFile:35)
    at net.minecraft.server.DedicatedServerConnection.b(SourceFile:30)
    at net.minecraft.server.MinecraftServer.q(MinecraftServer.java:561)
    at net.minecraft.server.DedicatedServer.q(DedicatedServer.java:213)
    at net.minecraft.server.MinecraftServer.p(MinecraftServer.java:474)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:406)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:539)
    Caused by: java.lang.NoSuchMethodError: net.minecraft.server.Entity.b_(DDD)V
    at me.captain.paintball.PaintballGun.onItemInteract(PaintballGun.java:41)
    at org.getspout.spout.SpoutCustomBlockMonitor.onPlayerInteract(SpoutCustomBlockMonitor.java:53)
    at sun.reflect.GeneratedMethodAccessor26.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:339)
    ... 17 more
     
  9. Offline

    sazrocks

    ok solved the problem by getting craftbukkit 1.2.5 instead of getting 1.3.2. however, I like to stay with the latest software, so could you try to make it for 1.3.2? or even 1.4.6? the latter can wait.
     
  10. Offline

    Buizelfan2

    Someone PLEASE help me

    18:05:20 [SEVERE] Could not load 'plugins\SpoutPlugin.jar' in folder 'plugins'
    org.bukkit.plugin.InvalidPluginException: java.lang.NoClassDefFoundError: net/mi
    necraft/server/Packet
    at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.j
    ava:184)
    at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.
    java:305)
    at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager
    .java:230)
    at org.bukkit.craftbukkit.v1_4_6.CraftServer.loadPlugins(CraftServer.jav
    a:235)
    at org.bukkit.craftbukkit.v1_4_6.CraftServer.<init>(CraftServer.java:213
    )
    at net.minecraft.server.v1_4_6.PlayerList.<init>(PlayerList.java:52)
    at net.minecraft.server.v1_4_6.DedicatedPlayerList.<init>(SourceFile:11)
    at net.minecraft.server.v1_4_6.DedicatedServer.init(DedicatedServer.java
    :104)
    at net.minecraft.server.v1_4_6.MinecraftServer.run(MinecraftServer.java:
    399)
    at net.minecraft.server.v1_4_6.ThreadServerApplication.run(SourceFile:84
    9)
    Caused by: java.lang.NoClassDefFoundError: net/minecraft/server/Packet
    at java.lang.Class.forName0(Native Method)
    at java.lang.Class.forName(Unknown Source)
    at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.j
    ava:173)
    ... 9 more
    Caused by: java.lang.ClassNotFoundException: net.minecraft.server.Packet
    at org.bukkit.plugin.java.PluginClassLoader.findClass0(PluginClassLoader
    .java:70)
    at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.
    java:53)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    ... 12 more
    18:05:20 [SEVERE] Could not load 'plugins\Paintball.jar' in folder 'plugins'
    org.bukkit.plugin.InvalidPluginException: java.lang.NoClassDefFoundError: org/ge
    tspout/spoutapi/material/CustomItem
    at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.j
    ava:184)
    at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.
    java:305)
    at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager
    .java:230)
    at org.bukkit.craftbukkit.v1_4_6.CraftServer.loadPlugins(CraftServer.jav
    a:235)
    at org.bukkit.craftbukkit.v1_4_6.CraftServer.<init>(CraftServer.java:213
    )
    at net.minecraft.server.v1_4_6.PlayerList.<init>(PlayerList.java:52)
    at net.minecraft.server.v1_4_6.DedicatedPlayerList.<init>(SourceFile:11)
    at net.minecraft.server.v1_4_6.DedicatedServer.init(DedicatedServer.java
    :104)
    at net.minecraft.server.v1_4_6.MinecraftServer.run(MinecraftServer.java:
    399)
    at net.minecraft.server.v1_4_6.ThreadServerApplication.run(SourceFile:84
    9)
    Caused by: java.lang.NoClassDefFoundError: org/getspout/spoutapi/material/Custom
    Item
    at java.lang.Class.forName0(Native Method)
    at java.lang.Class.forName(Unknown Source)
    at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.j
    ava:173)
    ... 9 more
    Caused by: java.lang.ClassNotFoundException: org.getspout.spoutapi.material.Cust
    omItem
    at java.net.URLClassLoader$1.run(Unknown Source)
    at java.net.URLClassLoader$1.run(Unknown Source)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(Unknown Source)
    at org.bukkit.plugin.java.PluginClassLoader.findClass0(PluginClassLoader
    .java:80)
    at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.
    java:53)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    ... 12 more
     
  11. Offline

    DD_IN_WI

    Hello,

    My son and his friends are all over this paintball mod and so I'm keen on getting it going for them.

    Currently Using:
    • Craftbukkit 1.4.7-r0.1
    • Spout 1.4.7 b1414
    I have tried Craftbukkit 1.4.5 and 1.4.6 as well.

    I get the following error with Paintball plugin, both v0.9 and also beta 1.0 (pre) :

    2013-01-20 18:19:43 [INFO] [Paintball] Enabling Paintball v1.0 (pre)
    2013-01-20 18:19:43 [SEVERE] Error occurred while enabling Paintball v1.0 (pre) (Is it up to date?)
    java.lang.NoClassDefFoundError: org/bukkit/craftbukkit/command/ColouredConsoleSender
    at me.captain.paintball.CapConsole.start(CapConsole.java:28)
    at me.captain.paintball.CapConsole.<init>(CapConsole.java:23)
    at me.captain.paintball.Paintball.onEnable(Paintball.java:80)
    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:217)
    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:457)
    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:381)
    at org.bukkit.craftbukkit.v1_4_R1.CraftServer.loadPlugin(CraftServer.java:282)
    at org.bukkit.craftbukkit.v1_4_R1.CraftServer.enablePlugins(CraftServer.java:264)
    at net.minecraft.server.v1_4_R1.MinecraftServer.j(MinecraftServer.java:321)
    at net.minecraft.server.v1_4_R1.MinecraftServer.e(MinecraftServer.java:300)
    at net.minecraft.server.v1_4_R1.MinecraftServer.a(MinecraftServer.java:259)
    at net.minecraft.server.v1_4_R1.DedicatedServer.init(DedicatedServer.java:149)
    at net.minecraft.server.v1_4_R1.MinecraftServer.run(MinecraftServer.java:399)
    at net.minecraft.server.v1_4_R1.ThreadServerApplication.run(SourceFile:849)
    Caused by: java.lang.ClassNotFoundException: org.bukkit.craftbukkit.command.ColouredConsoleSender
    at org.bukkit.plugin.java.PluginClassLoader.findClass0(PluginClassLoader.java:70)
    at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:53)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    ... 14 more

    Any workaround or update or environment type of thing I can do to remedy this?

    Thanks!
     
  12. Offline

    captainawesome7

    So it's pretty outdated and a class the plugin uses doesn't actually exist anymore. I can fix it in not much time, but I can't get around to it until later today if at all. Sorry for the super late response.
     
  13. Offline

    DD_IN_WI

    No problem at all on the late response - obviously it's voluntary effort and those of us that use it appreciate it. Thanks!
     
  14. Offline

    captainawesome7

    It's been 10 days since I replied (sorry bout that), but I have finally updated the plugin.
    Check the OP for info regarding new commands. I switched a few things around but hopefully it works for you.
     
  15. Offline

    Korra

    Seems nice =}
     
  16. Offline

    wolfghard

    I NEED Help!Every time we want to play, nothing happens after /pb tdm (map) score
     
  17. Offline

    captainawesome7

    Did you follow the steps outlined in the OP? Did people use /pb join? Is there an error?
     
  18. Offline

    Tolerance

    Where do you put the sounds?
    Also, it says 'internal error occured' when i try to end game

    captainawesome7
     
  19. Offline

    captainawesome7

    Paste the error from the log into a [code] block in a reply. As far as the sounds go, I was apparently too lazy to add config options for starting/ending sounds (if that's what you're talking about). I'll add that in the next version, and as far as the gun sound goes, just upload a .wav/.ogg to a website that allows a direct link and paste the link into the config after GunSound:
     
  20. Offline

    Tolerance

    18:52:52 [SEVERE] null
    org.bukkit.command.CommandException: Unhandled exception executing command 'pb' in plugin Paintball v1.1
    at org.bukkit.command.PluginCommand.execute(PluginCommand.java:46)
    at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:186)
    at org.bukkit.craftbukkit.v1_4_R1.CraftServer.dispatchCommand(CraftServer.java:514)
    at net.minecraft.server.v1_4_R1.PlayerConnection.handleCommand(PlayerConnection.java:980)
    at net.minecraft.server.v1_4_R1.PlayerConnection.chat(PlayerConnection.java:898)
    at net.minecraft.server.v1_4_R1.PlayerConnection.a(PlayerConnection.java:853)
    at org.getspout.spout.SpoutPlayerConnection.a(SpoutPlayerConnection.java:120)
    at net.minecraft.server.v1_4_R1.Packet3Chat.handle(Packet3Chat.java:44)
    at net.minecraft.server.v1_4_R1.NetworkManager.b(NetworkManager.java:290)
    at net.minecraft.server.v1_4_R1.PlayerConnection.d(PlayerConnection.java:113)
    at org.getspout.spout.SpoutPlayerConnection.d(SpoutPlayerConnection.java:195)
    at net.minecraft.server.v1_4_R1.ServerConnection.b(SourceFile:39)
    at net.minecraft.server.v1_4_R1.DedicatedServerConnection.b(SourceFile:30)
    at net.minecraft.server.v1_4_R1.MinecraftServer.r(MinecraftServer.java:598)
    at net.minecraft.server.v1_4_R1.DedicatedServer.r(DedicatedServer.java:224)
    at net.minecraft.server.v1_4_R1.MinecraftServer.q(MinecraftServer.java:494)
    at net.minecraft.server.v1_4_R1.MinecraftServer.run(MinecraftServer.java:427)
    at net.minecraft.server.v1_4_R1.ThreadServerApplication.run(SourceFile:849)
    Caused by: java.lang.NumberFormatException: For input string: "ctf"
    at java.lang.NumberFormatException.forInputString(NumberFormatException.java:48)
    at java.lang.Integer.parseInt(Integer.java:449)
    at java.lang.Integer.parseInt(Integer.java:499)
    at me.captain.paintball.Cmd.onCommand(Cmd.java:317)
    at org.bukkit.command.PluginCommand.execute(PluginCommand.java:44)
    ... 17 more
    >
    -------------------------------------------------------------------------------------------
    Also, so basically for the music, and/or Gun Texture I just upload it again to DropBox or something, and paste it in?
    captainawesome7
     
  21. Offline

    captainawesome7

    So when you end the game you should be using /pb match end <index>, with index being a number. Use /pb match list to find out which matches are currently running, it will show from 0 up to however many you have. Then use /pb match end 0 (or whatever match # you want to end), and it should end. It appears you used /pb match end ctf, and an error was thrown because I'm too lazy to catch for every NumberFormatException, but I guess I'll add try/catch for those in the future. Anyways, don't put the gametype, put the number shown in /pb match list. It'll probably be 0.

    *Edit* Didn't see the bottom part at first. Yes, just put the gun sound/texture onto dropbox and paste the public link into the config. I'll add custom starting sounds/music in 1.2 so you can change those too.
     
  22. Offline

    Tolerance

    captainawesome7

    Yeah. :D That's what I did. Thanks for the help:
    I still have some questions though:

    1) When I type /pb match list it says 'Current matches: []' which probably means there is no current game. But then when I type '/pb tdm <map name>' nothing happens.
    2) I uploaded the gun texture to imgur.com and just replaced the old gun texture and the flint still looks like Flint.

    thanks for all the help dude. :)
    3) When I replace this 'http://i.imgur.com/y93Sv.png' with 'https://www.dropbox.com/s/b27vd8raatc5tx0/y93Sv.png' and i stop and restart my server then it just reverts back to the imgur one :(
     
  23. Offline

    captainawesome7

    1. If you aren't opted in to play, then it won't start a new one. I don't know what else would cause that problem.
    2. You need to use Spoutcraft for the gun texture and sounds to work. If you do have spoutcraft and they aren't working, I have no idea what's up.
    3. Take the S out of the link. http://www.dropbox.com/b27vd8raatc5tx0/y93Sv.png should work fine. Upload it to imgur.com and use the direct link.
    http://dl.dropbox.com/s/b27vd8raatc...7H-zSFyPIXj_fCWDSW1Y5KX-EGKb59sXU5ZBSc1A&dl=1 might work
     
  24. Offline

    Tolerance

    captainawesome7

    Haha! Just downloaded Spoutcraft and got the CoD4 sounds working. :)

    For some reason I still don't have the Paintball gun though, or the audio for when I shoot a paintball gun. :(

    Here's what my config (in Paintball plugin) looks like:

    Downloads:
    TexturePack: http://dl.dropbox.com/u/17402100/SME/paintballtexturepack.zip
    GunTexture: http://dl.dropbox.com/s/b27vd8raatc...7H-zSFyPIXj_fCWDSW1Y5KX-EGKb59sXU5ZBSc1A&dl=1
    GunSound: https://dl.dropbox.com/s/c7k51esmwp..._r4ae1LY3xxae2gXwRppQJvWDLqnh6LKg7y4v3_A&dl=1
    UseOptSystem: true

    Caused by: java.lang.UnsupportedOperationException: All audio files must be ogg vorbis, wav, or midi type
    at org.getspout.spout.sound.SimpleSoundManager.playCustomFile(SimpleSoundManager.java:240)
    at org.getspout.spout.sound.SimpleSoundManager.playCustomSoundEffect(SimpleSoundManager.java:217)
    at org.getspout.spout.sound.SimpleSoundManager.playCustomSoundEffect(SimpleSoundManager.java:212)
    at org.getspout.spout.sound.SimpleSoundManager.playCustomSoundEffect(SimpleSoundManager.java:207)
    at org.getspout.spout.sound.SimpleSoundManager.playCustomSoundEffect(SimpleSoundManager.java:202)
    at me.captain.paintball.PaintballGun.onItemInteract(PaintballGun.java:61)
    at org.getspout.spout.SpoutCustomBlockMonitor.onPlayerInteract(SpoutCustomBlockMonitor.java:53)
    at sun.reflect.GeneratedMethodAccessor27.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:425)
    ... 17 more
    20:57:18 [SEVERE] Could not pass event PlayerInteractEvent to Spout v1.4.7 b1421
    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_4_R1.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:178)
    at org.bukkit.craftbukkit.v1_4_R1.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:148)
    at net.minecraft.server.v1_4_R1.PlayerConnection.a(PlayerConnection.java:627)
    at net.minecraft.server.v1_4_R1.Packet15Place.handle(SourceFile:58)
    at net.minecraft.server.v1_4_R1.NetworkManager.b(NetworkManager.java:290)
    at net.minecraft.server.v1_4_R1.PlayerConnection.d(PlayerConnection.java:113)
    at org.getspout.spout.SpoutPlayerConnection.d(SpoutPlayerConnection.java:195)
    at net.minecraft.server.v1_4_R1.ServerConnection.b(SourceFile:39)
    at net.minecraft.server.v1_4_R1.DedicatedServerConnection.b(SourceFile:30)
    at net.minecraft.server.v1_4_R1.MinecraftServer.r(MinecraftServer.java:598)
    at net.minecraft.server.v1_4_R1.DedicatedServer.r(DedicatedServer.java:224)
    at net.minecraft.server.v1_4_R1.MinecraftServer.q(MinecraftServer.java:494)
    at net.minecraft.server.v1_4_R1.MinecraftServer.run(MinecraftServer.java:427)
    at net.minecraft.server.v1_4_R1.ThreadServerApplication.run(SourceFile:849)
    Caused by: java.lang.UnsupportedOperationException: All audio files must be ogg vorbis, wav, or midi type
    at org.getspout.spout.sound.SimpleSoundManager.playCustomFile(SimpleSoundManager.java:240)
    at org.getspout.spout.sound.SimpleSoundManager.playCustomSoundEffect(SimpleSoundManager.java:217)
    at org.getspout.spout.sound.SimpleSoundManager.playCustomSoundEffect(SimpleSoundManager.java:212)
    at org.getspout.spout.sound.SimpleSoundManager.playCustomSoundEffect(SimpleSoundManager.java:207)
    at org.getspout.spout.sound.SimpleSoundManager.playCustomSoundEffect(SimpleSoundManager.java:202)
    at me.captain.paintball.PaintballGun.onItemInteract(PaintballGun.java:61)
    at org.getspout.spout.SpoutCustomBlockMonitor.onPlayerInteract(SpoutCustomBlockMonitor.java:53)
    at sun.reflect.GeneratedMethodAccessor27.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:425)
    ... 17 more
    20:57:19 [SEVERE] Could not pass event PlayerInteractEvent to Spout v1.4.7 b1421
    org.bukkit.event.EventException
    at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:427)

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

    captainawesome7

  26. Offline

    Tolerance

    captainawesome7

    Yes! It works great now! Thanks for your help.

    Just 2 more small problems.

    1) How can I add a respawn time in CTF so that when I shoot them and I try to take there flag, I don't have to worry about them spawning on it
    2) After about 20 minutes of play, the sound just randomly turns off. Why?

    Thanks for the help.
     
  27. Offline

    captainawesome7

    I didn't think of the respawn timer, I'll add it in the next version. As far as the sound going, it's a Spout issue. For some reason it just stops working :/
     
  28. Offline

    theShay

    How are the ammo working ?
    I setted that to 1, "/pb ammo 1"
    And i dont recevied any weapons in the match.
    (bukkit server v1.4.7, PaintBall for 1.4.7)
     
  29. Offline

    captainawesome7

    why would you only want 1 paintball? Do you have spout and spoutcraft enabled?
     
  30. Offline

    Z_Matze_Z

    Does anyone know a good Map?
     

Share This Page