BlanketEconomy

BlanketEconomy

Mod

• BlanketEconomy is a mod that adds virtual economy as well as item type economy, which makes it very customizable and easy to use. • Cobblemon Support

Server EconomyManagementUtility

1,411 downloads
13 followers
Follow Save
90% of ad revenue goes to creators. Go ad-free while supporting creators with Modrinth Plus. Subscribe today!

BlanketEconomy

Changelog

🔥New Changes

  • added support for auto arguments to commands
  • added a way to disable "/beco pay" for certain types of coins in the config.
"transfer": true/false
  • added a way to disable "/beco withdraw" for certain types of coins in the config.
"withdraw": true/false
  • added support for new types of color format such as:

Gradient

<gradient:#FF0000,#00FF00,#0000FF>Text</gradient>

Links

<link:https://example.com>Link Click Here</link>

Hex Colors

<#FFA500>Text

Data Save Changes

  • From now on you can save data from players using databases How would it be:
  • MySQL
  • MongoDB (in progress)
  • PostgreSQL
  • Sqlite

EX For:

  • MySQL/MongoDB/PostgreSQL
"localSave": true,
  "databaseSave": false,
  "database": {
    "type": "mysql", // here you set which type of database to use the plugin!
    "host": "localhost",
    "port": 3306,
    "databaseName": "economy",
    "username": "root",
    "password": "password"
  }

EX For:

  • Sqlite
"localSave": true,
  "databaseSave": false,
  "database": {
    "type": "Sqlite",
    "host": null,
    "port": null,
    "databaseName": "economy.db",
    "username": null,
    "password": null
  }

Files

blanketeconomy-1.4.jar(208.52 KiB) Primary Download

Project members

KrripeYT

Member

Hysocs

Member

Details

Licensed GPL-3.0-only
Published 6 months ago
Updated a month ago