/
namefilterhopper-<version>.jar file into your server's plugins folder.The hopper's name determines what items it will allow or block. You can use the following formats:
| (pipe character).diamond|iron_ingot — Only allows diamonds and iron ingots.x: before an item name to exclude it.x:stone|x:dirt — Excludes stone and dirt, allows everything else.s: to allow items that start with a string.c: to allow items that have a string as part of their name.s:iron|c:ingot — Allows items starting with "iron" or with "ingot" as part of their name.n: to exclude items that have a string as part of their name.n:log — Excludes any item with "log" as part of its name.diamond — Only allows diamonds.x:stone — Excludes stone.c:stone|x:smooth_stone — Allows anything with "stone" in the name, excludes smooth stone.s:iron — Allows items starting with "iron" (e.g., iron_ingot, iron_block).c:ingot — Allows any item with "ingot" as part of its name.If your hopper tries to move an item that isn't allowed by its name filter, it will look through the rest of its inventory and try to move a different item that is allowed. This way, your hopper doesn't get stuck and can still move other items that match its filter.
diamond, iron_ingot, stone).| character.