Econoblocks 2.2.0
release18 июля 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: econoblocks
username: username
password: password
Added setting to control decimals and rounding.
rewards:
economy:
# If enabled, economy loot with ranges will allow decimals. If disabled, they will be rounded.
allow-decimals: true
# 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
Updated dependencies.
Econoblocks 2.1.2
release10 января 2025 г.- Added Nexo support.
Econoblocks 2.1.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)
Econoblocks 2.1.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.
Added custom block hooks now generate all the blocks in their hook files (if plugin allows it).
Econoblocks 2.0.1
release12 мая 2024 г.- Allowed Economy rewards to include decimals.
- Fixed an issue conflicting with /help commands from other plugins.
- Added {amount_rounded} placeholder.

