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.
-
View User Profile
-
Send Message
Posted Jun 25, 2015@Mitsugaru
Could you possibly add it to the localization file please? :)
-
View User Profile
-
Send Message
Posted Jun 23, 2015@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...
-
View User Profile
-
Send Message
Posted Jun 12, 2015I want to buy VIP in Chest Commands by volume, can you tell me how to set?
-
View User Profile
-
Send Message
Posted Jun 6, 2015don't mysql connection :( help me please ? error: [Server thread/ERROR]: Error occurred while enabling PlayerPoints v2.1.3 (Is it up to date?)
-
View User Profile
-
Send Message
Posted Jun 3, 2015Is this Plugin works with Chestshop and areashop and other plugin, who needs economy
-
View User Profile
-
Send Message
Posted May 31, 2015Will you continue development for this or is this just another abandoned project?
-
View User Profile
-
Send Message
Posted May 30, 2015How 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.
-
View User Profile
-
Send Message
Posted May 26, 2015dev build server is down http://ci.dakanilabs.com/job/PlayerPoints/ 503
-
View User Profile
-
Send Message
Posted May 14, 2015@Har88
See this page
-
View User Profile
-
Send Message
Posted May 12, 2015Mysql?
-
View User Profile
-
Send Message
Posted May 9, 2015@Mitsugaru
I have PMed you how my network is set up so you can work on fixing the issue.
-
View User Profile
-
Send Message
Posted May 9, 2015@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.
-
View User Profile
-
Send Message
Posted Apr 25, 2015Hello, 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.
-
View User Profile
-
Send Message
Posted Apr 22, 2015Any way to get BungeeCord Support?
-
View User Profile
-
Send Message
Posted Apr 20, 2015@ItsJorden
Player names have been deprecated for the UUID based methods of the API.
-
View User Profile
-
Send Message
Posted Apr 20, 2015I 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?
-
View User Profile
-
Send Message
Posted Apr 18, 2015@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.
-
View User Profile
-
Send Message
Posted Apr 18, 2015AND HOW AGAIN DO I make it work is it '' ? like revivepoints '' just whats the message I have to put it as...
-
View User Profile
-
Send Message
Posted Apr 14, 2015@TrewCraft360
I told you how I tested it and verified that it worked. I don't have a setup for testing with Bungee Cord.
-
View User Profile
-
Send Message
Posted Apr 14, 2015Are 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.