Unofficial site, not affiliated with modrinth.com.What is this?
Плагины/Economobs
  • Economobs 2.5.1

    release12 сентября 2025 г.
    • 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.

  • Economobs 2.5.0

    release10 сентября 2025 г.
    • 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.

  • Economobs 2.4.2

    release8 сентября 2025 г.
    • 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.

  • Economobs 2.4.1

    release25 августа 2025 г.
    • 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.

  • Economobs 2.4.0

    release6 июля 2025 г.

    [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.
  • Economobs 2.3.0

    release23 февраля 2025 г.
    • Added Nexo item support.
    • Added setting to control decimals and rounding.
    • Fixed Sentinel support.
  • Economobs 2.2.2

    release1 декабря 2024 г.
    • Fixed some 1.8.8 issues.
    • Added check for multiplier command.
  • Economobs 2.2.1

    release22 ноября 2024 г.
    • 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)

  • Economobs 2.2.0

    release10 июля 2024 г.

    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.

  • Economobs 2.1.3

    release4 июня 2024 г.
    • Official support for up to 1.20.6
    • Support for LevelledMobs v4, v3 is dropped.
  • Economobs 2.1.2

    release12 мая 2024 г.
    • Allowed Economy rewards to include decimals.
    • Fixed an issue conflicting with /help commands from other plugins.
    • Added {amount_rounded} placeholder.
  • Economobs 2.1.1

    release5 мая 2024 г.
    • Fixed multiplier placeholders.
    • Added another null check to entity listeners.
    • Fixed custom items not being recognized towards conditionals.
    • Fixed multiplier remove command.
  • Economobs 2.1.0

    release1 мая 2024 г.
    • 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 2.0.1

    release29 апреля 2024 г.

    Hotfix for MythicMob users. On startup the plugin should not spam the console anymore.

  • Economobs 2.0.0

    release28 апреля 2024 г.

    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> . 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.

  • Economobs 1.6.1

    release16 августа 2023 г.

    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.

  • Economobs 1.6.0

    release15 августа 2023 г.

    Нет описания изменений

Совместимость

Сведения

Лицензия:
Опубликован:2 года назад
Обновлён:9 месяцев назад
ID проекта:
Главная