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.
@jorisk322 I think you found the votifier listener.
Awesome! I am going to use this as a replacement for RewardMe, because it seems to be abandoned. It would be totally awesome if you could write an Votifier Listener for this, but if you don't I will just use the CommandListener (which is a little bit buggy).
Btw: You donation button is broken.
EDIT: I am retarded, lol
Awesome, thanks! :)
Yay thanks for the new command!
@Luxius96
Ok I will add a messages.yml in the next time
can you add messages.yml? i want to modify in event points and dont points >_<
@Katorone
Ok I will add a new command: /p pay <name> This command will take the money of the player which used the command and give it to the <name>.
I'm testing out this plugin together with PointShop. So far it does exactly what we want to do with it. With one exception, players can't freely trade their points. I would love it if this plugin would do the same with points/tokens as iconomy does with money. But at the moment the give command spawns points, so it's unusable for our members.
Do you think this might be an addition to a future version?
@TheZerglot
You dont have to upload anything. Just download PlayerPoints, put it in your plugins folder and restart your server.
how to use on my server i cant upload this
@ryanwagner
ok
So I checked back today, and while it had the data from yesterday it appears to be truncating the table.
This may take a couple days to figure out. So here is the table from today:
# List of the points
Points:
firestar999: 10
islou: 60
lvamaker: 10
lavamaker: 40
bluedyeno4: 50
zartomin: 20
matthewbland282: 10
arvic12: 60
crashman701: 30
mcslave101: 50
bull3tpr00fm0nk: 50
roosterboy_98: 10
anonymous: 10
lastwarrior4: 60
jaydog1234567890: 40
spot7616: 50
fenkagohans: 10
xmilanx: 50
I will show the table tomorrow so we can figure out why names are dropping off.
@ryanwagner
PlayerPoints will have Mysql support too. This may help you.
It hasn't reset again, yet
as soon as I get more info I will share it.
to your questions
- most are custom
- mpserv
- never very large because it resets
- we only allow 60 on at a time right now, but we can support over 100 easily.
@ryanwagner
Hm on my server it works perfect.... Some please pm me the answers of this questions:
And if you want, you can pm me the server IP too. Then I can test it better.
I am still getting point resets while using the PPListener.
Not sure when it is occurring so I do not have any new information, but it is still occurring. I checked the config file today, and it appears to be resetting every other day. So something is still forcing the file to reset.
@randy204
I will add MySQL support in the future (but it will take a while)
Could you add MySQL support to this? We run a large server and the flatfile which stores all players points would be huge and we want to avoid that.
<reply 685118>>
Updated the listener
@Blackixx
Thanks, let me know as soon as its ready :)