Mike Depot
unread,Aug 24, 2014, 4:52:11 PM8/24/14Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to inventor...@googlegroups.com
InventoryTweaks doesn't work against servers that have the NoCheatsPlus
mod installed (unless it's set to allow fastclicks.) It seems the admins
who block InvTweaks are mostly concerned about the autofill, which can
be taken advantage of in pvp. But lots of people would want the
inventory sorting ability even without the autofill. Since having
autofill gets the whole thing banned, it would be great to have an
InventoryTweaksLite that only does sorting, perhaps with slower move clicks.
Since that doesn't exist right now, I was thinking it might be easy to
start by allowing tuning of the click delay. It looks like the
InvTweaksContainerManager class is what does the work of moving of items
around, and in that class there's an old line for a click delay:
In InvTweaksContainerManager.java:
...
public class InvTweaksContainerManager... {
...
private int clickDelay = 0;
...
Right now that click delay is hard coded to zero. I was wondering if
getting InvTweaks to work on servers where fastclicks are blocked might
be as simple as changing this value? Perhaps it might be worth making
this click delay a configurable property?