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.
How does it give them points though votifier, i have configéd it correctly it has not worked. please help?
@AS1LV3RN1NJA
Votifier support has been integrated in the plugin since version 1.5. Check your config.yml and configure the properties as you see fit.
If it doesn't work, do let us know.
Is there a votifier script to give players a configurable amount of Playerpoints every time they vote?
@kustomcraft
Well, I can't tell you how to set up a MySQL server... but assuming you have access to one and the correct credentials for it, then all you have to do is enter all the appropriate information in the config.yml for the plugin and set the storage type to MySQL.
Also, you'll want to tell it to import, so set import.use to true and it should import everything into the MySQL database.
For the entire guide to the config.yml, you can find it on the Configuration page.
Maybe you could help me O.o would be so kind :3
@kustomcraft
Well, if you set it up to store everything in MySQL, you could pull from your tables the information you want.
Could you make this work with a php script so i can display on my website how many points a player has and a online shop of what they can purchase would be amazing :3
@Mayney365
Yea that's it :) nice and simple
@Underbalanced
What exactly are you trying to do? A list of the users with the top donor points? A way to view your own points? Or something else?
@Mayney365
Sorry was out of town.
I use enjin. Freeworld-mc.com
If not I can just do a simple php list.
@UncleClapton
That sounds like a job for an external plugin. Here are some suggestions:
@mima19
As above, that sounds like something for an external plugin. Not sure what plugin does that for current economy systems... in any case, if you do know of one, just ask them to support PlayerPoints, if they're still active.
EDIT: Just found VariableTriggers. See if they'll add support for PlayerPoints.
Could you add command trigger if you reach certain amount of points: /tempban 10d user, or /give user stone 10 or something chosen by the owner
Would you mind adding a way for points to be given out automatically based on play time or give out a certain amount of points on a interval of a set time? This way you can reward players for activity.
@ryanwagner
Players can already send points to each other using the pay command.
However, I could make an alias to it so that you can use /points trade
I like the idea of accepting/denying the transactions... however, what if the player is offline? Should it default to accept or deny? Or maybe just leave that as a config option?
And yes, I could add the toggle when I implement the confirmation system.
Also, not sure what the roadmap is for Vault support...
In some ways, I like that it doesn't have Vault support. That way, I can use a standard economy system along with this one for extra purposes...
However, I also understand that without Vault support the number of plugins that can hook into this is quite limited...
anyway to add a trade command?
/points trade <name> <amount>
that way players can trade each other points. It might be better to wait till AFTER the vault support is added so the command can be...
/points trade <name> <amount> <cost>
then the person uses a command like /accept /deny to confirm the trade
I have found from previous experience that when you do a system like this you need to also add a command to block trades
/points toggle trade
that way if a person toggles trades off they can't be spammed by traders.
Then of course people will ask for a delay to the frequency you can send the command for trade.
@Mayney365
Sorry, typo on my part. Didn't make the set command in the help menu point to the right config node.
I'll be submitting the fix soon. If you don't want to wait, you can grab it either from the GitHub downloads page or from the Jenkins job page.
@Mitsugaru
Thanks for the quick update, one slight issue, when you type /points and it shows the help menu it shows the "/points give" line twice.
@FiddyCraft
OH, a history of changes? Sure, that can be done.
What I mean is lets say I as admin give so and so 5 pts then a mod give so and so 3 points and a regular player gives someone 1pt is there anyway we can have it so it makes a config so a player can do like /whopoints and he will see:
Adminname 5 Modname 5 regular playername 1
So I can see if who a player is popular with who he isnt
@Mayney365
Submitted version 1.52 for approval. Should cover all your existing issues / requests that we talked about.