Now you can enable double jump for players in specific worlds. This feature allows players to jump mid-air, providing a fun and dynamic way to traverse your world.
Resource Buffs:
Introducing configurable resource multipliers per world. Boost resource gathering rates to create unique gameplay experiences in different worlds.
Fixes and Improvements
Persistent Action Bar Messages:
Action bar messages are now persistent, ensuring they remain visible to players. This is achieved using a repeating task that continuously sends the action bar message.
Configurable Boss Bar:
Customize the boss bar with configurable messages, colors, and styles per world. The boss bar can now display messages with color codes.
Enhanced Color Code Support:
All messages now fully support Minecraft color codes using the & symbol. Customize your messages with vibrant colors to fit the theme of your world.
Improved Configuration Loading:
Simplified and streamlined configuration loading process for easier setup and management.
Command messages now support Minecraft color codes, allowing for more customization and better visual feedback for players.
Plugin Start-Up Message:
A new start-up message has been added that displays in the console each time the plugin is loaded. This message provides a clear indication that the plugin is running and shows version information.
Action Bar Messages (Experimental):
Added support for action bar messages. These messages appear above the hotbar and can be used to convey important information to players in a non-intrusive manner.
Boss Bar Messages (Experimental):
Added support for boss bar messages. These messages appear at the top of the screen and are great for showing progress or important notifications.
Bug Fixes:
Fixed an issue where players would not receive potion effects upon joining a world. Now, players will correctly receive the configured potion effects, enhancing their gameplay experience.
Configuration Changes:
Ensure to update your config.yml to take advantage of the new features. Here is an example configuration section for the new action bar and boss bar messages:
Code (YAML):
worlds:
world_name:
effects:
effect1:
effect: SPEED
duration: 60
amplifier: 1
bossbar:
message: "Welcome to the world!" actionbar:
message: "Enjoy your stay!"