Version 1.2.0 changes:
- Overhaul of code base to support more features going forward
-
Configuration has been migrated to settings.yml - Configuration can now be reloaded with /hopperreload without a need to restart the server
- Players with permissions can now toggle hopper exempt state for themselves and others
Version 1.1.0 changes:
- Plugin now generates a config.yml
- Certain item types can now be exempted from being affected by hoppers
config.yml
Code (YAML):
# Restart the plugin or your server for changes to take effect!
# Sets if list below will take effect useexempt: false
# Set the item types that won't be taken by hoppers # List of possible values can be found here https://hub.spigotmc.org/javadocs/spigot/org/bukkit/Material.html exempt: - diamond
- dirt