HopperProMax
Plugin description
A neat little plugin that siphons items from players when they are standing on a hopper.
Can be used to enhance the survival experience, implemented in minigames or even simply as a unique feature to make your server stand out. Works with Bukkit and Paper Minecraft servers.
Commands
/hoppertoggle - Toggles the player's immunity to hoppers
/hoppertoggle (username) - Toggles another player's immunity to hoppers
/hopperreload - Reloads the plugin's configuration
Permissions
hopperpro.toggle - Lets a player use /hoppertoggle
hopperpro.toggle.others - Lets a player use /hoppertoggle (username)
hopperpro.admin - Lets a player use /hopperreload
Configuration
The configuration is split between settings.yml and messages.yml
settings.yml
Code (YAML):
# What a line in messages.yml will start with if you don't want to use messageformat
# For example "Plugin > some message" is the default message
# You can change it to "some message" if you replace the default with the following in messages.yml
# example: "--some message"
negateformat
:
"--"
# 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
messages.yml
Code (YAML):
# The format that all messages will follow unless negated with prefix stated in settings.yml
messageformat
:
"&eHopperProMax &8> &f{message}"
nopermissions
:
"You can't use that command!"
usage
:
"Usage: {usage}"
nosuchplayer
:
"Player not found!"
toggle
:
"You are {0} immune to hoppers!"
toggleothers
:
"That player is {0} immune to hoppers!"
now
:
"now"
nolonger
:
"no longer"
Support
If you found a bug or have a suggestion,
add a comment
Note: configuration is no longer done in config.yml from version 1.2.0 onwards. Use settings.yml instead.
Satisfied? Leave a review!