[SPOUT] Arrow Quiver GUI

Discussion in 'Archived: Plugin Requests' started by TheresZombies, May 11, 2013.

  1. Offline

    TheresZombies

    Arrow Quiver GUI
    [Spout]
    Basically my idea for this is a GUI overlay that would sit on the side of your screen and show you how many arrows you have left in your inventory. I have no idea's on how this could be achieved because I'm not that far along with my coding knowledge to actually be able to make this yet. But if somebody could it would be greatly appreciated :)
     
  2. I think you have a better chance if you post in the Spout Forums, because they are more advanced with the spout API.
     
  3. Offline

    keensta

    I may be wrong but couldn't this be done without spout as you could just use the scoreboard feature.
     
  4. Offline

    -_Husky_-

    Yeah, it can.

    Doing it now!

    Done!

    Not sure if it works, It should be right

    Requires Java 7! (I compiled it on a new laptop without Java 6)

    Download (Dropbox)

    Enjoy!

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Jun 1, 2016
    TheresZombies likes this.
  5. Offline

    TheresZombies

    21:57:11 [SEVERE] Could not load 'plugins\ArrowQuiver.jar' in folder 'plugins'
    org.bukkit.plugin.InvalidPluginException: java.lang.NullPointerException
    at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:182)
    at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:305)
    at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:230)
    at org.bukkit.craftbukkit.v1_5_R2.CraftServer.loadPlugins(CraftServer.java:239)
    at org.bukkit.craftbukkit.v1_5_R2.CraftServer.<init(CraftServer.java:217)
    at net.minecraft.server.v1_5_R2.PlayerList.<init(PlayerList.java:55)
    at net.minecraft.server.v1_5_R2.DedicatedPlayerList.<init(SourceFile:11)
    at net.minecraft.server.v1_5_R2.DedicatedServer.init(DedicatedServer.java:105)
    at net.minecraft.server.v1_5_R2.MinecraftServer.run(MinecraftServer.java:381)
    at net.minecraft.server.v1_5_R2.ThreadServerApplication.run(SourceFile:573)
    Caused by: java.lang.NullPointerException
    at code.husky.ArrowQuiver.<init(ArrowQuiver.java:22)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
    at java.lang.reflect.Constructor.newInstance(Unknown Source)
    at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:178)
    ... 9 more
     
  6. Offline

    -_Husky_-

    Will fix when I get home.
     

Share This Page