This is a simple minecraft plugin that make it possible to change a Digital Currency in a minecraft item with an API.
You connect with the
Coin API and change the config to make your items price.
Commands:
- /cash
- /cash open <user>
- /cash register <worth> <name>
- /cash remove <name>
- /cash reload
Permissions:
- coincash.use (default)
- coincash.admin (OP)
Default Config:
Code (Text):
# Server Coin Card ID to do transactions from users to withdraw or deposit coins
ServerCard: "e1301fadfc35"
# Cooldown between player actions in ticks (20 ticks = 1 second)
Cooldown: 20
# Queue interval in milliseconds between each transaction
# Higher values prevent rate limiting but increase wait time
QueueIntervalMs: 1010
# The cash notes list to add or remove notes and their worth
# These will be loaded into notes.dat on first startup
Note List:
1:
name: "&e₿ Note"
item: "PAPER"
model: 1
lore:
1: ""
2: "&71 SAT"
3: ""
worth: "0.00000001"
Thanks For Downloading!!!
