Libs not working? #183


  • New
  • Defect
Open
Assigned to _ForgeUser6843428
  • _ForgeUser11275976 created this issue May 8, 2014

    If you delete any of this template, your ticket will be marked as invalid and ignored! It is vital you fill out the template!
    ---------------------------------------------------
    What steps will reproduce the problem?
    ---------------------------------------------------
    1. Look into where the libs disguises is then fix the coding error.
    2. Disguise craft for some reason works fine.
    ---------------------------------------------------
    What is the expected output? What do you see instead?
    ---------------------------------------------------
    = not to have the error.

    ---------------------------------------------------
    What version of the PropHunt are you using (/version Prophunt)?
    ---------------------------------------------------
    = 143

    ---------------------------------------------------
    Do you have an error log of what happened? (If yes, pastebin that error log)
    ---------------------------------------------------
    ="Disabling plugin. Reason: DisguiseCraft or LibsDisguises not found, please install then reboot"?

    ---------------------------------------------------
    Please provide a clean Startup log and your config file.
    ---------------------------------------------------
    =# If you want to use your own messages, copy the Language.yml file, (Do not delete language file)
    # And rename it, then put the title of the renamed file in "UseLanguageFile:"
    UseLanguageFile: English.yml
    players-to-start: 2
    interval: 60
    lobby-time: 60
    starting-time: 300
    seeker-damage: 2
    time-reward: 60
    automatic: false
    dedicated: false
    random-arenas: true
    blow-disguises-last-30-seconds: false
    seeker-delay-time: 0
    blind-seeker-in-delay: true
    seeker-lives: 1000
    crouching-block-lock: true
    use-solid-block: true
    solid-block-time: 5
    using-custom-tab: false
    use-hitmarkers: true
    use-hitsounds: true
    auto-respawn: true
    use-side-scoreboard-stats: true
    choose-new-seeker-if-original-dies: true
    AutomationSettings:
      dispatch-commands-after-x-games: false
      number-of-games: 10
      commands:
      - say PropHunt Server resetting!
      - give tomskied 357 1
      - kickalltohub
      - stop
    ServerSettings:
      force-motd-prophunt: false
      block-access-whilst-in-game: false
      force-max-players: false
      force-max-players-size: 36
    BungeeSettings:
      using-bungee: false
      kick-back-to-hub: false
      hub-name: hub
      ping-interval-ticks: 20
      this-bungee-server-name: prophunt1
    ShopSettings:
      use-shop: true
      currency-name: Points
      use-vault-for-currency: true
      points-per-hider-kill: 5
      points-per-seeker-kill: 10
      point-per-second-hidden: 0.2
      points-hiders-win: 50
      points-seekers-win: 15
      vip-bonus: 2
    DatabaseSettings:
      type: mysql
      host: localhost
      port: 3306
      database: minecraft
      username: root
      password: minecraft
    HiderClass:
      Inventory: 283:1,357:20
      Effects: 1:20000:1,8:20000:1
      Helmet: 298 4:1
      Chestplate: 299 0:1
      Leggings: 300 1:2
      Boots: 301 2:4
    SeekerClass:
      Inventory: 261:1,262:64,391:10,366:10
      Effects: 1:20000:1
      Helmet: 310 0:4
      Chestplate: 311 0:4
      Leggings: 312 1:4
      Boots: 313 2:1
    block-disguises:
    - 1
    - 2
    - 3
    - 5
    - 6
    - 7
    - 12
    - 13
    - 14
    - 15
    - 16
    - 18
    - 25
    - 29
    - 33
    - 39
    - 40
    - 45
    - 46
    - 47
    - 49
    - 56
    - 62
    - 63
    - 78
    - 79
    - 80
    - 84
    - 86
    - 87
    - 88
    - 89
    - 99
    - 100
    - 103
    - 112
    - 116
    - 117
    - 121
    - 123
    - 130
    - 138
    - 140
    - 145
    - 151
    - 155
    - 170
    - 323
    ---------------------------------------------------
    Please provide any additional information below
    ---------------------------------------------------
    =

    ---------------------------------------------------
    Operating System:
    Server type: CraftBukkit
    Version of CB: 1.7.2

  • _ForgeUser11275976 added the tags New Defect May 8, 2014
  • TNTUP posted a comment May 11, 2014

    Im having this error,

    [19:53:46] [Server thread/ERROR]: Error occurred while enabling PropHunt v1.43 (Is it up to date?) java.lang.NoSuchMethodError: me.libraryaddict.disguise.DisguiseAPI.setViewDisguises(Z)V at me.tomski.prophunt.LibsDisguiseManager.<init>(LibsDisguiseManager.java:32) [?:?] at me.tomski.prophunt.PropHunt.init(PropHunt.java:103) [?:?] at me.tomski.prophunt.PropHunt.onEnable(PropHunt.java:65) [?:?] at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:250) [craftbukkit.jar:git-Spigot-1459] at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:324) [craftbukkit.jar:git-Spigot-1459] at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405) [craftbukkit.jar:git-Spigot-1459] at com.ryanclancy000.plugman.utilities.Utilities.restartCommand(Utilities.java:449) [PlugMan.jar:?] at com.ryanclancy000.plugman.PlugManCommands.onCommand(PlugManCommands.java:76) [PlugMan.jar:?] at org.bukkit.command.PluginCommand.execute(PluginCommand.java:44) [craftbukkit.jar:git-Spigot-1459] at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:180) [craftbukkit.jar:git-Spigot-1459] at org.bukkit.craftbukkit.v1_7_R3.CraftServer.dispatchCommand(CraftServer.java:722) [craftbukkit.jar:git-Spigot-1459] at net.minecraft.server.v1_7_R3.PlayerConnection.handleCommand(PlayerConnection.java:985) [craftbukkit.jar:git-Spigot-1459] at net.minecraft.server.v1_7_R3.PlayerConnection.a(PlayerConnection.java:830) [craftbukkit.jar:git-Spigot-1459] at net.minecraft.server.v1_7_R3.PacketPlayInChat.a(PacketPlayInChat.java:28) [craftbukkit.jar:git-Spigot-1459] at net.minecraft.server.v1_7_R3.PacketPlayInChat.handle(PacketPlayInChat.java:65) [craftbukkit.jar:git-Spigot-1459] at net.minecraft.server.v1_7_R3.NetworkManager.a(NetworkManager.java:180) [craftbukkit.jar:git-Spigot-1459] at net.minecraft.server.v1_7_R3.ServerConnection.c(ServerConnection.java:81) [craftbukkit.jar:git-Spigot-1459] at net.minecraft.server.v1_7_R3.MinecraftServer.v(MinecraftServer.java:713) [craftbukkit.jar:git-Spigot-1459] at net.minecraft.server.v1_7_R3.DedicatedServer.v(DedicatedServer.java:283) [craftbukkit.jar:git-Spigot-1459] at net.minecraft.server.v1_7_R3.MinecraftServer.u(MinecraftServer.java:576) [craftbukkit.jar:git-Spigot-1459] at net.minecraft.server.v1_7_R3.MinecraftServer.run(MinecraftServer.java:482) [craftbukkit.jar:git-Spigot-1459] at net.minecraft.server.v1_7_R3.ThreadServerApplication.run(SourceFile:628) [craftbukkit.jar:git-Spigot-1459]

    Running on spigot, Libs Disguises 8.0.9, Prophunt 1.43....


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