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 Jul 27, 2014@werte12345
So if I understand correctly, you want an option to broadcast a customizable message with the plugin's internal vote listener?
-
View User Profile
-
Send Message
Posted Jul 26, 2014Hi, I use Playerpoints as a Vote-Counter. It works nice, the points count up when the Player vote and they can look how many points / votes they got so far. We also need Points here instead of other counting plugins, because we got CommandRank which automatically rank up Players after a certain amount of votes. BUT: We would like to configure the Message when the player voted. I know, this is business of SimplyVoteListener, but this plugin dont get the %points% varibale. Points itsself understand the name-variable and the points-variable, and the command "points look xy" would perfectly fit, if it wouldnt be private. So the mainquestion here: Is there a way to throw out the Points-amount of a player in a Broadcast or another public message you can configure?
-
View User Profile
-
Send Message
Posted Jul 25, 2014@YepImRobbie
Maybe its a file permission thing, as in it cannot create the directory or configuration files. Have you tried adding the necessary config files manually?
@kdthehun
Have you tried removing the command alias from the plugin.yml within the jar file?
-
View User Profile
-
Send Message
Posted Jul 25, 2014Any way to disable /p as an alias? It messes with mcMMO party chat... REALLY annoying!
-
View User Profile
-
Send Message
Posted Jul 25, 2014@Mitsugaru
No there is just no configuration folder being loaded at all.
-
View User Profile
-
Send Message
Posted Jul 21, 2014@YepImRobbie
Are you getting errors in your console / logs?
-
View User Profile
-
Send Message
Posted Jul 21, 2014Please sort out this plugin; I used the developement builds for 1.7.10 and the regular builds for 1.7.9 NEITHER work at all! It just does not generate a folder.
I need this plugin ASAP because CommandPoints isn't working and I need a seperate currency for voting! :(
-
View User Profile
-
Send Message
Posted Jul 20, 2014@Latitchips
For PlayerPoints, you are using an out of date Spigot. PlayerPoints v2.x.x and up require Bukkit 1.7.5 or higher, as stated in the file change log.
For BossShop, you are using an out of date PlayerPoints. For compatibility, use PlayerPoints v2.1.0 or higher. I highly suggest that you use the latest version available.
If you move to Bukkit 1.7.10, you'll need to use the latest dev build of PlayerPoints from Jenkins due to changes in the Bukkit API.
TL;DR: Update Spigot. Update PlayerPoints.
-
View User Profile
-
Send Message
Posted Jul 19, 2014Hi, I need help : / please BossShop :
[23:37:54] [Server thread/INFO]: Latitchips issued server command: /shop
PlayerPoints :
[23:47:43] [Server thread/INFO]: Latitchips issued server command: /points give Latitchips 1
I have Vault v1.2.31.
Thank You for your help
-
View User Profile
-
Send Message
Posted Jul 14, 2014@luridftw32
That is something that should be handled by a separate plugin that reads data from ours. PlayerPoints is merely an alternative / secondary currency plugin and should be treated as such.
-
View User Profile
-
Send Message
Posted Jul 14, 2014You should setup a reward system for this too, So players could spend the points on things that you create, Like a month of VIP or w/e.
-
View User Profile
-
Send Message
Posted Jul 14, 2014@Iwitrag
You are missing SQLibrary which is required for MySQL support.
-
View User Profile
-
Send Message
Posted Jul 14, 2014Hello, can you add MySQL support please? You say in config tutorial that it support MySQL, but it gives me errors instead.
-
View User Profile
-
Send Message
Posted Jun 28, 2014@Mitsugaru
Alright cool, thanks again!
-
View User Profile
-
Send Message
Posted Jun 28, 2014@Jhwx
Yes. You can find the optional dependencies in the Relationships section in the right sidebar of the project page.
-
View User Profile
-
Send Message
Posted Jun 28, 2014I edited the config for a MySQL Connection, and this went through the console.
Is SQLibrary a required dependency for MySQL Connection?
Thanks!
-
View User Profile
-
Send Message
Posted Jun 27, 2014@Mitsugaru
Alright cool. Thought that I could get it to work that way somehow, thanks for the quick reply!
-
View User Profile
-
Send Message
Posted Jun 27, 2014@Jhwx
You would definitely need to set the plugin up to use MySQL. Then just have each server point to the same database.
-
View User Profile
-
Send Message
Posted Jun 27, 2014Is there any way to have this support multiple servers? As in, BungeeCord or LilyPad? For example, a user would have one balance across all of the servers. Is this possible? Thanks.
-
View User Profile
-
Send Message
Posted Jun 26, 2014@Kittiekatkimmie
Glad you got your file working. If you need anything else, let me know.