PlayerPoints
PlayerPoints - The most noble currency for your server.
Use examples:
- Admins and Mods give points to the players if they have built a good building. When you reach a specific amount of points you become Moderator
- Use Points as additional currency
- Use Points as premium currency with which players can buy the most awesome stuff. Players get Points by voting for your server.
- Connect PlayerPoints with useful plugins like BossShop
For online mode servers, this plugin makes connections to api.mojang.com to get offline player UUIDs.
Features:
- Give points to players
- Take points of players
- Pay points to players
- Look, how many points other players have
- Look, how many points you have
- Leader board
- Permissions Support
- Optional Vault support
- Buy things with points (BossShop)
- Supported by many awesome plugins
Commands:
- /points pay <name> <amount>
- /points give <name> <amount>
- /points take <name> <amount>
- /points set <name> <amount>
- /points reset <name>
- /points look <name>
- /points me
- /points lead [next/prev/#]
- Shortcut: /p <give/take/look/me/pay/set/reset>
Permissions:
- PlayerPoints.pay
- PlayerPoints.give
- PlayerPoints.take
- PlayerPoints.set
- PlayerPoints.reset
- PlayerPoints.look
- PlayerPoints.lead
- PlayerPoints.me
Video
ToDo:
- Per-World support
Maven
We support Maven. Just add our repository:
<repository> <id>dakani</id> <name>Dakani Nexus Repo</name> <url>https://repo.dakanilabs.com/repository/public</url> </repository>
And add PlayerPoints as a dependency:
<dependency> <groupId>org.black_ixx</groupId> <artifactId>PlayerPoints</artifactId> <version>2.1.3</version> </dependency>
Trello Dev board
Visit the Trello board to see the current todo list for all projects.
You can comment and vote on any of the topics there.
All changes on the Trello board are in real-time.
@Mitsugaru
Could you possibly add it to the localization file please? :)
@HaxtorMoogle
Sorry, I had downgraded my server so it would cost less monthly... Jenkins may just not be happy with the lower memory available.
@Dadus2000
It's pretty much abandoned. Hasn't been in active development for some time, only been doing little things here and there for non-final builds.
@firatkaya
Would need more of the stack trace, there's not enough information there.
@KK44KK
Don't think that would be on this side of the configuration. This is merely a pseudo-economy plugin, so what you're trying to do is probably on the Chest Commands side of things.
@Joshii2201
If you are able to enable the Vault compatibility layer without conflict, and if those plugins use Vault, then yes?
@stun23
Yeah, right now it's not configurable if I recall...
I want to buy VIP in Chest Commands by volume, can you tell me how to set?
don't mysql connection :( help me please ? error: [Server thread/ERROR]: Error occurred while enabling PlayerPoints v2.1.3 (Is it up to date?)
Is this Plugin works with Chestshop and areashop and other plugin, who needs economy
Will you continue development for this or is this just another abandoned project?
How do i customise the title of the "/points lead" command? I would like it to be related to the points (e.g. top winners for spleef) The option is not in the localization file.
dev build server is down http://ci.dakanilabs.com/job/PlayerPoints/ 503
@Har88
See this page
Mysql?
@Mitsugaru
I have PMed you how my network is set up so you can work on fixing the issue.
@KenziePlayz
Don't you have a listener that give awards for voiting? If I was you I'd get one if I didn't have one and then set the listener to award the points.
Hello, could I please get some help getting PlayerPoints to work with Votifier? I'd like to use the system to give points to players based on votes. What can I type into CommandListener.txt to get PlayerPoints to award players a point based on voting?
I tried putting <points give {USERNAME} 1> and got this.
I tried it with <points give {player} 1> and got the same thing.
Any way to get BungeeCord Support?
@ItsJorden
Player names have been deprecated for the UUID based methods of the API.
I am trying to use the API to show the amount of points that a player a has, however, int balance = playerPoints.getAPI().look("Player"); int and balance show no variable and .look("Player") is deprecated, any fix in the api soon?
@TrewCraft360
Yes, that should be correct, you just leave an empty string:
If you remove the node entry, the plugin will fix the configuration and the default message.
EDIT: Here's a screen of what I have. In the terminal, you can see that the console gave points to the user, but the user in the game was not notified. The config on the left is visible.
AND HOW AGAIN DO I make it work is it '' ? like revivepoints '' just whats the message I have to put it as...
@TrewCraft360
I told you how I tested it and verified that it worked. I don't have a setup for testing with Bungee Cord.
Are you sure the no message works in 1.8? Also make this work for bungee cord like the coins will have the same amount on each server over bungee cord.