Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        

# EasyMoneySystem
An easy spigot money system using [PlayerPrefs](https://github.com/emilkrebs/PlayerPrefs).

Buy Me A Coffee

## 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)