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 Dec 9, 2016make it not for free for more motivation on this... (spigot paid res)
-
View User Profile
-
Send Message
Posted Nov 6, 2016Mysql still not working :(
Im getting this error http://pastebin.com/SAJJqs1d
-
View User Profile
-
Send Message
Posted Oct 28, 2016Bonjour, Les système de base de données est t'il down ? Impossible de relier le plugins ça me fais "/p <param>" '-'
-
View User Profile
-
Send Message
Posted Aug 17, 2016how do we make it so the very few NULL entries in /p top go away
-
View User Profile
-
Send Message
Posted Aug 14, 2016@clipartinc
Missing the SQLibrary dependency. We haven't quite moved away from it just yet.
-
View User Profile
-
Send Message
Posted Aug 14, 2016I'm getting this error...
[18:42:20 INFO]: [PlayerPoints] Enabling PlayerPoints v2.1.4 [18:42:20 ERROR]: Error occurred while enabling PlayerPoints v2.1.4 (Is it up to date?) java.lang.NoClassDefFoundError: lib/PatPeter/SQLibrary/MySQL at org.black_ixx.playerpoints.storage.models.MySQLStorage.connect(MySQLStorage.java:276) [?:?] at org.black_ixx.playerpoints.storage.models.MySQLStorage.<init>(MySQLStorage.java:61) [?:?] at org.black_ixx.playerpoints.storage.StorageGenerator.createStorageHandlerForType(StorageGenerator.java:47) [?:?] at org.black_ixx.playerpoints.storage.StorageHandler.starting(StorageHandler.java:65) [?:?] at org.black_ixx.playerpoints.PlayerPoints.registerModule(PlayerPoints.java:139) [?:?] at org.black_ixx.playerpoints.PlayerPoints.onEnable(PlayerPoints.java:64) [?:?] at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:321) [spigot-1.8.8.jar:git-Spigot-e4d4710-e1ebe52] at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:340) [spigot-1.8.8.jar:git-Spigot-e4d4710-e1ebe52] at me.incomprehendable.dev.pwp.transparentlisteners.PerWorldPluginLoader.enablePlugin(PerWorldPluginLoader.java:141) [PerWorldPlugins-1.9.4.1.jar:?] at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405) [spigot-1.8.8.jar:git-Spigot-e4d4710-e1ebe52] at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugin(CraftServer.java:357) [spigot-1.8.8.jar:git-Spigot-e4d4710-e1ebe52] at org.bukkit.craftbukkit.v1_8_R3.CraftServer.enablePlugins(CraftServer.java:317) [spigot-1.8.8.jar:git-Spigot-e4d4710-e1ebe52] at net.minecraft.server.v1_8_R3.MinecraftServer.s(MinecraftServer.java:414) [spigot-1.8.8.jar:git-Spigot-e4d4710-e1ebe52] at net.minecraft.server.v1_8_R3.MinecraftServer.k(MinecraftServer.java:378) [spigot-1.8.8.jar:git-Spigot-e4d4710-e1ebe52] at net.minecraft.server.v1_8_R3.MinecraftServer.a(MinecraftServer.java:333) [spigot-1.8.8.jar:git-Spigot-e4d4710-e1ebe52] at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:263) [spigot-1.8.8.jar:git-Spigot-e4d4710-e1ebe52] at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:525) [spigot-1.8.8.jar:git-Spigot-e4d4710-e1ebe52] at java.lang.Thread.run(Thread.java:745) [?:1.8.0_91] Caused by: java.lang.ClassNotFoundException: lib.PatPeter.SQLibrary.MySQL at java.net.URLClassLoader.findClass(URLClassLoader.java:381) [?:1.8.0_91] at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:101) [spigot-1.8.8.jar:git-Spigot-e4d4710-e1ebe52] at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:86) [spigot-1.8.8.jar:git-Spigot-e4d4710-e1ebe52] at java.lang.ClassLoader.loadClass(ClassLoader.java:424) [?:1.8.0_91] at java.lang.ClassLoader.loadClass(ClassLoader.java:357) [?:1.8.0_91] ... 18 more
In the config settings it says use: MySQL but it seems to not work?
-
View User Profile
-
Send Message
Posted Aug 13, 2016can i edit your plugin to replace the user account(with my own credit get and pay way)
-
View User Profile
-
Send Message
Posted Jul 31, 2016@games647
There was a recent automatic server migration with the host provider. Forgot to start the service afterwards. Sorry for the downtime.
-
View User Profile
-
Send Message
Posted Jul 31, 2016Your maven repository is down again.
-
View User Profile
-
Send Message
Posted Jul 21, 2016@KleinesGumi
i have try it but i can't connect to. i was try Mysql in host and Localhost but it alway said can't access
-
View User Profile
-
Send Message
Posted Jul 16, 2016MySQL not work. i was download SQLibrary but still not work. i use 1.9.2
-
View User Profile
-
Send Message
Posted Jul 15, 2016When I use MySQL to sync my data, server become easily crash. Did anyone have this issue ?
-
View User Profile
-
Send Message
Posted Jul 11, 2016@ChimpGamer
Out of the box no, but we could add an adapter that uses that library instead... Unfortunate that they don't have a maven repo, but we can still work with it.
Looks like it supports MySQL but no SQLite adapter... so... I'd probably opt to treat this as another source and make it an optional dependency.
If I were to make these adjustments, would you or anyone else be willing to beta test releases?
-
View User Profile
-
Send Message
Posted Jul 11, 2016Can i use this plugin https://www.spigotmc.org/resources/spigotlib.5925/ instead of SQLibrary?
-
View User Profile
-
Send Message
Posted Jul 4, 2016@Renezoros
I've uploaded an update (should be approved soon) that probably fixes SQL support. I was not able to do advanced testing yet. No need to pay for that small fix but please comment if everything works fine now :)
-
View User Profile
-
Send Message
Posted Jul 4, 2016My server relies on this plugin, too please update..for 1.10...I'm willing to pay for this plugin or an update!
-
View User Profile
-
Send Message
Posted Jun 30, 2016MySQL does not work in this plugin. SQLibrary breaks all of my other plugins. Powerful Perms treats all users as OP with SQLibrary installed.
-
View User Profile
-
Send Message
Posted Jun 28, 2016Please bring an update soon. My server relies on this plugin!! Great work.
-
View User Profile
-
Send Message
Posted Jun 24, 2016Can be used to buy VIP? Can please recommend a plug-in.
-
View User Profile
-
Send Message
Posted Jun 24, 2016this Plugin don´t work on 1.10