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.
- Host: GitHub
- URL: https://github.com/sirblobman/basic-economy
- Owner: SirBlobman
- License: lgpl-3.0
- Created: 2023-05-11T03:35:15.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-19T20:59:21.000Z (12 months ago)
- Last Synced: 2025-01-01T11:12:30.781Z (6 months ago)
- Topics: economy, folia-supported, spigot-plugin, vault
- Language: Java
- Homepage: https://www.sirblobman.xyz/
- Size: 117 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
- License: license.txt
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> |