90% of ad revenue goes to creators. Go ad-free while supporting creators with Modrinth Plus. Subscribe today!
Please join the Streamline Hub Discord in order to get updates and for me to fully assist you with bugs, questions, or suggestions.
Discord: click here
Simply create and save variables for players! This is great for servers who want to have a lot of different types of currencies!
This offers a very simple configuration and setup all while remaining very light-weight. Connect it to a database for multi-server / network compatibility. Or... just use it with SQLite for a single server.
- Download and install BukkitOfUtils. Found here: BukkitOfUtils
- Download the correct version of this plugin for you server version.
- Place in your
plugins
folder. - Stop server.
- Start server.
- Use to your liking.
How to Add/Set/Remove Points to a Player
- Install plugin. (Shown above.)
- Use a command:
i.
/pnts add <player> <points-key> <amount>
ii./pnts set <player> <points-key> <amount>
iii./pnts remove <player> <points-key> <amount>
Example:
/pnts add Drakified PlayerGold 5
Note: <points-key>
is the name of the point you want. It needs to be a single word (like MyCoolPoints
)
How to use with Placeholder API
- Install plugin. (Shown above.)
- Install Placeholder API.
- Use a placeholder:
i.
%points_<points-key>%
ii.%points_other_<player-name>_<points-key>%
Examples:
/papi parse Drakified %points_PlayerGold%
/papi parse BruhWaffle %points_other_Drakified_PlayerGold%
Functions
- Add/Remove/Set specified points to/from/for a player:
- Usable as an economy.
- Database capabilites for multi-server networks.
- Autosaving.
- Asyncronous loading / saving.
- Offline and online player saving / loading.
- Player does not need to be online to view / edit their points.
Commands
<required>
(optional)
/pnts
/pnts <add/remove/set> <player> <points-key> <amount>
- Add/Remove/Set a player's value for
points-key
- Example:
/pnts add Drakified PlayerGold 5
- Add/Remove/Set a player's value for
/pnts <get> <player> <points-key>
- Shows a player's value for
points-key
.
- Shows a player's value for
Details
Licensed ARR
Published 9 months ago
Updated 2 months ago