- CMI holograms now work as expected.
- Adds additional message to /economobs reload.
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.
- Adds CMI Hologram support
- Option for decimal control. Add the decimal-precision option to your config. Defaults to 2.
# Reward handling.
rewards:
economy:
# If enabled, economy loot with ranges will allow decimals. If disabled, they will be rounded.
allow-decimals: true
# How many decimal places should be considered if allow-decimals is true?
decimal-precision: 2
# Modes: CEIL, FLOOR, NEAREST
# CEIL - Rounds up to the nearest whole number.
# FLOOR - Rounds down to the nearest whole number.
# NEAREST - Rounds to the nearest whole number.
round-mode: NEAREST
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.
- Fixes and prevents a crash due to loading order when holograms and other hooks are used.
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.
- 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 Nexo item support.
- Added setting to control decimals and rounding.
- Fixed Sentinel support.
- Fixed some 1.8.8 issues.
- Added check for multiplier command.
- Fixed a potential startup error that involves dependency injection.
- Fixed the action bar coloring not working as intended.
Confirming that this version works on the latest version of Minecraft (1.21.3)
Added Official support for 1.21
Added the ability to allow item rewards to drop naturally.
To use this feature, add this to your config.yml.
# Let the given rewards drop on the ground? Only works for item rewards.
drop-on-ground: true
Fixed formatting for custom items placeholder.
- Official support for up to 1.20.6
- Support for LevelledMobs v4, v3 is dropped.
- Allowed Economy rewards to include decimals.
- Fixed an issue conflicting with /help commands from other plugins.
- Added {amount_rounded} placeholder.
- Fixed multiplier placeholders.
- Added another null check to entity listeners.
- Fixed custom items not being recognized towards conditionals.
- Fixed multiplier remove command.
- 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.
Hotfix for MythicMob users. On startup the plugin should not spam the console anymore.
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.
Added a system for stackers & more stacker supports. Now supported for stacking: UltimateStacker (3.0.0+) by Craftaro RoseStacker by Esophose
Added support for Citizens NPCs, specifically Sentinels. Sentinels now rewards the owner of that NPC upon mob kill.
Fixed WildStacker Support.



