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.
having trouble getting this to hook with BossShops, is it supported anymore?
@broluigi
It works fine with MYSQL.. You need to get SQLibrary if you want to use it.
please make this work with mysql
@broluigi
im using spigot 1.8. Works fine!
will this update for 1.8
Hello,
can you fix /p lead ? Cannot call getOfflinePlayer(UUID) on main thread, this operation is blocking!
I'm using Spigot, only this command doesnt work, other works.
@Mitsugaru
Nah you must of missed it. Also a feature suggestion. Could you implement a scoreboard showing your points or hook into info-board or scoreboardstats?
Great plugin Thanks!
@happycamper743
It does have vault support built in, however it will not supersede most other economy plugins that hook into vault since its usually meant to act as a secondary economy. If no other economy plugin has priority, this will work if you enable the vault hook in the player points config.
@oLLyyy
I'm not familiar with CommandPoints. If it has Vault compatibility, apparently there is a way through vault to transfer between different economy plugins, in theory. Never tried that function of vault.
@mobilephone2003
I might consider that. In the mean time, if you remove the /p command from the plugin.yml within the jar it should not attempt to register and thus not conflict with mcMMO.
@chris_61
Ah, is the lead command output not available from the localization.yml? Doesn't surprise me if I forgot to do that. I'll try and get around to that and let you know when a new build is available for testing.
Could you add an option to change the [playerPoints] line on the /points lead command?
Awesome plugin. Keep up the good work.
the /p command conflicts with the popular plugin mcMMO
Any chance that can be changed to /pp?
I'm currently using CommandPoints plugin, however i'm thinking of switching to this plugin. Is there anyway i can convert the points from CP to PlayerPoints?
Does this plugin work as an economy plugin through vault? By that I mean can you earn them by wining rewards from mini-game plugins that use vault to give an economy reward, or would I need to get a different api for that?
@kristijan260393
Should be handled be an external plugin.
@DrHappyBro
You should be able to modify most if not all output in the localization.yml file.
@MinecraftAdmin
You do not have SQLibrary dependency.
Hello. PP v2.1.3 appears to not load with Spigot 1.8.
Is there any way to change the prefix from [PlayerPoints] to something else?
<<reply 2388564="">>
Probably not, that should be a job for someone else who has time to develop it.
<<reply 2391074="">>
Place holders... in the messages? In the commands? Sorry, I don't exactly understand what you're trying to ask and how it relates to the plugin. What do you mean by place holders?
I have a question, that the plugin may not be able to do. I'm using this plugin along with ChestCommands which takes the command and runs it from console basically, and I was wondering if there are any place holders for the players name that may exist?
@Mitsugaru
Will you be creating a booster addon plugin ?
Hello, I am trying to set this up on my server, I am using bungeecord and I try get mysql to work, but when I set storage to mySQL so happens this error
05.11 19:36:23 [Server] INFO ... 13 more 05.11 19:36:23 [Server] INFO at org.bukkit.command.PluginCommand.execute(PluginCommand.java:44) [craftbukkit-1.7.9.jar:git-Bukkit-1.7.9-R0.1-10-g8688bd4-b3092jnks] 05.11 19:36:23 [Server] INFO at org.black_ixx.playerpoints.services.CommandHandler.onCommand(CommandHandler.java:130) [?:?] 05.11 19:36:23 [Server] INFO at org.black_ixx.playerpoints.commands.GiveCommand.execute(GiveCommand.java:51) [?:?] 05.11 19:36:23 [Server] INFO at org.black_ixx.playerpoints.PlayerPointsAPI.give(PlayerPointsAPI.java:43) [?:?] 05.11 19:36:23 [Server] INFO at org.black_ixx.playerpoints.PlayerPointsAPI.look(PlayerPointsAPI.java:102) [?:?] 05.11 19:36:23 [Server] INFO at org.black_ixx.playerpoints.storage.StorageHandler.getPoints(StorageHandler.java:39) [?:?] 05.11 19:36:23 [Server] INFO at org.black_ixx.playerpoints.storage.models.MySQLStorage.getPoints(MySQLStorage.java:75) [?:?] 05.11 19:36:23 [Server] INFO at lib.PatPeter.SQLibrary.Database.prepare(Database.java:291) [?:?] 05.11 19:36:23 [Server] INFO Caused by: java.lang.NullPointerException 05.11 19:36:23 [Server] INFO at net.minecraft.server.v1_7_R3.ThreadServerApplication.run(SourceFile:628) [craftbukkit-1.7.9.jar:git-Bukkit-1.7.9-R0.1-10-g8688bd4-b3092jnks] 05.11 19:36:23 [Server] INFO at net.minecraft.server.v1_7_R3.MinecraftServer.run(MinecraftServer.java:469) [craftbukkit-1.7.9.jar:git-Bukkit-1.7.9-R0.1-10-g8688bd4-b3092jnks] 05.11 19:36:23 [Server] INFO at net.minecraft.server.v1_7_R3.MinecraftServer.u(MinecraftServer.java:558) [craftbukkit-1.7.9.jar:git-Bukkit-1.7.9-R0.1-10-g8688bd4-b3092jnks] 05.11 19:36:23 [Server] INFO at net.minecraft.server.v1_7_R3.DedicatedServer.v(DedicatedServer.java:260) [craftbukkit-1.7.9.jar:git-Bukkit-1.7.9-R0.1-10-g8688bd4-b3092jnks] 05.11 19:36:23 [Server] INFO at net.minecraft.server.v1_7_R3.MinecraftServer.v(MinecraftServer.java:667) [craftbukkit-1.7.9.jar:git-Bukkit-1.7.9-R0.1-10-g8688bd4-b3092jnks] 05.11 19:36:23 [Server] INFO at net.minecraft.server.v1_7_R3.ServerConnection.c(SourceFile:134) [craftbukkit-1.7.9.jar:git-Bukkit-1.7.9-R0.1-10-g8688bd4-b3092jnks] 05.11 19:36:23 [Server] INFO at net.minecraft.server.v1_7_R3.NetworkManager.a(NetworkManager.java:157) [craftbukkit-1.7.9.jar:git-Bukkit-1.7.9-R0.1-10-g8688bd4-b3092jnks] 05.11 19:36:23 [Server] INFO at net.minecraft.server.v1_7_R3.PacketPlayInChat.handle(PacketPlayInChat.java:47) [craftbukkit-1.7.9.jar:git-Bukkit-1.7.9-R0.1-10-g8688bd4-b3092jnks] 05.11 19:36:23 [Server] INFO at net.minecraft.server.v1_7_R3.PacketPlayInChat.a(PacketPlayInChat.java:28) [craftbukkit-1.7.9.jar:git-Bukkit-1.7.9-R0.1-10-g8688bd4-b3092jnks] 05.11 19:36:23 [Server] INFO at net.minecraft.server.v1_7_R3.PlayerConnection.a(PlayerConnection.java:817) [craftbukkit-1.7.9.jar:git-Bukkit-1.7.9-R0.1-10-g8688bd4-b3092jnks] 05.11 19:36:23 [Server] INFO at net.minecraft.server.v1_7_R3.PlayerConnection.handleCommand(PlayerConnection.java:956) [craftbukkit-1.7.9.jar:git-Bukkit-1.7.9-R0.1-10-g8688bd4-b3092jnks] 05.11 19:36:23 [Server] INFO at org.bukkit.craftbukkit.v1_7_R3.CraftServer.dispatchCommand(CraftServer.java:701) [craftbukkit-1.7.9.jar:git-Bukkit-1.7.9-R0.1-10-g8688bd4-b3092jnks] 05.11 19:36:23 [Server] INFO at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:180) [craftbukkit-1.7.9.jar:git-Bukkit-1.7.9-R0.1-10-g8688bd4-b3092jnks] 05.11 19:36:23 [Server] INFO at org.bukkit.command.PluginCommand.execute(PluginCommand.java:46) [craftbukkit-1.7.9.jar:git-Bukkit-1.7.9-R0.1-10-g8688bd4-b3092jnks] 05.11 19:36:23 [Server] INFO org.bukkit.command.CommandException: Unhandled exception executing command 'points' in plugin PlayerPoints v2.1.3
Any idea?