Plugin Help Error on /fly from Essentials

Discussion in 'Plugin Help/Development/Requests' started by xPwned_, Aug 1, 2017.

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

    xPwned_

    Code:
    [01:01:37 INFO]: xPwned_ issued server command: /fly
    [01:01:37 ERROR]: null
    org.bukkit.command.CommandException: Unhandled exception executing command 'fly' in plugin Bssentials v2.3
      at org.bukkit.command.PluginCommand.execute(PluginCommand.java:46) ~[craftbukkit.jar:git-Bukkit-33d5de3]
      at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:140) ~[craftbukkit.jar:git-Bukkit-33d5de3]
      at org.bukkit.craftbukkit.v1_8_R1.CraftServer.dispatchCommand(CraftServer.java:625) ~[craftbukkit.jar:git-Bukkit-33d5de3]
      at net.minecraft.server.v1_8_R1.PlayerConnection.handleCommand(PlayerConnection.java:1058) [craftbukkit.jar:git-Bukkit-33d5de3]
      at net.minecraft.server.v1_8_R1.PlayerConnection.a(PlayerConnection.java:919) [craftbukkit.jar:git-Bukkit-33d5de3]
      at net.minecraft.server.v1_8_R1.PacketPlayInChat.a(SourceFile:37) [craftbukkit.jar:git-Bukkit-33d5de3]
      at net.minecraft.server.v1_8_R1.PacketPlayInChat.a(SourceFile:9) [craftbukkit.jar:git-Bukkit-33d5de3]
      at net.minecraft.server.v1_8_R1.PacketHandleTask.run(SourceFile:13) [craftbukkit.jar:git-Bukkit-33d5de3]
      at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) [?:1.8.0_144]
      at java.util.concurrent.FutureTask.run(Unknown Source) [?:1.8.0_144]
      at net.minecraft.server.v1_8_R1.MinecraftServer.z(MinecraftServer.java:656) [craftbukkit.jar:git-Bukkit-33d5de3]
      at net.minecraft.server.v1_8_R1.DedicatedServer.z(DedicatedServer.java:284) [craftbukkit.jar:git-Bukkit-33d5de3]
      at net.minecraft.server.v1_8_R1.MinecraftServer.y(MinecraftServer.java:609) [craftbukkit.jar:git-Bukkit-33d5de3]
      at net.minecraft.server.v1_8_R1.MinecraftServer.run(MinecraftServer.java:517) [craftbukkit.jar:git-Bukkit-33d5de3]
      at java.lang.Thread.run(Unknown Source) [?:1.8.0_144]
    Caused by: java.lang.ArrayIndexOutOfBoundsException: 1
      at ml.bssentials.main.Bssentials.onCommand(Bssentials.java:538) ~[?:?]
      at org.bukkit.command.PluginCommand.execute(PluginCommand.java:44) ~[craftbukkit.jar:git-Bukkit-33d5de3]
      ... 14 more
    
    I have also attached a pdf of my essentials config file... someone pls help me figure out what's wrong!
     

    Attached Files:

    Last edited by a moderator: Aug 1, 2017
  2. Offline

    Zombie_Striker

    @xPwned_
    Why are you still on 1.8? There is no reason to stay on older updates. Update your server.

    Again, as posted in the other thread, contact the creators of the plugin and report it to them. Quite honestly, if the plugin creators could not account AOOBs for commands, they seem quite incompetent. I would not recommend you use this plugin.
     
    Last edited: Aug 2, 2017
  3. Offline

    xPwned_

    if I update my server, some of the plugins I'm using will not work anymore...
     
  4. @xPwned_
    Are you sure about that? A lot of plugins are forward compatible, and nearly all major ones that are broken have replacements. There are also tonnes more new plugins in later versions.
     
  5. Offline

    xPwned_


    how does one update a server to a newer version, and which version would you suggest?
     
  6. @xPwned_
    Just get a new craftbukkit (or spigot) jar using BuildTools. I'd recommend using the latest version, 1.12.
     
  7. Offline

    xPwned_

    By doing this, will it reset everything that I've already done? Also, is there a way to fix it without updating the server?
     
  8. @xPwned_
    No, all it will do is update the server. All your worlds, plugin data, players and everything will still be fine.

    But do make sure to take a backup, just in case.
     
Thread Status:
Not open for further replies.

Share This Page