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 Dec 26, 2012suggestion: every player has 1 Playerpoint when they come on the server. If a suppoter is helpfull they can give him the playerpoint.
-
View User Profile
-
Send Message
Posted Dec 19, 2012@zOxigen00
It still works.
-
View User Profile
-
Send Message
Posted Dec 19, 2012Is this work with the recent build? Or we need to wait for update?
-
View User Profile
-
Send Message
Posted Oct 20, 2012@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.
-
View User Profile
-
Send Message
Posted Oct 18, 2012@Blackixx
Good to know! Was worried I'd end up with no plugin after the next MC release.
-
View User Profile
-
Send Message
Posted Oct 18, 2012@Ferkswe
I think Mitsugaru is still working on this plugin. Also, I could update it if a bug appears.
-
View User Profile
-
Send Message
Posted Oct 18, 2012Is this still active/maintained? It's pretty much exactly what I need.
-
View User Profile
-
Send Message
Posted Oct 5, 2012@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.
-
View User Profile
-
Send Message
Posted Oct 4, 2012Good plugin. Can you pleeeease add a feature that gives points to players for killing others
-
View User Profile
-
Send Message
Posted Sep 22, 2012Boaa Thanks for that nice nice Plugin <respect>
-
View User Profile
-
Send Message
Posted Aug 27, 2012Please make it send amount of votes to the mysql table would make this plugin way more epicer :P
-
View User Profile
-
Send Message
Posted Aug 21, 2012Thank you so much for your plugin!!!!!!!!!!!!!!
-
View User Profile
-
Send Message
Posted Aug 20, 2012There is no scripts that send amount of votes to mysql :( or they are bugged and outdated
-
View User Profile
-
Send Message
Posted Aug 20, 2012@kustomcraft
That would be better suited to a votifier script, IMO. http://dev.bukkit.org/server-mods/votifier/forum/vote-listeners/
-
View User Profile
-
Send Message
Posted Aug 20, 2012Could you add amount of votes sent to the Database, would help alot with my online system?
-
View User Profile
-
Send Message
Posted Aug 19, 2012@kustomcraft
Try this version here and let me know if it works with Votifier: https://github.com/Mitsugaru/PlayerPoints/downloads
-
View User Profile
-
Send Message
Posted Aug 18, 2012@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.
-
View User Profile
-
Send Message
Posted Aug 18, 2012@AS1LV3RN1NJA
Currently, there is no way to import... but that'd be easy to put in.
Just need to find the time.
-
View User Profile
-
Send Message
Posted Aug 18, 2012Is 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?
-
View User Profile
-
Send Message
Posted Aug 16, 2012@kustomcraft
I'll try and have a look at it tomorrow if possible.