Hey, so I'm trying to make a reputation system as a plugin, where you can do something like /reputation give <username> positive, and in the config, it will create a section for them with all of their reputation, (positive, neutral, negative) their username, and their UUID.
1. How would I make this config database
2. How would I add a reputation to their stats?
Heres a basic theme of what it would look like:
1. How would I make this config database
2. How would I add a reputation to their stats?
Heres a basic theme of what it would look like:
Code:
notch:
uuid: <uuid>
positive: 5
neutral: 0
negative: 2
