Economy Pilot Lite api for Endstone servers!
Project description
EconomyPilotLite
This is a system/api plugin for an economy system for the endstone server software
Features
- multithreaded SQLite database for fast and simple operations
- the ability to use commands as an api to interact with other plugins
- you can use custom symbols for currency
Installation
Drag and drop the .whl file that you can get from releases and put it in your endstone's plugin folder
File Structure
config/
├─ economy-pilot-lite.toml
databases/
├─ economy-pilot/
│ ├─ database.db
- Configuration file `economy-pilot-lite.toml`
- Database file `database.db`
Command usage
-
Player commands
/balance or /bal- if executed by the player it will give the players current balance
/pay <username: str> <amount: int>- if executed by the player it will let the player pay money to an another user,
for example/pay legtibox7811 150 -
Server commands [needs op]
/serverpay <player: str> <amount: int>- if executed by the server it will transfer money to the players balance,
for example/serverpay legitbox7811 150
/serverdeduct <player: str> <amount: int>- if executed by the server it will deduct money from the players balance,
for example/serverdeduct legitbox7811 150
/serverbalance <player: str>- if executed by the server it will show the selected player's balance,
for example/serverlbalance legitbox7811
/setbalance <player: str> <balance: int>- if executed by the server it will set the players balance to what you have selected,
for example/setbalance legitbox7811 0
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file endstone_economy_pilot_lite-0.0.4-py2.py3-none-any.whl.
File metadata
- Download URL: endstone_economy_pilot_lite-0.0.4-py2.py3-none-any.whl
- Upload date:
- Size: 6.2 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e8c30387fee77b1c78b69e55367c341698ef0a96e621181877f8f979dcee03fd
|
|
| MD5 |
ca4718fbee3e3de924acf62d194add0f
|
|
| BLAKE2b-256 |
a824cddf4ff1899fe0cd0e07a8e969257166158cb27d6bbb2ee3fbe63013d38c
|