Host your Minecraft server on BisectHosting - get 25% off your first month with code MODRINTH.

Summary

Simply create and save any type of points for players!

Why JustPoints?

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.

How to Install

  1. Download the correct version for you server version.
  2. Place in your plugins folder.
  3. Stop server.
  4. Start server.
  5. Use to your liking.

How to Add/Set/Remove Points to a Player

  1. Install plugin. (Shown above.)
  2. 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

  1. Install plugin. (Shown above.)
  2. Install Placeholder API.
  3. 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
    • /pnts <get> <player> <points-key>
      • Shows a player's value for points-key.

External resources



Project members

MrDrak

Member


Technical information

License
LGPL-3.0-or-later
Project ID