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 May 30, 2014@micahcb
Hmm, well, multiple point pools aren't support yet... not sure if I would make that change or not as that would be API breaking (again), moreso than the recent UUID changes.
But its something to consider.
All the extra stuff that you mentioned, like autoranking, etc, would have to be handled by an external plugin monitoring the point changes.
-
View User Profile
-
Send Message
Posted May 28, 2014Hey thanks this is an awesome plugin. :D I am really enjoying it and have a few ideas.
Maybe you could have it so an owner can set up more then one point system. So you could do something like event reward points, good behavior player points and donations points. With the event points they could be given points for winning an event and given the points buy a staff member or set to work with some event plugins. Then they can go spend those points in a BossShop made for events prizes and get cool prizes that you can only get there. Good behavior points could be like you build something in spawn or help another player and a staff see's this and give you points for it. If you get so many it would be cool if it could be set to auto rank you. Then the donation points could be like points you can spend in a Bossshop Donator shop. You could buy commands and items points it could also be gotten from voting or something. It would also be super cool to see them work with commands. Say to type /sethome or /tpa or /d and it cost like 10 points and you can get them buy voting or something.
Just some ideas! Hope you enjoy. Thanks :D
-
View User Profile
-
Send Message
Posted May 23, 2014PlayerPoints v2.1.1 is ready to be uploaded for Vault 1.3.2 once Vault is fixed.
EDIT: Now uses Vault 1.4.1
-
View User Profile
-
Send Message
Posted May 18, 2014@Mitsugaru
plz check skype or pm
-
View User Profile
-
Send Message
Posted May 17, 2014@Mitsugaru
Im soooo sorry for not getting back sooner. It works wonderfully. Thank you so much!
-
View User Profile
-
Send Message
Posted May 15, 2014@MinecraftAdmin
Can you test this version with BossShop and let me know if it works? If it does, I'll post the release. Let me know how it goes.
-
View User Profile
-
Send Message
Posted May 15, 2014@snake302
Going to need the full stack trace.
-
View User Profile
-
Send Message
Posted May 15, 2014eror
my code: Entity deaded = e.getEntity();
Player death = (Player) deaded;
UUID udiddeath = death.getUniqueId();
int balancedead = playerPoints.getAPI().look(udiddeath);
eror: Caused by: java.lang.NullPointerException
-
View User Profile
-
Send Message
Posted May 14, 2014@MinecraftAdmin
If you can hold off till later, I'll try and put something together for a quick release after work.
@bmancraft
Built in, no, but it wouldn't be difficult to put in maybe? Feel like a modular currency exchange could be made separately.
-
View User Profile
-
Send Message
Posted May 14, 2014@Mitsugaru
My storage has already been converted to UUID. I dont think 1.x.x will work with a UUID based storage.yml, correct?
-
View User Profile
-
Send Message
Posted May 14, 2014Ok lets say i wanted to use iconomy for money and this plugin for points is there a way to turn money into playerpoints and playerpoints into money?
Thanks, bmancraft
-
View User Profile
-
Send Message
Posted May 13, 2014@jhalek90
BossShop has not been updated for v2.0.0. The major version increase means that it is not backwards compatible with previous releases.
Until BossShop updates, you'll have to use the prior v1.x.x releases.
-
View User Profile
-
Send Message
Posted May 13, 2014@Mitsugaru PlayerPoints, is not playing nice with Bossshop, its causing BossShop to fail.
if it helps, I am using PlayerPoints, with MySQL.
-
View User Profile
-
Send Message
Posted May 12, 2014@sega95
It is written in bold that you should use Bukkit 1.7.5 or higher in the change log for v2.0.0 of PlayerPoints. It has also been mentioned in the previous comments on the project page.
For whatever reason, DevBukkit only has 1.7.4 as the highest game version when I last checked.
@MinecraftAdmin
Hmm, I PMed Blackixx about the change before it was approved... You're saying they've gone inactive now? I don't have access to that project... So, IDK...
-
View User Profile
-
Send Message
Posted May 12, 2014the 2.0.0 is for minecraft 1.7.4 but bukkit don't make 1.7.4 version or don't found there.
-
View User Profile
-
Send Message
Posted May 11, 2014The latest development version is incompatible with BossShop, and I feel like BossShop wont be updated to support the UUID change in time for 1.8, then again, Bukkit doesn't update immediately anyways.
-
View User Profile
-
Send Message
Posted May 9, 2014@mejannenhom
Hmm... while on hand I could consider adding it into core... on the other, shouldn't this be handled by a chat plugin instead?
-
View User Profile
-
Send Message
Posted May 8, 2014i need to show the points in the chat like that
[12] Mejannenhom : tt
-
View User Profile
-
Send Message
Posted May 8, 2014Thank you
-
View User Profile
-
Send Message
Posted May 8, 2014@GagiO2
No idea. I'm sure someone can easily make it. But it's not something I'd think of integrating into the core plugin.