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.
@MCLegendServer
This plugin works regardless... There has been no major changes to the Bukkit API that affects PlayerPoints and thus does not require us to release an updated jar.
If you want proof, I just ran a build with the same exact code against the newest bukkit version, 1.5.2-R0.1, and it built just fine.
Now, if you actually experience errors or issues using it, that would be worthwhile for us to know and act on.
This plugin looks great!
I hope you will update the plugin to minecraft version 1.5.2?
@Blackixx
Sorry I forget to say that the plugin is Karmiconomy, but Mitsugaru has solved already.
Greetings ;)
@Blackixx
The issue is resolved. It had to deal with Karmiconomy.
@Q2Lummox
What plugin are you talking about? Where do you want to "hook" with PlayerPoints?
@Blackixx
How I can "hook" with PlayerPoints?, Is set in the configuration so:
economy:
vault: false
playerpoints: true
So I will not pay with money, only PlayerPoints points.
But I do not give points to do "actions".
If active "vault", yeah, I paid, but it money and not points.
@notcam45
http://dev.bukkit.org/server-mods/karmiconomy/
it is possible to make that then you buy with real currency they give you points? (donation)
I have a suggestion:
Have options on ways players receive points.
Player Kills
Mob Kills
Quest Plugins Support
Items Collected
Areas Explored
Etc
This could be an easy to use XP system with no ties to anything.
@Zachary_DuBois
v1.53:
Having this weird error when using MySQL. Using the latest Spigot version.
@thomasmccarron
"CommandRank" will contain this feature. I'm currently working on the update.
@Blackixx
That would be awesome! :)
@thomasmccarron
I could add a plugin like this, which checks the players amount of points every X seconds.
Ah, you see what I would need is 2 points systems. One to measure the player's rank [which cant be spent], and one for the player to buy stuff with
@thomasmccarron
You could allow the user to get a rank using PointShop. But the he has to buy the rank instead of an automatic system.
Is there a feature so that when a player reaches [points], it automatically makes them a rank? Similar to an automated version of the 2nd example.
@thejedibob
New release has been posted to DevBukkit for approval.
Apparently I'm a derp. Lets leave it at that. XD
@thejedibob
I'll try and look into it after work if possible.
Hey Dev! Great plugin, we at REALMCRAFT love it!
As we use the plugin for our voting module (when players vote from our site) we get lots of instances where points is being used.
The issue I have seen, is POINTS is making too many connections to the database that are opened way too long, in the mysql server status I saw over 300 sql connections to the points database all in "Sleep" status.
Is there a way to reduce how this connects, or possible have 1 sustained SQL connection for the points plugin? Cheers