Данные могли устареть: источник временно недоступен, показан кэш.

Hopplet (Hopper Filters)
Expressive hopper filtering, written as plain text. The most powerful plugin in this domain. Filter by any item property. Extendable via a strong developer API.
- Загрузки
- 2K
- Подписчики
- 21
- Обновлён
- 12 июня 2026 г.
- Лицензия
- MIT
Опубликован 29 июня 2024 г.
Hopplet
Hopplet is a Paper plugin designed to allow more simplified and expressive item filtering than vanilla allows.
It features an easy to learn filtering language designed for the sole purpose of filtering items based on their properties.
Filters are edited through an intuitive user interface where you will receive immediate feedback on whether your filter will work or not.
You can learn how to use Hopplet at the wiki here. You can also ask for help with designing filters in our Discord.
Syntax Examples
Access control: allow items thrown by tuzzzie to pass, or a book that is a copy of a copy and written by Fruitloopins.
thrower(tuzzzie) | (author(Fruitloopins) & generation(copy_of_copy))
Tag filtering: only allow items with the specified vanilla item and block tags to pass.
tag(wool, wool_carpets)
Material filtering: only allow items of the specified material to pass.
type(oak_wood, dark_oak_wood)
Display name filtering: only allow items that contain "stone" in their display name to pass.
name_contains(stone)
Exact display name filtering: only allow items with exactly the specified name to pass.
name("Super Secret Access Key")
Interface
Hopplet features a unique dialog interface to make editing and compiling filters as simple as possible.

Credits
Thanks to LiveOverflow for the inspiration for this plugin in this video.
Ченджлог
0.1.19Релиз26.1, 26.1.1, 26.1.2 · 12 июня 2026 г.
- Added
has_custom_namefunction.
0.1.18Релиз26.1, 26.1.1, 26.1.2 · 5 июня 2026 г.
- Warriorrr has made a change to how filter caching works (#18)
0.1.17Релиз26.1, 26.1.1, 26.1.2 · 30 мая 2026 г.
- A
potion_typefunction has been added, courtesy of kokiriglade. - Compile methods in API have been changed.
- Configs for edit dialog input width and height have been added.
alpha-0.1.16Альфа26.1, 26.1.1, 26.1.2 · 21 мая 2026 г.
- Added an
is_compostablefunction.
alpha-0.1.15Альфа26.1, 26.1.1, 26.1.2 · 20 мая 2026 г.
- Added
filter.transfer_next_applicable_itemconfig node.- If an item cannot be accepted by a filter, the source inventory will be searched for the next item, if any, that will be accepted, and move that instead. Helps prevent clogging.
alpha-0.1.14Альфа26.1, 26.1.1, 26.1.2 · 20 мая 2026 г.
- Added events for developers (not stable).
FilterEditByPlayerEventFilterTestedEventFunctionRegisteredEventFunctionTestedEventHoppletLoadedEventPreFilterEditByPlayerEventPreFilterTestEventPreFunctionRegisterEventPreFunctionTestEvent
- Added
book_titlefunction. - Namespaces/names of some compatibility functions have changed.
hopplet:thrower_towny_nation->towny:thrower_nationhopplet:thrower_towny_town->towny:thrower_townhopplet:stored_experience->bottlet:stored_experience
alpha-0.1.13Альфа26.1, 26.1.1, 26.1.2 · 18 мая 2026 г.
- The check for an alternative/more suitable hopper now accounts for whether a hopper is enabled.
- Fixed a bug where placing item frames, redstone dust, etc. was blocked on hoppers.
- Added lore functions.
has_lorelore_containslore_ends_withlorelore_starts_with
- Made some function names more specific.
thrower_nation->thrower_towny_nationthrower_town->thrower_towny_town
alpha-0.1.12Альфа26.1, 26.1.1, 26.1.2 · 16 мая 2026 г.
- Removed
hopplet.dialog.edit_filter.usepermission. - Added
hopplet.edit.by_interactingpermission. - Added
hopplet.edit.hopperandhopplet.edit.hopper_minecartpermissions.
Комментарии
Загружаем…