HomeJavaModsHeliosPointsAPI
HeliosPointsAPI
Informations:
The HeliosPointsAPI is a useful plugin to manage the points from your players. You can store the points in an mysql database or a config. Also each message is configurable!

Commands & Permissions:
You can use /heliospoints, /points & /hp.
/points - Open the info page
For the following commands you need the permission: heliospoints.admin !
/points help - Open the help page.
/points add (player) (amount) - Add points to a player.
/points remove (player) (amount)
- Remove points from a player.
/points set (player) (amount) - Set the points from a player.
/points see (player) - See how many points a player has.

API:
Integer getPoints(UUID uuid) - to get the points from a player.
void addPoints(UUID uuid, int amount) - to add points.
boolean removePoints(UUID uuid, Integer amount) - to remove points. The boolean shows you if the operation was successfully.
void setPoints(UUID uuid, Integer amount) - to set the points from a player.
Code (Java):
@EventHandler
    public void onPointsChange ( PointsChangeEvent event ) {
        UUID uuid = event. getUuid ( ) ;
        double oldPoints = event. getOldPoints ( ) ;
        double newPoints = event. getNewPoints ( ) ;
    }




Plugins which use HeliosPointsAPI:
uKitPvP ( https://www.spigotmc.org/resources/kitpvp-ffa-1vs1.1583/ )
HeliosServerBundle ( https://www.minecraft-store.net/heliosserverbundle/118 )


Contact:

Twitter: @ Teeage_
Youtube: http://bit.ly/2oXRTpN
Plugin requests: https://heliosdevelopment.de
Shop: https://www.minecraft-store.net/heliosdevelopment

Commands

Plugin details

Read from the plugin's own plugin.yml.

Quick facts

Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.

HeliosPointsAPI is a free Minecraft Java mod. Compatible with Minecraft 1.7, 1.8, 1.9, 1.10 and newer. Downloaded 3,269 times (via Spigot). Download it and open it directly in the game.

Explore more