[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

    Archelaus

    Before this gets accepted, you need to format the thread title correct. Please go by this format -
    Code:
    [CATEGORY] PluginName v0.1 - Description [122]
    You have the category correct, Plugin name, Version and Description. Just include the Craftbukkit build.
     
  3. Offline

    Juze

    I love this, does better than /stack !
     
  4. Offline

    Timothy_Riches

    Thanks! This is going to be VERY useful for me! I spend a fair bit of time moving stuff around... ;)
     
  5. Offline

    Juze

    Imo, /stack does inventory more finely, and /sortchest is awesome.
     
  6. Offline

    loldsad

    thanks
     
  7. Offline

    Momo5000

    I get an error when i type /sort all in the chat.

    Im using Your 1.4 Version and Craftbukkit 435.

    "An Internal Error Occured while attempting to perform this command"
     
  8. Offline

    tehseano

    Tested on 435 and 439, but no luck.

    Code:
    2011-02-24 15:08:41 [SEVERE] null
    org.bukkit.command.CommandException: Unhandled exception executing command 'sort' in plugin InventorySort v1.4
    at org.bukkit.command.PluginCommand.execute(PluginCommand.java:21)
    at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:77)
    at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:176)
    at net.minecraft.server.NetServerHandler.c(NetServerHandler.java:633)
    at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:596)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:590)
    at net.minecraft.server.Packet3Chat.a(SourceFile:24)
    at net.minecraft.server.NetworkManager.a(SourceFile:230)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:70)
    at net.minecraft.server.NetworkListenThread.a(SourceFile:100)
    at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:338)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:253)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:366)
    Caused by: java.lang.NullPointerException
    at Wolfwood.InventorySort.InventorySort.sortPlyInv(InventorySort.java:115)
    at Wolfwood.InventorySort.InventorySort.onCommand(InventorySort.java:87)
    at org.bukkit.command.PluginCommand.execute(PluginCommand.java:19)
    ... 12 more
     
  9. Offline

    Wolfwood

    Which version of Permissions are both of you using.

    It works with 2.0.

    2.1 broke iChat so the server I admin is at 2.0.

    I'll test locally on my computer with 2.1.
    --- merged: Feb 25, 2011 5:44 AM ---
    (UPDATE)
    The problems with Permissions 2.1 I'm working on a fix.
     
  10. Offline

    tehseano

    I use 2.1, and it works perfectly with iChat.
     
  11. Offline

    sk8r2k11

    Any chance of adding a /clear command that removes everything in your inventory?
     
  12. Offline

    CoZmicShReddeR

    Just what our people wanted thanks!
     
  13. Offline

    koneko

    Hi there! I've been so excited for this mod to be working on my server! Finally got things up and running, but I've had an issue where though the items SORT within my inventory or chest (love this!), they do not stack first. I can have a chest with nothing but a bit of sand and sandstone and it'll sort them all nicely along the bottom row, but I'll be left with stacks of random sizes that were already existing.

    At this time, I have WorldGuard installed and working (/stack is functional), as well as another mod for other otherwise unstackable items, Stackables (/s or /stackables).

    Running with CB 440 and latest version from yesterday of Inventory Sort.

    Thanks again!
     
  14. Offline

    ssechaud

    Using build 447 with this plugin and Stackable, works and lets me stack and sort food items in chests. Using the latest build this functionality is no longer working. I have posted in the Stackable thread also.
     
  15. Offline

    koneko

    Thanks for noting this. Question, though, you mention using CB build 447. What build are you referencing when you say "latest?" Are you commenting on the latest recommended, 440, or another more recent beta build?
     
  16. Offline

    ssechaud

    I would mean build 478 for craftbukkit, but I meant the latest versions of the plugins, as I have tested build 447, Stackable v0.4.5 and InventorySort v1.4 and stacking works on food items in chest using /sortchest. Using Stackable v0.4.6 and InventorySort v1.5 breaks this.
     
  17. Offline

    koneko

    Thanks for the clarification! I just tested out the development build for myself before your reply (I want that new console!) to see if it was what you were referring to and watched 4-5 of my plugins go *boom*. XD Yikes. People will certainly have a lot on their hands coming up.
     
  18. Offline

    ssechaud

    Yeah the new console is cool, as is some of the updates for teleporting and saving player inventory on save-all. Trying to post error logs on all the plugins that have broke to be of help. Thanks for the support and the excellent plugin. InvSort and Stackable used together is genius.
     
  19. Offline

    koneko

    Hi again! Just wanted to make a note that I think I narrowed down the issue I was having regarding items not stacking before sorting. Apparently, the plugin was not remembering my setting to "toggle on" the stack option before sorting. I tested it a couple times with logging out and/or with reloading the server and it basically just didn't seem to save the stack option as on. Perhaps this could be defaulted on somehow?

    Thanks kindly.
     
  20. Offline

    ssechaud

    Testing CB build 490, with v1.4 I can sort chests of porkshops and have it stick them into slots of 64, with v1.5 this doesn't happen. This is without the Stackable plugin installed. Sticking with v1.4 for now.
     
  21. Offline

    Wolfwood

    Sorry for lack of development, I recently got a contract job which may turn into a full-time position so I've been concentrating on that. I plan on making the stack default configurable and since I haven't had any time to play recently I'll have to check out what's up in the new craftbukkit.
     
  22. Offline

    koneko

    @Wolfwood ^^ Thanks for the response. I can certainly understand being busy with work and wish you congrats and good luck on that. Regarding the mod, making the default state configurable would be wonderful at your earliest convenience.

    Hope to hear back soon and best wishes.
     
  23. Offline

    Shenlong

    Thanks for the awesome plugin. The one request that I have is that you support CraftBukkitUpToDate by providing a static link for the most recent version.
     
  24. Offline

    grinch843

    +1
     
  25. Offline

    gazius

    Would it be possible to either set the default to stack, or have a config file for this option?
     
  26. Offline

    ssechaud

    Am using v1.4 and it seems to work for me.
     
  27. Offline

    gazius

    What are you talking about? The command works for me as well, I just wish I didn't need to use it after the server is restarted.
     
  28. Offline

    Scottstimo

    This is awesome! Thanks.
     
  29. Offline

    Wolfwood

    Updated to 1.6.1
    It's now Configurable and remembers what each players stacking option is between any session restart or not.

    And please update your permissions nodes.
    iSort.basic.chest to iSort.basic.chest.command
    and add iSort.basic.chest.wand
     
  30. Offline

    fregman

    this happens if i hit a chest with a stick

    if i use the command it appears internal server error
    when does it work with permissions 2.5.* ?
     

Share This Page