A plugin that helps you to find tile entities in specific world.
Configure the item ID, permissions, worlds, blocks, and format in the config.yml
file.
(permission is now starting with unclaimfinder
+ yourpermissionname
item: "iron_nugget"
permission:
enabled: false
name: "unclaimfinder.use"
worlds: # Leave empty if you want the unclaimed finder to work on all worlds.
- "world"
blocks: # Only tile entities
- "chest"
- "barrel"
- "furnace"
- "shulker_box"
- "ender_chest"
format: "§a{count} §b%"