| Name | playerpoints |
| Syntax | playerpoints [set/give/take] [<#>] |
| Short Description | Adjusts the amount of points the player has. |
| Full Description | Take, give or set the amount of points a player has.
This is useful for plugins supporting this kind of economy which uses the points instead of money as an alternative system. This works for offline players. |
| Related Tags | <PlayerTag.playerpoints_points> Returns the amount of points the player has. Only works on online players.
|
| Usage Example | |
| Usage Example | |
| Group | Depenizen |
| Requires | Depenizen, PlayerPoints |
| Source | https://github.com/DenizenScript/Depenizen/blob/master/src/main/java/com/denizenscript/depenizen/bukkit/commands/playerpoints/PlayerPointsCommand.java#L22 |