JustPoints
作者:rebot | 分类:模组
Minecraft 版本: 1.7.2 1.7.3 1.7.4 1.7.5 1.7.6 1.7.7 1.7.8 1.7.9 1.7.10 1.8 1.8.1 1.8.2 1.8.3 1.8.4 1.8.5 1.8.6 1.8.7 1.8.8 1.8.9 1.9 1.9.1 1.9.2 1.9.3 1.9.4 1.10 1.10.1 1.10.2 1.11 1.11.1 1.11.2 1.12 1.12.1 1.12.2 1.13 1.13.1 1.13.2 1.14 1.14.1 1.14.2 1.14.3 1.14.4 1.15 1.15.1 1.15.2 1.16 1.16.1 1.16.2 1.16.3 1.16.4 1.16.5 1.17 1.17.1 1.18 1.18.1 1.18.2 1.19 1.19.1 1.19.2 1.19.3 1.19.4 1.20 1.20.1 1.20.2 1.20.3 1.20.4 1.20.5 1.20.6 1.21 1.21.1 1.21.2 1.21.3 1.21.4 1.21.5 1.21.6 1.21.7 1.21.8 1.21.9 1.21.10 1.21.11 26.1 26.1.1 26.1.2 26.2
平台: bukkit folia paper purpur spigot
标签: economy management utility


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

Store numeric values for players' stats, currency, etc. This is great for servers that need to do a lot of custom currency / statistic logic, but don't want to fully create their own plugin. Use PointsExchange and a GUI plugin of your choice to allow players to buy things with these currencies, or just see their stats.
I originally made this for a server I was making that had dungeons where we wanted to keep track of player's Bosses Killed. I also used it on a proxy server for network-wide currency (Credits).

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
pluginsfolder. - 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.%jpoints_<points-key>%
ii.%jpoints_other_<player-name>_<points-key>%
Examples:
/papi parse Drakified %jpoints_PlayerGold%-> Gets the value ofPlayerGoldfrom JustPoints as Drakified./papi parse BruhWaffle %jpoints_other_Drakified_PlayerGold%-> Gets the value of Drakified'sPlayerGoldvalue from JustPoints as BruhWaffle.
Functions
- Add/Remove/Set specified points to/from/for a player:
- Usable as an economy.
- Easily set up stats for players.
- 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
请登录后举报
暂无评论,抢个沙发吧~