Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/emilkrebs/easymoneysystem
A easy spigot money system using PlayerPrefs
https://github.com/emilkrebs/easymoneysystem
easy-to-use economy-plugin minecraft-plugin spigot-plugin
Last synced: 5 days ago
JSON representation
A easy spigot money system using PlayerPrefs
- Host: GitHub
- URL: https://github.com/emilkrebs/easymoneysystem
- Owner: emilkrebs
- License: mit
- Created: 2022-01-27T18:00:55.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-05-25T19:29:06.000Z (over 2 years ago)
- Last Synced: 2024-10-30T08:26:29.022Z (about 2 months ago)
- Topics: easy-to-use, economy-plugin, minecraft-plugin, spigot-plugin
- Language: Java
- Homepage:
- Size: 33.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# EasyMoneySystem
An easy spigot money system using [PlayerPrefs](https://github.com/emilkrebs/PlayerPrefs).## Getting started
- Clone the repository using ``git clone https://github.com/emilkrebs/EasyMoneySystem.git``
- Build the artifacts
- Copy the jar to your plugin folder download directly from [releases](https://github.com/emilkrebs/EasyMoneySystem/releases)## Commands
``pay `` Pay another player a amount of your money
``bal`` Get your or others current balance
## Config
```yaml
startMoney: 100 # The amount of money every new player gets```
## Features
- When a player gets killed all his money will be transferred to the killer.
- Everything is saved into .yml files to avoid losing data on server crashes.
- Every new player gets a specific amount of money.
- Easy code.## Known Issues
None
[Add Issue](https://github.com/emilkrebs/EasyMoneySystem/issues/new)