Плагины/Economobs
Economobs

Economobs

Give players rewards for killing mobs | 1.8 - 1.21 | Custom Entity Support | Stacker Support

4.9K
23

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

release7 сентября 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

release24 августа 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

release5 июля 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.

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

Minecraft: Java Edition

1.20–1.21.81.18–1.19.41.16–1.17.11.14–1.15.21.12–1.13.21.10–1.11.21.8.8–1.9.4

Платформы

Поддерживаемые окружения

Сервер

Создатели

Детали

Лицензия:GPL-3.0-only
Опубликован:2 года назад
Обновлён:1 месяц назад
Главная