This allows you to have specific hoppers only accept specific items without the need of redstone circuitry or complicated commands to limit what can go into a hopper.
Example of use for inventory sorting system without redstone.
![]()
v0.7.1 released 2013-09-20 for CB 1.6.2-R1.0
These commands are mainly for debugging, and are not needed to use the plugin.
| Command | Function | Permission |
|---|---|---|
| /hfsclearcache | Will clear the hopper filter cache. Cache will be automatically recreated as items move through the hoppers. | hopperfiltersimplified.clearcache |
| /hfsdebug <integer> | Sets the debug level in the system log. Allowed values are from 0 - 4. The higher the number the more verbose the debug. | hopperfiltersimplified.setdebuglevel |
| /hfsallowchestfilters <boolean> | Sets if chests are allowed to be used to hold items for the filters in addition to item frames. | hopperfiltersimplified.setchestfilter |
These permissions will control who is able to create, alter, or break hopper filters.
| Permission | Function |
|---|---|
| hopperfiltersimplified.build.* | Can Place, Alter, and Break filters |
| hopperfiltersimplified.build.place.* | Can place hoppers, item frames, and chests to create hopper filters |
| hopperfiltersimplified.build.place.chest | Can place a chest next to a hopper to create a filter. *+* |
| hopperfiltersimplified.build.place.hopper | Can place a hopper next to a chest to create a filter. *+* |
| hopperfiltersimplified.build.place.itemframe | Can place an item frame on a hopper to create a filter |
| hopperfiltersimplified.build.alter.* | Can rotate items on item frames, and alter chest contents that are part of hopper filters *+* |
| hopperfiltersimplified.build.alter.chest | Can open a chest that is part of a hopper filter. *+* |
| hopperfiltersimplified.build.alter.itemframe | Can rotate the item in the item frame on a hopper to create a filter |
| hopperfiltersimplified.build.break.* | Can break hoppers, item frames, and chests that are part of hopper filters *+* |
| hopperfiltersimplified.build.break.chest | Can break a chest next to a hopper that are part of hopper filter. *+* |
| hopperfiltersimplified.build.break.hopper | Can break a hopper next to a chest or item frame that are part of hopper filter. *+* |
| hopperfiltersimplified.build.break.itemframe | Can break an item frame on a hopper that are part of hopper filter |
| *+* Chest is only applicable if AllowChestFilters is set to true in the config.yml |
The design of the plugin is to be as configuration-less as possible. The configl.yml has 2 options.
| Setting | Default | Allowed | Description |
|---|---|---|---|
| DebugLevel | 0 | 0,1,2,3,4 | The amount of debug information to display. The higher the number, the more the log file will be spammed. |
| AllowChestFilters | true | true,false | Adjacent chests will be searched for valid items to allow |
Example config.yml file: Basic: DebugLevel: 0 AllowChestFilters: true
For general questions, please ask in the forum for the plugin.
For reproducible bugs, create a ticket above.
Please include enough step information for me to reproduce it on my side.
Basic steps to try to see if problem resolves itself.
please see: http://dev.bukkit.org/bukkit-plugins/hopper_filter_simplified/pages/changelog/
I am no longer using mcstats.org as it seems to be down and not working any more.
All code related to it has been removed.
Included in my plugin is a hook into mcstats.org to help get an idea of who uses this plugin.
Invalid Image
For details of this stats plugin, disable instructions, information collected, source code, etc. See my page: about mcstats.org
https://github.com/TheNut/HopperFilterSimplified