[GEN] InventorySort v2.0.2 - Sorts your inventory or a chest. [1060]

Discussion in 'Inactive/Unsupported Plugins' started by Wolfwood, Feb 18, 2011.

  1. Offline

    Wolfwood

    Maxwolf Goodliffe and ssechaud like this.
  2. Offline

    kush

    can you update for 670 please

    This error pops up every time someone tries to use it:
    2011-04-08 09:47:14 [SEVERE] null
    org.bukkit.command.CommandException: Unhandled exception executing command 'sort' in plugin InventorySort v1.8.1
    at org.bukkit.command.PluginCommand.execute(PluginCommand.java:37)
    at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:80)
    at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:254)
    at net.minecraft.server.NetServerHandler.c(NetServerHandler.java:596)
    at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:559)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:553)
    at net.minecraft.server.Packet3Chat.a(SourceFile:24)
    at net.minecraft.server.NetworkManager.a(NetworkManager.java:198)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:72)
    at net.minecraft.server.NetworkListenThread.a(SourceFile:100)
    at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:368)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:283)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:375)
    Caused by: java.lang.NullPointerException
    at Wolfwood.InventorySort.workers.Sort$ComparableIS.compareTo(Sort.java:118)
    at Wolfwood.InventorySort.workers.Sort.partition(Sort.java:169)
    at Wolfwood.InventorySort.workers.Sort.recQuickSort(Sort.java:191)
    at Wolfwood.InventorySort.workers.Sort.sortItemStack(Sort.java:33)
    at Wolfwood.InventorySort.commands.SortCommand.perform(SortCommand.java:128)
    at Wolfwood.InventorySort.InventorySort.onCommand(InventorySort.java:124)
    at org.bukkit.command.PluginCommand.execute(PluginCommand.java:35)
    ... 12 more
     
  3. Offline

    sickboy

    Thanks, you da man
     
  4. Offline

    grinch843

    Hi, just noticed today that inventorysort is crashing on me, not sure when it started. The only major change I've done recently is update to cb670. Below is my serverlog. The first error message happens when I used /sort top. The second error is when I tried to sort a chest using the stick. The third is when I use /sort all.

    Any help would be greatly appreciated....

    Sirgrinch.....

    Code:
    2011-04-09 10:29:54 [INFO] Starting minecraft server version Beta 1.4
    2011-04-09 10:29:54 [INFO] Loading properties
    2011-04-09 10:29:54 [INFO] Starting Minecraft server on *:25565
    2011-04-09 10:29:54 [INFO] This server is running Craftbukkit version git-Bukkit-0.0.0-646-gb61ef8c-b670jnks (MC: 1.4)
    2011-04-09 10:29:54 [INFO] Preparing level "world"
    2011-04-09 10:29:54 [INFO] Preparing start region
    2011-04-09 10:29:55 [INFO] 144 recipes
    2011-04-09 10:29:56 [INFO] Preparing spawn area: 44%
    2011-04-09 10:29:57 [INFO] AutoRepair version 1.91 is enabled
    2011-04-09 10:29:57 [INFO] GroupManager - INFO - Scheduled Data Saving is set for every 10 minutes!
    2011-04-09 10:29:57 [INFO] GroupManager version 1.0(alpha-5) is enabled!
    2011-04-09 10:29:57 [INFO] Fake Permissions version 2.5.1 is enabled!
    2011-04-09 10:29:57 [INFO] ControllerBlock: 1.17 by Hell_Fire
    2011-04-09 10:29:57 [INFO] ControllerBlock: Using IRON_BLOCK (42) as ControllerBlock, loaded 0 disallowed types from config
    2011-04-09 10:29:57 [INFO] ControllerBlock: Enabling full redstone check
    2011-04-09 10:29:57 [INFO] ControllerBlock: Events registered
    2011-04-09 10:29:57 [INFO] CraftBukkitUpToDate version 2.4.7 is enabled!
    2011-04-09 10:29:57 [INFO] CButD: CraftBukkit is up to Date
    2011-04-09 10:29:57 [INFO] DropChest version 0.6.7 is enabled!
    2011-04-09 10:29:58 [INFO] Loaded Essentials build 2.1.24 maintained by Zenexer, ementalo, Aelux, Brettflan, KimKandor, snowleo and ceulemans.
    2011-04-09 10:29:58 [INFO] Loaded EssentialsChat build 2.1.24 by Zenexer, ementalo, Aelux, Brettflan, KimKandor, snowleo and ceulemans.
    2011-04-09 10:29:58 [INFO] Loaded EssentialsSpawn build 2.1.24 maintained by Zenexer, ementalo, Aelux, Brettflan, KimKandor, snowleo and ceulemans.
    2011-04-09 10:29:58 [INFO] FenceStack version 1.13 loaded.
    2011-04-09 10:29:58 [INFO] Growbie version 2.3 enabled.
    2011-04-09 10:29:58 [INFO] [§aInventorySort§f] Using [GroupManager v1.0(alpha-5)] for Permissions.
    2011-04-09 10:29:58 [INFO] [§aInventorySort§f] version 1.8.1 is enabled!
    2011-04-09 10:29:58 [INFO] [MagicCarpet] MagicCarpet version 1.5.3 is enabled!
    2011-04-09 10:29:58 [INFO] [MagicCarpet] Take yourself wonder by wonder, using /magiccarpet or /mc.
    2011-04-09 10:29:58 [INFO] [MagicCarpet] Using Permissions.
    2011-04-09 10:29:58 [INFO] OtherBlocks 0.7.4 loaded.
    2011-04-09 10:29:58 [INFO] PumpkinDiver version 0.16 is enabled!
    2011-04-09 10:29:58 [INFO] SignThatChest version 1.1 is enabled.
    2011-04-09 10:29:58 [INFO] SimpleSave: 2.1 Initialized
    2011-04-09 10:29:58 [INFO] SimpleSave: Current save interval is 10 minute(s)
    2011-04-09 10:29:58 [INFO] SimpleSave: Current broadcast color is RED
    2011-04-09 10:29:58 [INFO] [SlowHealth] version [3.0.1] (actruncale) is loaded.
    2011-04-09 10:29:58 [INFO] Tombstone v.1.2.1 is enabled.
    2011-04-09 10:29:58 [INFO] [Tombstone] Using Permissions (v2.5.1)
    2011-04-09 10:29:58 [INFO] Reading TorchBurn configuration.
    2011-04-09 10:29:58 [INFO] VoxelSniper version 3.2 is enabled! Snipe away.
    2011-04-09 10:29:58 [INFO] Done (0.354s)! For help, type "help" or "?"
    2011-04-09 10:29:58 [INFO] ControllerBlock: Loaded v4 data - 2 ControllerBlocks loaded
    2011-04-09 10:30:07 [INFO] CButD: Plugin-Update-Check started
    2011-04-09 10:30:08 [INFO] No source for AutoRepair.jar ask the Author to give me one
    2011-04-09 10:30:10 [INFO] CButD: Plugin-Update-Check finished
    2011-04-09 10:30:21 [INFO] SirGrinch [/24.158.58.135:58980] logged in with entity id 142
    2011-04-09 10:31:15 [SEVERE] null
    org.bukkit.command.CommandException: Unhandled exception executing command 'sort' in plugin InventorySort v1.8.1
        at org.bukkit.command.PluginCommand.execute(PluginCommand.java:37)
        at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:80)
        at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:254)
        at net.minecraft.server.NetServerHandler.c(NetServerHandler.java:596)
        at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:559)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:553)
        at net.minecraft.server.Packet3Chat.a(SourceFile:24)
        at net.minecraft.server.NetworkManager.a(NetworkManager.java:198)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:72)
        at net.minecraft.server.NetworkListenThread.a(SourceFile:100)
        at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:368)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:283)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:375)
    Caused by: java.lang.NullPointerException
        at Wolfwood.InventorySort.workers.Sort$ComparableIS.compareTo(Sort.java:118)
        at Wolfwood.InventorySort.workers.Sort.partition(Sort.java:169)
        at Wolfwood.InventorySort.workers.Sort.recQuickSort(Sort.java:191)
        at Wolfwood.InventorySort.workers.Sort.sortItemStack(Sort.java:33)
        at Wolfwood.InventorySort.commands.SortCommand.perform(SortCommand.java:128)
        at Wolfwood.InventorySort.InventorySort.onCommand(InventorySort.java:124)
        at org.bukkit.command.PluginCommand.execute(PluginCommand.java:35)
        ... 12 more
    2011-04-09 10:31:49 [INFO] §9[PLAYER_COMMAND] SirGrinch: /warp tool
    2011-04-09 10:32:22 [SEVERE] Could not pass event BLOCK_DAMAGE to InventorySort
    java.lang.NullPointerException
        at Wolfwood.InventorySort.workers.Sort$ComparableIS.compareTo(Sort.java:118)
        at Wolfwood.InventorySort.workers.Sort.partition(Sort.java:169)
        at Wolfwood.InventorySort.workers.Sort.recQuickSort(Sort.java:191)
        at Wolfwood.InventorySort.workers.Sort.sortItemStack(Sort.java:33)
        at Wolfwood.InventorySort.workers.Sort.sortItemStack(Sort.java:24)
        at Wolfwood.InventorySort.workers.ChestWorker.sortDblChst(ChestWorker.java:68)
        at Wolfwood.InventorySort.workers.ChestWorker.sortChest(ChestWorker.java:43)
        at Wolfwood.InventorySort.SortBlockListener.onBlockDamage(SortBlockListener.java:35)
        at org.bukkit.plugin.java.JavaPluginLoader$25.execute(JavaPluginLoader.java:350)
        at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:59)
        at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:255)
        at org.bukkit.craftbukkit.event.CraftEventFactory.callBlockDamageEvent(CraftEventFactory.java:180)
        at net.minecraft.server.ItemInWorldManager.a(ItemInWorldManager.java:87)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:356)
        at net.minecraft.server.Packet14BlockDig.a(SourceFile:42)
        at net.minecraft.server.NetworkManager.a(NetworkManager.java:198)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:72)
        at net.minecraft.server.NetworkListenThread.a(SourceFile:100)
        at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:368)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:283)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:375)
    2011-04-09 10:33:16 [SEVERE] null
    org.bukkit.command.CommandException: Unhandled exception executing command 'sort' in plugin InventorySort v1.8.1
        at org.bukkit.command.PluginCommand.execute(PluginCommand.java:37)
        at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:80)
        at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:254)
        at net.minecraft.server.NetServerHandler.c(NetServerHandler.java:596)
        at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:559)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:553)
        at net.minecraft.server.Packet3Chat.a(SourceFile:24)
        at net.minecraft.server.NetworkManager.a(NetworkManager.java:198)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:72)
        at net.minecraft.server.NetworkListenThread.a(SourceFile:100)
        at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:368)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:283)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:375)
    Caused by: java.lang.NullPointerException
        at Wolfwood.InventorySort.workers.Sort$ComparableIS.compareTo(Sort.java:118)
        at Wolfwood.InventorySort.workers.Sort.partition(Sort.java:169)
        at Wolfwood.InventorySort.workers.Sort.recQuickSort(Sort.java:191)
        at Wolfwood.InventorySort.workers.Sort.sortItemStack(Sort.java:33)
        at Wolfwood.InventorySort.commands.SortCommand.perform(SortCommand.java:128)
        at Wolfwood.InventorySort.InventorySort.onCommand(InventorySort.java:124)
        at org.bukkit.command.PluginCommand.execute(PluginCommand.java:35)
        ... 12 more
    2011-04-09 10:33:34 [INFO] Connection reset
    2011-04-09 10:33:34 [INFO] SirGrinch lost connection: disconnect.quitting
    2011-04-09 10:33:34 [SEVERE] Nag author: 'RCarretta' of 'TorchBurn' about the following: onPlayerQuit has been replaced with a new signature, (PlayerQuitEvent)
    2011-04-09 10:33:38 [INFO] Stopping the server..
    2011-04-09 10:33:38 [INFO] CONSOLE: Stopping the server..
    2011-04-09 10:33:38 [INFO] Stopping server
    2011-04-09 10:33:38 [INFO] AutoRepair version 1.91 is disabled
    2011-04-09 10:33:38 [INFO] Fake Permissions version 2.5.1 is disabled!
    2011-04-09 10:33:38 [INFO] [Tombstone] Permissions plugin lost.
    2011-04-09 10:33:38 [INFO] GroupManager - INFO - Scheduled Data Saving is disabled!
    2011-04-09 10:33:38 [INFO] GroupManager version 1.0(alpha-5) is disabled!
    2011-04-09 10:33:38 [INFO] FenceStack version 1.13 unloaded.
    2011-04-09 10:33:38 [INFO] Growbie disabled.
    2011-04-09 10:33:38 [INFO] [§aInventorySort§f] version 1.8.1 is disabled!
    2011-04-09 10:33:38 [INFO] Magic Carpet disabled. Thanks for trying the plugin!
    2011-04-09 10:33:38 [INFO] OtherBlocks 0.7.4 unloaded.
    2011-04-09 10:33:38 [INFO] SignThatChest version 1.1 is disabled.
    2011-04-09 10:33:38 [INFO] Goodbye world!
    2011-04-09 10:33:38 [INFO] Saving chunks
    2011-04-09 10:33:39 [INFO] Stopping server
    2011-04-09 10:33:39 [INFO] Saving chunks
    
     
  5. Offline

    snouz

    Just to let you know that I went to 670, every plugin works fine except yours.
     
  6. Offline

    ssechaud

    12:40:01 [SEVERE] null
    org.bukkit.command.CommandException: Unhandled exception executing command 'sortchest' in plugin InventorySort v1.8.1
    at org.bukkit.command.PluginCommand.execute(PluginCommand.java:37)
    at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:80)
    at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:254)
    at net.minecraft.server.NetServerHandler.c(NetServerHandler.java:596)
    at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:559)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:553)
    at net.minecraft.server.Packet3Chat.a(SourceFile:24)
    at net.minecraft.server.NetworkManager.a(NetworkManager.java:198)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:72)
    at net.minecraft.server.NetworkListenThread.a(SourceFile:100)
    at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:368)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:283)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:375)
    Caused by: java.lang.NullPointerException
    at Wolfwood.InventorySort.workers.Sort$ComparableIS.compareTo(Sort.java:118)
    at Wolfwood.InventorySort.workers.Sort.partition(Sort.java:169)
    at Wolfwood.InventorySort.workers.Sort.recQuickSort(Sort.java:191)
    at Wolfwood.InventorySort.workers.Sort.sortItemStack(Sort.java:33)
    at Wolfwood.InventorySort.workers.Sort.sortItemStack(Sort.java:24)
    at Wolfwood.InventorySort.workers.ChestWorker.sortDblChst(ChestWorker.java:68)
    at Wolfwood.InventorySort.workers.ChestWorker.sortChest(ChestWorker.java:43)
    at Wolfwood.InventorySort.commands.SortChestCommand.perform(SortChestCommand.java:47)
    at Wolfwood.InventorySort.InventorySort.onCommand(InventorySort.java:124)
    at org.bukkit.command.PluginCommand.execute(PluginCommand.java:35)
    ... 12 more

    12:40:12 [SEVERE] null
    org.bukkit.command.CommandException: Unhandled exception executing command 'sort' in plugin InventorySort v1.8.1
    at org.bukkit.command.PluginCommand.execute(PluginCommand.java:37)
    at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:80)
    at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:254)
    at net.minecraft.server.NetServerHandler.c(NetServerHandler.java:596)
    at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:559)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:553)
    at net.minecraft.server.Packet3Chat.a(SourceFile:24)
    at net.minecraft.server.NetworkManager.a(NetworkManager.java:198)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:72)
    at net.minecraft.server.NetworkListenThread.a(SourceFile:100)
    at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:368)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:283)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:375)
    Caused by: java.lang.NullPointerException
    at Wolfwood.InventorySort.workers.Sort$ComparableIS.compareTo(Sort.java:118)
    at Wolfwood.InventorySort.workers.Sort.partition(Sort.java:169)
    at Wolfwood.InventorySort.workers.Sort.recQuickSort(Sort.java:191)
    at Wolfwood.InventorySort.workers.Sort.sortItemStack(Sort.java:33)
    at Wolfwood.InventorySort.commands.SortCommand.perform(SortCommand.java:128)
    at Wolfwood.InventorySort.InventorySort.onCommand(InventorySort.java:124)
    at org.bukkit.command.PluginCommand.execute(PluginCommand.java:35)
    ... 12 more

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 9, 2016
  7. Offline

    Thelyfe21

    I'd really like this plugin to work properly, I get the same error as the guy above me.
     
  8. Offline

    Wolfwood

    Fixed. It was from the Material.AIR = null and I wasn't comparing for null.
     
  9. Offline

    EnzoFX

    Thanks for the fix!
     
  10. Offline

    Chromana

    Hi, "/sort stack" doesn't seem to work. It just brings up a list of the other commands. Doesn't work with Permissions and I don't think it works without Permissions either. Latest version of everything. Thanks.
     
  11. Offline

    snouz

    Latest version of everything, does it mean higher than CB670?
     
  12. Offline

    Wolfwood

    I've tested it on all 4 permission systems, niji's, theyeti's, GM's, and built in and it worked every time on build 677 of CB as long as I had the permissions node right.

    Do you have Stack:Toggle:Enabled set to false in the config
    Code:
    Stack:
        Default:
            Enabled: true
        Toggle:
            Enabled: false
    because that's the only way to get the help message with the /sort stack comand
     
  13. Offline

    Fob_Upset

    When i try /sort all or /sortchest i get.

    Code:
    01:47:13 [SEVERE] null
    org.bukkit.command.CommandException: Unhandled exception executing command 'sort' in plugin InventorySort v1.9
            at org.bukkit.command.PluginCommand.execute(PluginCommand.java:37)
            at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:80)
            at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:255)
            at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.java:650)
            at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:613)
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:607)
            at net.minecraft.server.Packet3Chat.a(SourceFile:36)
            at net.minecraft.server.NetworkManager.a(NetworkManager.java:195)
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:73)
            at net.minecraft.server.NetworkListenThread.a(SourceFile:100)
            at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:370)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:285)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:394)
    Caused by: java.lang.NullPointerException
            at Wolfwood.InventorySort.workers.Sort.sortItemStack(Sort.java:29)
            at Wolfwood.InventorySort.commands.SortCommand.perform(SortCommand.java:128)
            at Wolfwood.InventorySort.InventorySort.onCommand(InventorySort.java:124)
            at org.bukkit.command.PluginCommand.execute(PluginCommand.java:35)
            ... 12 more
    
     
  14. Hi! I like your plugin and i have a feature suggestion. Dont know if youll like it, but i sure would love to see a plugin doing this.

    Imagine the following scenario: I manually arrange my items disposition in my inventory, then i type a command to save this dispositon. The next time i sort my inventory using the sort command, if I have any items from that disposition, it should place it at tje same place, if i dont have any from that particular item, leave the place empty.

    Of course i think it could be a real headache to implement, but nothing is impossible for coders:)
     
  15. Offline

    ssechaud

    Any chance to make this auto sort chests for everyone when they open the chest?
     
  16. Offline

    Wolfwood

    I don't really want to add that but I think there is another mod that does do this and I doubt it conflicts with my plugin.

    I'm really not implementing anything with my plugin anymore, I'm just keeping it up to date now.
     
  17. Hmm cool plugin, but is there any way to prevent people from griefing others by sorting their chest for them? Obviously some people want their own sorting on chests.

    Interfacing with LWC would be great.
     
  18. Error @ 740:
    Code:
    2011-05-03 22:47:59 [SEVERE] null
    org.bukkit.command.CommandException: Unhandled exception executing command 'sort' in plugin InventorySort v1.9
        at org.bukkit.command.PluginCommand.execute(PluginCommand.java:37)
        at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:85)
        at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:255)
        at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.java:677)
        at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:640)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:634)
        at net.minecraft.server.Packet3Chat.a(Packet3Chat.java:32)
        at net.minecraft.server.NetworkManager.a(NetworkManager.java:195)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:74)
        at net.minecraft.server.NetworkListenThread.a(SourceFile:100)
        at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:370)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:285)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:394)
    Caused by: java.lang.NullPointerException
        at Wolfwood.InventorySort.workers.Sort.sortItemStack(Sort.java:29)
        at Wolfwood.InventorySort.commands.SortCommand.perform(SortCommand.java:128)
        at Wolfwood.InventorySort.InventorySort.onCommand(InventorySort.java:124)
        at org.bukkit.command.PluginCommand.execute(PluginCommand.java:35)
        ... 12 more
     
  19. Offline

    bradgillap

    Bukkit 740, essentials, lockette,

    Code:
    04.05 23:53:57 [Server] INFO    ... 12 more
    04.05 23:53:57 [Server] INFO    at org.bukkit.command.PluginCommand.execute(PluginCommand.java:35)
    04.05 23:53:57 [Server] INFO    at Wolfwood.InventorySort.InventorySort.onCommand(InventorySort.java:124)
    04.05 23:53:57 [Server] INFO    at Wolfwood.InventorySort.commands.SortCommand.perform(SortCommand.java:128)
    04.05 23:53:57 [Server] INFO    at Wolfwood.InventorySort.workers.Sort.sortItemStack(Sort.java:29)
    04.05 23:53:57 [Server] INFO Caused by: java.lang.NullPointerException
    04.05 23:53:57 [Server] INFO    at net.minecraft.server.ThreadServerApplication.run(SourceFile:394)
    04.05 23:53:57 [Server] INFO    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:285)
    04.05 23:53:57 [Server] INFO    at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:370)
    04.05 23:53:57 [Server] INFO    at net.minecraft.server.NetworkListenThread.a(SourceFile:100)
    04.05 23:53:57 [Server] INFO    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:74)
    04.05 23:53:57 [Server] INFO    at net.minecraft.server.NetworkManager.a(NetworkManager.java:195)
    04.05 23:53:57 [Server] INFO    at net.minecraft.server.Packet3Chat.a(Packet3Chat.java:32)
    04.05 23:53:57 [Server] INFO    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:634)
    04.05 23:53:57 [Server] INFO    at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:640)
    04.05 23:53:57 [Server] INFO    at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.java:677)
    04.05 23:53:57 [Server] INFO    at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:255)
    04.05 23:53:57 [Server] INFO    at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:85)
    04.05 23:53:57 [Server] INFO    at org.bukkit.command.PluginCommand.execute(PluginCommand.java:37)
    04.05 23:53:57 [Server] INFO org.bukkit.command.CommandException: Unhandled exception executing command 'sort' in plugin InventorySort v1.9
    04.05 23:53:57 [Server] SEVERE null
    04.05 23:53:27 [Server] INFO 1, 0
    04.05 23:53:20 [Server] INFO    ... 12 more
    04.05 23:53:20 [Server] INFO    at org.bukkit.command.PluginCommand.execute(PluginCommand.java:35)
    04.05 23:53:20 [Server] INFO    at Wolfwood.InventorySort.InventorySort.onCommand(InventorySort.java:124)
    04.05 23:53:20 [Server] INFO    at Wolfwood.InventorySort.commands.SortChestCommand.perform(SortChestCommand.java:47)
    04.05 23:53:20 [Server] INFO    at Wolfwood.InventorySort.workers.ChestWorker.sortChest(ChestWorker.java:43)
    04.05 23:53:20 [Server] INFO    at Wolfwood.InventorySort.workers.ChestWorker.sortDblChst(ChestWorker.java:68)
    04.05 23:53:20 [Server] INFO    at Wolfwood.InventorySort.workers.Sort.sortItemStack(Sort.java:24)
    04.05 23:53:20 [Server] INFO    at Wolfwood.InventorySort.workers.Sort.sortItemStack(Sort.java:29)
    04.05 23:53:20 [Server] INFO Caused by: java.lang.NullPointerException
    04.05 23:53:20 [Server] INFO    at net.minecraft.server.ThreadServerApplication.run(SourceFile:394)
    04.05 23:53:20 [Server] INFO    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:285)
    04.05 23:53:20 [Server] INFO    at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:370)
    04.05 23:53:20 [Server] INFO    at net.minecraft.server.NetworkListenThread.a(SourceFile:100)
    04.05 23:53:20 [Server] INFO    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:74)
    04.05 23:53:20 [Server] INFO    at net.minecraft.server.NetworkManager.a(NetworkManager.java:195)
    04.05 23:53:20 [Server] INFO    at net.minecraft.server.Packet3Chat.a(Packet3Chat.java:32)
    04.05 23:53:20 [Server] INFO    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:634)
    04.05 23:53:20 [Server] INFO    at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:640)
    04.05 23:53:20 [Server] INFO    at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.java:677)
    04.05 23:53:20 [Server] INFO    at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:255)
    04.05 23:53:20 [Server] INFO    at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:85)
    04.05 23:53:20 [Server] INFO    at org.bukkit.command.PluginCommand.execute(PluginCommand.java:37)
    04.05 23:53:20 [Server] INFO org.bukkit.command.CommandException: Unhandled exception executing command 'srtc' in plugin InventorySort v1.9
    04.05 23:53:20 [Server] SEVERE null
     
  20. Offline

    bandgeek303

    when ever i use /sort all it comes up with "you do not have permission to this command'' (or something like that) my permissions folder and yml file are fine, i am the admin and i have - '*' for my permissions and it won't let me access it, so idk what to do, any help? (nothing comes up in terminal and i have updated everything)
     
  21. Offline

    Wolfwood

    What Permissions system are you using on the server?
     
  22. Offline

    bandgeek303

    2.7.3 from TheYeti
     
  23. Offline

    heifinator

    Any type of reload causes the plugin to break. This was noted on page 1 by someone.

    Anyone know what I can do about fixing this if its possible at all?

    Thanks.
     
  24. Offline

    y1985

    Can you have a food enabled/disabled stacking? I don't wanna stack my meat.
    Thanks.
     
  25. Could this be fixed?

    Code:
    21:25:23 [SEVERE] null
    org.bukkit.command.CommandException: Unhandled exception executing command 'sort' in plugin InventorySort v1.9
            at org.bukkit.command.PluginCommand.execute(PluginCommand.java:37)
            at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:128)
            at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:279)
            at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.java:700)
            at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:667)
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:661)
            at net.minecraft.server.Packet3Chat.a(Packet3Chat.java:32)
            at net.minecraft.server.NetworkManager.a(NetworkManager.java:196)
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:75)
            at net.minecraft.server.NetworkListenThread.a(SourceFile:100)
            at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:377)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:292)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:394)
    Caused by: java.lang.NullPointerException
            at Wolfwood.InventorySort.workers.Sort.sortItemStack(Sort.java:29)
            at Wolfwood.InventorySort.commands.SortCommand.perform(SortCommand.java:128)
            at Wolfwood.InventorySort.InventorySort.onCommand(InventorySort.java:124)
            at org.bukkit.command.PluginCommand.execute(PluginCommand.java:35)
     
  26. Offline

    godgodgodgo

    Thanks for updating
     
  27. Offline

    mooman219

    So far so good! Working on Bukkit 860 for me with no immediate errors
     
  28. Offline

    Nori_Silverrage

    This is a sweet plugin! Integration with Backpack would be really nice though. Good job!
     
  29. Offline

    Nori_Silverrage

    Is there a way to stacking on automatically (via the config file)? Its a bit annoying to have to turn autostack on everytime the server restarts (which since I'm running a local server is daily).
     
  30. Offline

    bobsayshello

    Which versions of Permissions is supported exactly?
     
  31. Offline

    godgodgodgo

    Seems to work on 2.x
     

Share This Page