From 4d14cc329395c534727e005191befd23f2bda01c Mon Sep 17 00:00:00 2001 From: Will FP <38837418+WillFP@users.noreply.github.com> Date: Thu, 27 Jun 2024 18:49:39 +0100 Subject: [PATCH] Update points.md --- docs/effects/points.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/effects/points.md b/docs/effects/points.md index 06e1d3d88f..bfec81b6b9 100644 --- a/docs/effects/points.md +++ b/docs/effects/points.md @@ -8,6 +8,7 @@ Points are similar to currencies, however they exist purely as a way to keep tra You can have as many different points as you want, the plugins will keep track of them automatically. Points are shared between plugins, too - so if you make a point in EcoItems, then you can use it in EcoPets, EcoJobs, etc. A point can hold any numeric value, including negatives and decimals, but of course how you decide to use them is completely up to you. + ## Point Types | Point Type | Placeholder | Description | @@ -15,7 +16,10 @@ A point can hold any numeric value, including negatives and decimals, but of cou | Points | `%libreforge_points_%` | A general point that can be used to keep track of something per-player. (e.g. times jumped, zombies killed, etc.) | | Global Points | `%libreforge_global_points_%` | A general point that keeps track of something globally/server-wide for all players. (e.g. zombies killed by all players.) | | Item Points | `%libreforge_item_points_%` | A point that is tied to a specific item and tracks data on the item. Useful for making tools with custom durability's or per-item stats (e.g zombies killed using this sword.) | + ## Commands ## `/libreforge points set/give/get/take` -Usage: `/libreforgepoints give ` \ No newline at end of file +Usage: `/libreforge points give ` + +To change global points, pass `global` as the player name.