Compatibility
Minecraft: Java Edition
1.21.x
1.20.x
1.19.x
1.18.x
1.17.x
1.16.x
1.15.x
1.14.x
1.13.x
1.12.x
1.11.x
1.10.x
1.9.x
1.8.8–1.8.9
Platforms
Creators
Details
Licensed GPL-3.0-only
Published last year
Updated 2 months ago
Changelog
[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.
Files
Metadata
Release channel
ReleaseVersion number
2.2.0Loaders
Game versions
1.8.8–1.21.8Downloads
107Publication date
July 18, 2025 at 12:28 PMPublisher

flrp
Member