Page: 1 2 3 4 5 ... 9

4.17.0 Aug 15, 2024

+ Added: /hoppers view
Visualizes nearby hoppers and links. Also, lets you disable visualizations.


4.16.5 Jul 29, 2024

+ Added: Debug message when deleting link


4.16.4 Jul 14, 2024

+ Added: [Suggestion] You can now add items with model data to the list of smeltable items in config.yml:

      # Define a list of additional blocks that can be smelt in a furnace. For example, blocks from data-packs.
      # You either need to add material values or model-data number values.
      # Material values can be found here: https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/Material.html
      smelt_list: []

4.16.3 Jul 11, 2024
Strict Filtering Menu

- Fixed: Displaying of items in GUI menu with strict filtering enabled


4.16.2 Jun 21, 2024
Item Fix
It's recommend to update, if you currently use 4.16.1.
 
- Fixed: Hopper items sometimes not removed

4.16.1 Jun 19, 2024
Block State

+ Improved: Reduced usage of blockState parsing


4.16.0 Jun 17, 2024
1.21 Support

+ Added: 1.21 Support


4.15.11 Jun 12, 2024

- Fixed: Missing message for chat input


4.15.10 Jun 11, 2024

- Fixed: Missing message for chat input


4.15.9 Jun 4, 2024
Lands

- Fixed: not removing hoppers upon lands leave via /lands leave
- Fixed: error when deleting claims on region deletion


4.15.8 May 17, 2024
Recipe Fix 1.20.5-6

- Fixed: Hopper recipe on 1.20.5-6
- Fixed: Chat input with some chat plugins


4.15.7 Apr 28, 2024
1.20.5 Support

+ Added: Support for 1.20.5


4.15.6 Apr 16, 2024
Smeltable Blocks

+ Changed: Prioritize smeltables over fuel. Related to smeltables config option


4.15.5 Mar 28, 2024
Default Type

+ Added: default option to hoppers.yml:
# Is default type? Used if no hopper type is provided at /hopper get.
default: true


4.15.4 Feb 12, 2024
Unlimited Link Distance

- Fixed: [#2519] unlimited support for link distance level


4.15.3 Feb 3, 2024

- Fixed: [#2508] default lang option


4.15.2 Jan 26, 2024
Skin Data

- Fixed: [#2502] Issues with retrieving skin data for heads, etc. This finally removes errors printed by the server's API. Which might
occur if Mojangs API is down etc.


4.15.1 Jan 15, 2024

- Fixed: Missing command: /hopper confirmtp


4.15.0 Nov 29, 2023
Suction Visualization

+ Added: [Suggestion] Visualization for suction radius
Make sure to update the suction item in the GUI language file accordingly:

        upgrade_suction_radius:
          lore: '&8✖ &7Upgrade the suction radius.[newline]   &7The hopper sucks all
            items that[newline]   &7are in this radius.[newline][newline]   &8• &7Current:
            {value}[newline]   &8• &7Next:&a {value_next}[newline]     &7Cost:&c
            {cost}[newline][newline]&8✖ &9RIGHT CLICK[newline]   &7Toggle suction: {suction_status}[newline]&8✖ &9SHIFT + RIGHT CLICK[newline]   &7Visualize suction radius.'
          name: '&6&lSuction Radius'

4.14.0 Nov 27, 2023
Hopper Name

+ Added: You can now set names for hoppers
You might want to change the list item for the /hopper list menu:

        entry_object:
          lore: '&8✖ &7Open the hoppers menu.[newline][newline]&8✖ &9RIGHT CLICK[newline]   &7Teleport
            to the hopper[newline]   &7for&c {cost}&7.[newline]&8✖ &3DROP[newline]   &7Delete
            this hopper.[newline]    &8• &cThe item can''t be given[newline]      &cback
            to you, if the area[newline]      &cisn''t loaded.'
          name: '{name}'

4.13.28 Nov 15, 2023
Hopper Item Suction

- Fixed: [#2407] hopper item pickup


4.13.27 Nov 14, 2023

4.13.27 Nov 14, 2023
Untrust Removal

+ Added: Option to disable hopper removal at untrust

# Remove hoppers of players that get untrusted?
    untrust-remove: true

4.13.26 Nov 11, 2023
Pagination

- Fixed: [#2396] filter items pagination


4.13.25 Nov 6, 2023
Skin URL

- Fixed: Invalid skin URL for default


Page: 1 2 3 4 5 ... 9