An open API service indexing awesome lists of open source software.

https://github.com/sirblobman/basic-economy

An extremely basic Vault economy plugin for Spigot, Paper, and Folia servers.
https://github.com/sirblobman/basic-economy

economy folia-supported spigot-plugin vault

Last synced: 4 months ago
JSON representation

An extremely basic Vault economy plugin for Spigot, Paper, and Folia servers.

Awesome Lists containing this project

README

        

# Basic Economy

An extremely basic Vault economy plugin for Spigot, Paper, and Folia servers.

## Requirements

- Java 8
- [Spigot](https://www.spigotmc.org/), [Paper](https://papermc.io/downloads/paper), or [Folia](https://papermc.io/software/folia)
- Vault

## Folia

If your server is running Folia, you need a version of Vault that supports it.
I have created one here, but there may be others.

[Vault-Folia](https://github.com/SirBlobman/Vault-Folia/releases)

## Commands

| Command | Permission | Description | Usage |
|-----------|-------------------------|------------------------------------------------------|-----------------------------------------|
| /balance | economy.command.balance | Check the balance of a player. | /balance [player] |
| /eco-set | economy.command.set | Change the balance of a player to a specific number. | /eco-set <player> <amount> |
| /eco-give | economy.command.give | Give some money to a player. | /eco-give <player> <amount> |
| /eco-take | economy.command.take | Remove some money from a player. | /eco-take <player> <amount> |