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.
suggestion: every player has 1 Playerpoint when they come on the server. If a suppoter is helpfull they can give him the playerpoint.
@zOxigen00
It still works.
Is this work with the recent build? Or we need to wait for update?
@Ferkswe
AFAIK, it should still work on the newest builds of CB. If it doesn't and you get an error, please let us know.
@Blackixx
I honestly don't have much time to allocate to plugins as much anymore... I might be able to help out for something critical, but I don't find myself with much time since work keeps me busy.
@Blackixx
Good to know! Was worried I'd end up with no plugin after the next MC release.
@Ferkswe
I think Mitsugaru is still working on this plugin. Also, I could update it if a bug appears.
Is this still active/maintained? It's pretty much exactly what I need.
@TMAN93436
Honestly, that should be handled by another plugin that hooks into PlayerPoints...
Economy-esque plugins should be strictly lightweight and bridge the economy data with the plugins that want to interface with it. At least, that's my philosophy.
@kustomcraft
Once again, that should be a separate plugin. Pretty simple to, as all it would do is listen on that Votifier event and then increment whatever database it wants.
@MidasValo
@demianxxll
Thanks for your support. Sorry that I've been too busy with work and Guild Wars 2 to do any sort of update.
Good plugin. Can you pleeeease add a feature that gives points to players for killing others
Boaa Thanks for that nice nice Plugin <respect>
Please make it send amount of votes to the mysql table would make this plugin way more epicer :P
Thank you so much for your plugin!!!!!!!!!!!!!!
There is no scripts that send amount of votes to mysql :( or they are bugged and outdated
@kustomcraft
That would be better suited to a votifier script, IMO. http://dev.bukkit.org/server-mods/votifier/forum/vote-listeners/
Could you add amount of votes sent to the Database, would help alot with my online system?
@kustomcraft
Try this version here and let me know if it works with Votifier: https://github.com/Mitsugaru/PlayerPoints/downloads
@Mitsugaru
Ok cool, would how I am planning to use the plugin work?
Players vote for the server, then buy items using points (PointShop). iConomy is then used separately to buy residence protection.
@AS1LV3RN1NJA
Currently, there is no way to import... but that'd be easy to put in.
Just need to find the time.
Is there a way to import data from iConomy to Playerpoints?
I'd like to run both at the same time. Playerpoints to handle rewards from voting, and iConomy for residence protection. Would this be possible?
@kustomcraft
I'll try and have a look at it tomorrow if possible.