
UpgradeableHoppers - Fast Hopper 4.19.3
Link Hoppers to Containers Item Suction Fully customizeable Spigot Improve Server Performance
- Fixed: Possible item issue when using shulkers and removing them quickly
+ Added: [#2019] Support for the latest version of AdvancedChests
Older versions of this plugin are not compatible.
Please don't worry about when this plugin will add 1.19 support. It's designed to run just fine on new versions. An update with version specific additions will be posted once 1.19 is released.
+ Added: [Suggestion] Define sounds for GUI items
https://github.com/Angeschossen/General/wiki/GUI-Menus#sound
+ Added [Suggestion] Include creeper explosions at anti-explosive option
+ Added [Suggestion] Option to allow tnt damage:
# Should TnT explosions be able to destroy the hoppers? Their items will drop.
anti-explosive: true
+ Added: Option to always use default translation
# Force default language? This will make changes to language files impossible and will always use the default.
# This will always replace existing strings with the default ones.
# You should only use this option if your language matches "en-US".
force-default: false
+ Added: Chat and GUI language files now accept the alternative file name format <plugin>-<chat | gui>-<language>.yml
- Fixed: [#1972] error at /hoppers list
- Fixed: [#1972] not able to change link priority
+ Added: [Suggestion] Optional permission for hopper type
# You can specify a required permission here.
# No required permission set as default.
permission: ''
+ Added: [Suggestion] Teleport options
# General Teleportation Settings
# Command specific teleportation options can be find in their sections.
teleport:
# Set the cost of any teleportation to 0 for players that joined the server for the first time.
# You can define a time span here. Example: 1d = players that joined the server 23 hours ago, won't pay for any teleportation.
first-join_time: 0h
# Waittime
# Timeunit: seconds
wait: 3
- Fixed: [#1949] Wrong default material for filter items. Must be INHERIT
- Fixed: [#1949] Items with item meta not removable from filter
This version migrates your language files into a new format. Existing translations are kept. Please take a backup of your translation files anyway.
This update is a complete overhaul of the GUI menu framework. It contains several improvements and
suggestions that we received in the past. While this version has been tested, there might still be
minor issues that might affect the usability of a menu.
+ Added: PlaceholderAPI support for all GUI menus
+ Added: You can now define multiple slots for items in menus
+ Added: You can now define entry ranges for list menus
+ Added: You can now define common items to be set in each menu
+ Added: Define commands to be executed on item click
The command framework has been refactored.
- All admin (!) commands have been moved to /uhoppers admin
- The tab completion has been improved and consistency across all commands is ensured.
- The permissions for /uhoppers admin <subcmd> subcommands have changed.
- Example: /uhoppers admin player <player> delete Permission: uhoppers .admin.command.player.delete
- It follows the same format for each sub command of /uhoppers admin. No further explanation needed.