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.
@ryanwagner
ok, then I will change the PlayerPointsListener, that the action will be canceled, if the player is null.
Well I have some more information.
To answer your 1st question, we have essentialsECO, vault, and player points. no other point, eco, or value systems being used.
Points are being earned 100% through the player points listener.
After noticing a reset I have done more digging and find that it's not so much a server reset as it is a plugin reset is occuring
For example---
# List of the points
Points:
creeper4400: 10
horsnoises: 10
metroidsnpr: 20
gomer82: 50
bull3tpr00fm0nk: 50
Then I added points, through the listener, to adrianneday
Points:
creeper4400: 10
horsnoises: 10
metroidsnpr: 20
gomer82: 50
bull3tpr00fm0nk: 50
adrianneday: 10
Then another player voted, but before I could go into see if the file updated they had already voted on another site, but this time they failed to put there name in so it was a null user who received the points.
This was the result:
# List of the points
Points: 10
as you can see this null event caused the points to reset.
As soon as the same player voted on the 3rd and 4th site I checked again:
# List of the points
Points:
noremac469: 20
So I think the issue is with how PlayerPoints is handling when points are awarded but the name is left out.
@ryanwagner
hm... I use playerPoints and PointShop on my server too, and there were not any problems. Do you use any other Point plugins?
Player points are resetting on restart. Not sure when this behavior started as I don't have the store setup, but players earn points daily. I can see that points are being awarded in the config.yml but on server restart the config is reset and thus the points are as well.
I am using 1.3.1
@gibbly96
Karmiconomy now supports PlayerPoints, and I will add Vault support (configurable)
@Dinastya
Just give your players the permission PlayerPoints.me
http://www.youtube.com/watch?v=ZyhduxRil7I&feature=youtu.be
@Blackixx
The Job-idea would be nice :)
But i dont want to add a new economy system to use the points-over-time feature or something like this :/
Hey i gave my players PlayerPoints.me But i'm using permissionsex so i made it playerpoints.me But both of them aren't working. I have superm enabled and haven't had any other issues with any other plugin. So please look at it.
As another plugin Dev getting requests to add support this plugin in my own, any chance you could add Vault support you your plugin? I'm sure many of us would appreciate it.
@gibbly96
Can you add few options to get the points ?
Maybe. A configuration for online-time-awards. Example: 2 Points each 20 minutes or something like that.
A login-award for logging in every day with a row function. Example: first login EVER: 10 Points, first day: 5 points, second day: 10 points. third day: 15 points. and when you dont log-in at the fourth day, the row is set to first day again. ... i think you know what i mean.. :)
Thats functions would be really cool !
Gabriel
Thank you so much for creating this excellent plugin!! Its exactly what I need!! I'll try to post a video and donate once my server is up and running:) Thanks!
@Blackixx Fixed...deleted all and started with the latest version... work perfectly!
This is epic! It is just what i needed thanks bro! Man all your plugin is awesome!
@TheJ0y
First, theres only this in the config:
"# List of the points"
Then if you gave some points it looks like that
@Blackixx
1.: 1.2.4 RB (Build: 2126) 2.: v1.3 3.: show amount of point I have (its the only thing we can do)
new generated config file is blank... normal? (i'm going to give you the ip as soon as i'm backonline)
@TheJ0y
1.Which serverversion do you have? 2.Which PlayerPoints version? 3.What happens if you type /points And if you want, you could give me your IP, so I could test this better
I must have done something wrong :P. the plugin wont give/take/set points :( when i try to give points it simply does nothing (not even a wrong command or no perm message) the only thing we are able to do is to look how many point we have.
no erros show and nothing crash. simply nothing happen. any tough on why it might be? ps.: i'm op/admin, and i have all the perms(in case it wasn't accesible by op by default)
thanks
@zerstreut
From the console, you can only use the /points give <name> <amount> command. You can also give a player a negative amount -> like /points take. Example: /points give Peter -10 = /points take Peter 10
@Blackixx
Thanks taht you care so much about the users of your plugin.
Do the Commands run from console?
@zerstreut
Ok I will add a reload command with the next update