Description: Points+ is a simple and easy to use plugin for managing generic points for each player, these points are stored in the config.yml currently.
PlaceholderAPI: Not required but suggested. No commands need to be run. Just make sure you have PAPI installed and it will work.
%pointsPlus_player% - Displays player points.
%pointsPlus_firstPlaceName% - Displays the name of the player in first place
%pointsPlus_secondPlaceName% - Displays the name of the player in second place
%pointsPlus_thirdPlaceName% - Displays the name of the player in third place
%pointsPlus_fourthPlaceName% - Displays the name of the player in fourth place
%pointsPlus_fifthPlaceName% - Displays the name of the player in fifth place
%pointsPlus_firstPlacePoints% - Displays the amount of points the player in first place has
%pointsPlus_secondPlacePoints% - Displays the amount of points the player in second place has
%pointsPlus_thirdPlacePoints% - Displays the amount of points the player in third place has
%pointsPlus_fourthPlacePoints% - Displays the amount of points the player in fourth place has
%pointsPlus_fifthPlacePoints% - Displays the amount of points the player in fifth place has
Commands:
/pplus: Gives how many points you have
/pplus credits: Gives info on the plugin
/pplus help: Gives a list on available commands
/pplus get [player]: displays that player's amount of points
/pplus set [player] [points]: set that player's amount of points
/pplus give [player] [points]: give that player's a specified amount of points
/pplus remove [player] [points]: remove that amount of points from a player's score
/pplus leaderboard
Permissions: All commands are usable with OP
pointsplus.*: Allows the use of all commands
pointsplus.admin: Allows the use of admin commands
pointsplus.get: Allows the use of the "/pplus get" command
pointsplus.set: Allows the use of the "/pplus set" command
pointsplus.give: Allows the use of the "/pplus give" command
pointsplus.remove: Allows the use of the "/pplus remove" command
pointsplus.leaderboard: Allows the use of the "/pplus leaderboard" command
pointsplus.settings: Allows the use of the "/pplus settings" command
Files:
Code (YAML):
# +------------------------------------------------------+ # # < Points+ made by Rockyers > # # < Currently This is just where the points are stored > # # +------------------------------------------------------+ # Points:
Right now the config is only used to store points, and you can not edit points in the config.
Code (YAML):
# +--------------------------------------------------------+ # # < Points+ made by Rockyers > # # < Please only change settings with the in game command > # # +--------------------------------------------------------+ # Settings:
defaultScore: 0
Right now this is the file for all of the settings, which there is only 1 of right now, but soon I will add multiple more. (Don't edit the settings in the file, use the in game command "/pplus settings"
The Future: MySQL support More PAPI support More user commands Admin GUI for managing players
Note: Currently this project is very small and I don't have much done yet. But I have lot of plans for the future, so any feedback is appreciated greatly!