- Holograms and Titles now work as expected. Add this key to the holograms section.
holograms:
# This option will affect the hologram provider.
# Current list: NONE, DECENT_HOLOGRAMS
provider: NONE
- Updated dependencies. Economobs now uses Java 17, this should still work on all stated supported versions.
- Plugin logic is now safer, less NPEs.
It is always recommended to test plugin updates on a development environment and then update to production if there are no complications. If you notice any issues, report it through Discord.
[NOTE!] Due to changes to storage, it is HIGHLY recommended you backup your database.db file before you update this plugin. If you notice any bugs please report them immediately in the Discord server.
As always, it is always encouraged to test new plugins/updates on a test server before you apply them live.
- Added more storage options. All options are now: SQLite (Default), MySQL, PostgreSQL, and MariaDB.
# Database handling.
database:
# Which data provider should be used?
# Current list: SQLITE, MYSQL, MARIADB, POSTGRESQL
provider: SQLITE
# Credentials for the data provider. Only required for MYSQL, MARIADB, POSTGRESQL
host: localhost
port: 3306
database: economobs
username: root
password: password
- Updated dependencies. Should also fix issues with Nexo.
- Added PlaceholderAPI support. Messages will use PlaceholderAPI if found on the server, so any player related placeholders can now be parsed if used in reward messages. Additionally, there are now multiplier placeholders you can use.
- Fixed an incorrect setting in the default configuration.
- Removed player option from /economobs check and created /economobs profile for players. Additionally, there are various command enhancements.
- Permissions have been made less vague and each command has its own permission.
- Custom entity hook files now attempt to get all the custom entity names from the plugin and print them with loot tables upon creation. If not found or supported, the usual magma_zombie example entity will be set.
- Fixed message toggling.
Economobs Update 2.0.0 is a massive update to how the plugin functions, configurations are different so be sure to update your files accordingly. Please make backups. Be sure to read the wiki - especially the new tutorials. https://wiki.flrp.dev/free/economobs
Implemented Loot Tables and a New Loot System. This loot system expands on the usual economy drops. The plugin now supports commands, items, custom items, and even potion effects. Loot is now able to have minimum and maximum ranges for drops.
The loot system supports default loot tables for all entities, including an exclusion feature to rid an entity of giving any reward.
Conditionals are also implemented to make loot tables only available in certain conditions.
Added More Hook Support. A lot of hooks have been added and expanded. Plugins that are now supported are Oraxen, MMOItems, UltimateStacker, RoseStacker, DecentHolograms, and more to come.
Built-in holograms and animations have been removed due to the reported issues. To use holograms, you will need a hologram plugin Economobs can hook into.
Changed Some Commands. Changed the /em check command. It is now check <player/mob/custom> <context>. With this, you can check multiplier profiles of players, and also loot profiles of entities.
Reworked Messages. The language file now uses proper placeholders, and has a ton of more options to support the new updates. Messages are now more graceful with decimals.
Titles are now a message type.
Thank you for waiting for this update. If you encounter any issues, please join the discord.