Перейти к содержимому
Mineforgian

Economobs

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

Загрузки
6K
Подписчики
29
Обновлён
12 сентября 2025 г.
Лицензия
GPL-3.0-only

Опубликован 15 августа 2023 г.

Craftidraw Banner

Discord Static Badge Static Badge

This plugin requires Vault.
This plugin also utilizes bStats.

Economobs

Overview

Enable your players to earn loot for killing all sorts of mobs on the server. Make your server even more rewarding with custom multipliers with your permission groups, or assign players their own! With support to custom stackers, entities, and items plugins - customize the plugin all you want.

Features

LOOT TABLES
This plugin supports loot and loot tables. You can have 5 different loot types.

  • Economy | Rewards money from the defined economy.
  • Item | Rewards items.
  • Custom Item | Rewards custom items from the defined item plugin.
  • Potion | Rewards potion effects.
  • Command | Runs commands.

Loot tables can be enhanced with conditionals, such as world, biome, permission requirements and more.

MULTIPLIERS
This plugin supports multiple types of multipliers you can assign to your players. These multipliers buff the amount of money made from Economy loot.

  • Entity | Multiplier for what mob a player killed.
  • Weapon | Multiplier for what tool a player used to kill.
  • World | Multiplier for what world the mob died in.

GROUPS
Set groups to your players or ranks that contain different multiplier sets.

DROP RATES
Distribute different rates of rewards for each mob. Each value with its own weight within the drop table.

BLACKLIST
Prevent money gain from specific worlds.

PLUGIN SUPPORT
Make full use of the plugin with additional plugin support.

  • WildStacker
  • StackMob 5
  • UltimateStacker
  • RoseStacker
  • TokenManager
  • PlayerPoints
  • ItemsAdder
  • MMOItems
  • Oraxen
  • MythicMobs
  • LevelledMobs
  • InfernalMobs
  • DecentHolograms
  • PlaceholderAPI

CUSTOMIZABLE
All messages are customizable, and some messages add placeholders you can use to your heart's content.

Screenshots

Money being made by killing a mob.

gnJAk6S.gif

Accurate money being made by killing a stack.

H51dodN.gif

Loot profile from a mob.

UUOfcbR.png

Commands

DEFAULT
/economobs - Brings up a help guide.
/economobs toggle - Toggles income messages.

ADMIN
/economobs profile - Checks a players profile.
/economobs check <entity/custom> - Checks an entities loot profile.
/economobs multiplier add <entity/tool/world/custom_entity/custom_tool> - Assigns a multiplier to a user.
/economobs multiplier remove <entity/tool/world/custom_entity/custom_tool> - Removes a multiplier from a user.
/economobs reload - Reloads the plugin.

Permissions

economobs.toggle - Grants access to toggle command (Default)
economobs.profile - Grants access to profile command.
economobs.check - Grants access to check command.
economobs.multiplier - Grants access to multiplier command.
economobs.reload - Grants access to reload command.
economobs.admin - Grants permission to admin commands.
economobs.group. - Gives a user a multiplier group.

Partners

Help me get coffee by using my partner codes!

Nord

Bisect

Stats

bStats

Ченджлог

2.5.1Релиз1.21.6, 1.21.7, 1.21.8 · 12 сентября 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.

2.5.0Релиз1.21.6, 1.21.7, 1.21.8 · 10 сентября 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.

2.4.2Релиз1.21.6, 1.21.7, 1.21.8 · 7 сентября 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.

2.4.1Релиз1.21.6, 1.21.7, 1.21.8 · 24 августа 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.

2.4.0Релиз1.21.5, 1.21.6, 1.21.7 · 5 июля 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.
2.3.0Релиз1.21.2, 1.21.3, 1.21.4 · 23 февраля 2025 г.
  • Added Nexo item support.
  • Added setting to control decimals and rounding.
  • Fixed Sentinel support.
2.2.2Релиз1.21.1, 1.21.2, 1.21.3 · 30 ноября 2024 г.
  • Fixed some 1.8.8 issues.
  • Added check for multiplier command.
2.2.1Релиз1.21.1, 1.21.2, 1.21.3 · 21 ноября 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)

Комментарии

Загружаем…