yPoints * Your new points plugin *
| Source | Discord | API | Config |
Commands:
/points - See your points.
/points <player> - See other player points.
/points help - See the Commands page.
/points pay <player> <amount> - Send points to other players.
/points set <player> <amount> - Set points to you and other players.
/points add <player> <amount> - Give points to you and other players.
/points remove <player> <amount> - Remove points from you and other players.
/points reset <player/all> - Reset the points of a specific player or all players.
/points reload - Reload the configuration files.
/points top <page> - See rank of players with highest points.
/points shop - See the points shop.
Aliases: Added in Config.yml
Permissions:
ypoints.look - Permission to /points.
ypoints.look.other - Permission to /points <player>.
ypoints.help - Permission to /points help.
ypoints.pay - Permission to /points pay <player> <amount>.
ypoints.set - Permission to /points set <player> <amount>.
ypoints.top - Permission to /points top <page>.
ypoints.add - Permission to /points add <player> <amount>
ypoints.remove - Permission to /points remove <player> <amount>.
ypoints.reset - Permission to /points reset <player/all>.
ypoints.shop - Permission to /points shop.
ypoints.reload - Permission to /points reload.
ypoints.member.* - Grant all member permissions: look, look.other, help, pay, top, shop.
ypoints.admin - Grant all commands permissions.
PlaceholderAPI:
%ypoints_points% - Returns player points.
%ypoints_letterformat% - Returns player formatted points.
%ypoints_formatted% - Returns player formatted points.
MVdWPlaceholderAPI:
{ypoints_points} - Returns player points.
{ypoints_letterformat} - Returns player formatted points.
{ypoints_formatted} - Returns player formatted points.
Differences between PlayerPoints and yPoints:
Code more clear;
A shop command;
Placeholders;
Top in gui;
Good systems;
More configurable;
And a nice support.
Informations:
Discord: Pitomba#5480
Discord Group: https://invite.gg/ystore
Download: https://www.spigotmc.org/resources/ypoints.73446/
Donation: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=VLLWMZXZ8Q7N8&source=url
Source: https://github.com/yChusy/yPoints
Versions: 1.8, 1.9, 1.10, 1.11, 1.12, 1.13, 1.14
Vídeo:
Updates:
[20/12/2019]
Added placeholder for PlaceHolderAPI plugin.
Placeholder: %ypoints_points%
[22/12/2019]
Added support for English and Portuguese.
Removed language divergences in code.
[26/12/2019]
Added support to more versions, including 1.14.
Added command aliases in config.
[27/12/2019]
Added /points add <player> <amount>
Added /points remove <player> <amount>
Added /points reset <player/all>
Added MySQL support.
[28/12/2019]
Added MVdWPlaceholderAPI support: {ypoints_points}
[10/02/2020]
Added /points shop.
Save and load system reformuled.
Points TOP system reformuled.
Added Infinity pages for shop.
[11/02/2020]
Added new Placeholder for PAPI: %ypoints_points_letterformat% - returns player formatted points with letters, example: 10K
Added new Placeholder for PAPI: %ypoints_points_formatted - returns player formatted points, example: 10.000
Added new Placeholder for MVdW: {ypoints_points_letterformat} - returns player formatted points with letters, example: 10K
Added new Placeholder for MVdW: {ypoints_points_formatted} - returns player formatted points, example: 10.000
Fixed CamelCase code.
[12/02/2020]
Code optimezed.
API Fixed.
Fixed error when load.
Fixed some errors.
[13/02/2020]
Fixed errors in config.
Added /points reload.
Placeholders changes.
[14/02/2020]
Fixed commands errors.
[28/03/2020]
Fixed TOP system.
[05/04/2020]
Fixed Placeholders.
[07/04/2020]
Fixed permission message error in /points shop.