Question Need Help Loading Plugin (Spigot1.14.2 Ubuntu)

Discussion in 'Bukkit Help' started by NozzaVevo, Jun 27, 2019.

Thread Status:
Not open for further replies.
  1. Offline

    NozzaVevo

    Hi all,
    Im running a Spigot-1.14.2 server on a remote Ubuntu server for me a my friends to play on. It has 5GB of RAM and a decent Intel Skylake CPU. I've installed several plugins such as WorldEdit, WorldGuard and Essentials without any issues.
    The server didn't have any issues until today.

    Im trying to install a plugin called "TrainCart" and I ran into an issue.... The plugin won't load on server startup.
    The plugin .jar file is placed correctly in the plugins file along with the other working plugins so it should work properly.

    Here is my Plugins directory:

    root@spigot:/home/spigot/plugins# cd /home/spigot/plugins
    root@spigot:/home/spigot/plugins# ls -la
    total 11192
    .
    ..
    ClearLag
    Clearlag.jar
    Essentials
    EssentialsX-2.16.1.169.jar
    OpenInv
    OpenInv.jar
    PluginMetrics

    Traincarts.jar <---- The plugin im trying to install
    Vault
    Vault.jar
    WorldEdit
    WorldGuard
    dynmap-2.5.jar
    logs
    worldedit-bukkit-7.0.0.jar
    worldguard-bukkit-7.0.0.jar



    Here is a section from the server startup log telling me that TrainCarts.jar wont load:

    Code:
    [04:55:14] [Server thread/ERROR]: Could not load 'plugins/Traincarts.jar' in folder 'plugins'
    org.bukkit.plugin.UnknownDependencyException: BKCommonLib
            at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:220) [spigot-1.14.2.jar:git-Spigot-df0eb25-43431ba]
            at org.bukkit.craftbukkit.v1_14_R1.CraftServer.loadPlugins(CraftServer.java:347) [spigot-1.14.2.jar:git-Spigot-df0eb25-43431ba]
            at net.minecraft.server.v1_14_R1.DedicatedServer.init(DedicatedServer.java:194) [spigot-1.14.2.jar:git-Spigot-df0eb25-43431ba]
            at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:761) [spigot-1.14.2.jar:git-Spigot-df0eb25-43431ba]
            at java.lang.Thread.run(Thread.java:834) [?:?]



    Any help would be appreciated.

    Thanks
    NozzaVevo
     
    Last edited by a moderator: Jun 27, 2019
  2. Offline

    timtower Administrator Administrator Moderator

    @NozzaVevo You also need BKCommonLib for TrainCarts to work.
     
Thread Status:
Not open for further replies.

Share This Page