Guns+ Will Not Load Even At The Most Recent Dev Build #169


  • New
  • Defect
Open
Assigned to sirtylerm
  • Xplodin360 created this issue Mar 13, 2013

    What steps will reproduce the problem?
    1. Starting the server
    2. Restarting the server
    3. Reloading the plugins

    What is the expected output? What do you see instead?
    The Plugin to work, it does not work.

    What version of the product are you using?
    1.8

    Do you have an error log of what happened?
    18:57:52 [SEVERE] Could not load 'plugins\GunsPlus.jar' in folder 'plugins'
    org.bukkit.plugin.UnknownDependencyException: Spout
            at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager
    .java:195)
            at org.bukkit.craftbukkit.v1_4_R1.CraftServer.loadPlugins(CraftServer.ja
    va:239)
            at org.bukkit.craftbukkit.v1_4_R1.CraftServer.<init>(CraftServer.java:21
    7)
            at net.minecraft.server.v1_4_R1.PlayerList.<init>(PlayerList.java:55)
            at net.minecraft.server.v1_4_R1.DedicatedPlayerList.<init>(SourceFile:11
    )
            at net.minecraft.server.v1_4_R1.DedicatedServer.init(DedicatedServer.jav
    a:104)
            at net.minecraft.server.v1_4_R1.MinecraftServer.run(MinecraftServer.java
    :399)
            at net.minecraft.server.v1_4_R1.ThreadServerApplication.run(SourceFile:8
    49)

    Please provide any additional information below.
    I have the latest of every plugin, including the newest spout dev builds and previous builds from 1.4.7

  • Xplodin360 added the tags New Defect Mar 13, 2013
  • _ForgeUser7041125 posted a comment Mar 17, 2013

    Please update imports in GunsUtils class:

    import net.minecraft.server.v1_4_R1.EntityLiving;
    import net.minecraft.server.v1_4_R1.EntityPlayer;
    import net.minecraft.server.v1_4_R1.MobEffect;
    import net.minecraft.server.v1_4_R1.Packet42RemoveMobEffect;
    
    import org.bukkit.craftbukkit.v1_4_R1.entity.CraftPlayer;
    
  • Xplodin360 posted a comment Mar 17, 2013

    @Hoeze: Go

    Wait, How would I update it? Unless you are asking the devs to update it. Wouldn't I need the source?

  • _ForgeUser7971089 posted a comment Apr 17, 2013

    Try out Guns+ 1.9 as soon as it gets approved. This version will fix many bugs. If this one remains PM me and I'll see about it.


To post a comment, please login or register a new account.