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 Nov 7, 2013@AlexGLChannel
Multiworld support has been a pending idea to add... haven't had time to go around implementing it.
-
View User Profile
-
Send Message
Posted Nov 7, 2013Can you add different amount of PP for different worlds? And do it configurable?
-
View User Profile
-
Send Message
Posted Nov 6, 2013@GagiO2
I might be able to look into it. Can you post the error that you got? EDIT: Also, can you give a link to your localization config?
@thedjshow
I'll try and look at this tonight.
-
View User Profile
-
Send Message
Posted Nov 6, 2013when i use /points give, /points set etc. it say "tranlation fail" and error in my console i using mysql and running on spigot 1.7.2 spigot , How can i fix it?
-
View User Profile
-
Send Message
Posted Nov 5, 2013@RubenRME
The API has a page that describes it usage.
All you have to do is get the plugin reference from the plugin manager, and then use the methods you want to manipulate points.
-
View User Profile
-
Send Message
Posted Nov 5, 2013How can I use the API to give points on an event?
-
View User Profile
-
Send Message
Posted Oct 30, 2013I have this problem when ever i write a /points command it only says how much points i have, even with /points pay etc
-
View User Profile
-
Send Message
Posted Oct 29, 2013@CptnObservant
I having the same problem, how did you solve it?
-
View User Profile
-
Send Message
Posted Oct 29, 2013@CraftPimp
Wait, so... did you completely resolve the issue yourself? Or are there still issues that we still need to look into?
-
View User Profile
-
Send Message
Posted Oct 28, 2013I love the plugin, it has great potential. The problem im facing now is I set the plugin up last night with the god apples and bosssword as only items in point shop, i get on my server and EVERYONE has a bosssword. They only get 10 pts for voting and I have bosssword set at 2000 points. Well the plugin is putting the player points in with their money so /points look name is same as /bal so for $2000 every player on my server is getting a bosssword. I also can not /bs reload and have not been able to since i installed the plugin, so I have to kick all my players off and restart server to reload the plugin. update I update the plugin and /bs reload now wks!! yay!
-
View User Profile
-
Send Message
Posted Oct 19, 2013@Mitsugaru I have fixed it. Do you know how I can add the "Point Amount" to a scoreboard?
-
View User Profile
-
Send Message
Posted Oct 18, 2013@bloxParadise_
You should be able to use most commands from the console. Are you getting any errors?
-
View User Profile
-
Send Message
Posted Oct 18, 2013Can you allow us to use /points via console?
-
View User Profile
-
Send Message
Posted Oct 17, 2013@levisn1
Glad you were able to the resolve the issue yourself. Can I ask, what version did it not work with? It must have been a rather old one...
You mentioned that you fixed it with 4.2. Does it not work with 6.1?
-
View User Profile
-
Send Message
Posted Oct 17, 2013http://pastebin.com/tijucWuJ
I got this error on startup, with mysql enabled, and SQLibrary installed. I also create the database in my mysql.
EDIT: Fiex with the 4.2 of SqlLibrary (penultimate)
-
View User Profile
-
Send Message
Posted Oct 10, 2013@FlyingSquidwolf
Understandably, its easier to code once under a common library for economy support rather than code for each economy plugin separately and keep up to date with their changes...
Adding Flattr is really up to @Blackixx
-
View User Profile
-
Send Message
Posted Oct 9, 2013@Mitsugaru
Ah damn. This is such an awesome plugin, it sucks that not many people are hooking into it. Also, add your stuffs to Flattr so I can clicky!!!
-
View User Profile
-
Send Message
Posted Oct 6, 2013@FlyingSquidwolf
Natively? Probably only BossShop and Karmiconomy. A quick search on BukkitDev doesn't yield anything, so those are all that I know of.
So, for compatibility with other economy plugins, you're best off enabling Vault support if possible... Which I know isn't optimal if you wanted to run PlayerPoints as some secondary economy, as not very many (if any) plugins check if there are multiple registered economy services from Vault.
Which is actually a nice idea now that I think about it... have a plugin support which Economies to apply to... Oh well, you'd have to convince the developer to support economies in that way... And I can't imagine many bothering to since majority of the time servers typically run only one economy plugin and that's it.
-
View User Profile
-
Send Message
Posted Oct 6, 2013Hello,
Is it possible to get a list of plugins which utilise the PlayerPoints API?
Thanks,
Squid
-
View User Profile
-
Send Message
Posted Oct 4, 2013Hello! I am using the PlayerPoints plugin in combination with the CommandRank plugin. I am also using essentials, and I cant seem to get these plugins to work together. It appears that the essentials economy is taking over the PlayerPoints, therefore blocking me from using the auto-rank up capability in CommandRank. Is there a chance that you could help me? Im using vault, essentials, PlayerPoints, and CommandRank. I have tried using BOSE and Karmiconomy, but neither of them seem to help.
Thanks in advance, Cptn
Edit: Nevermind, I've figured it out. Thanks for the amazing plugin! Works perfectly!