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.
make it not for free for more motivation on this... (spigot paid res)
Mysql still not working :(
Im getting this error http://pastebin.com/SAJJqs1d
Bonjour, Les système de base de données est t'il down ? Impossible de relier le plugins ça me fais "/p <param>" '-'
how do we make it so the very few NULL entries in /p top go away
@clipartinc
Missing the SQLibrary dependency. We haven't quite moved away from it just yet.
I'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?
can i edit your plugin to replace the user account(with my own credit get and pay way)
@games647
There was a recent automatic server migration with the host provider. Forgot to start the service afterwards. Sorry for the downtime.
Your maven repository is down again.
@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
MySQL not work. i was download SQLibrary but still not work. i use 1.9.2
When I use MySQL to sync my data, server become easily crash. Did anyone have this issue ?
@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?
Can i use this plugin https://www.spigotmc.org/resources/spigotlib.5925/ instead of SQLibrary?
@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 :)
My server relies on this plugin, too please update..for 1.10...I'm willing to pay for this plugin or an update!
MySQL does not work in this plugin. SQLibrary breaks all of my other plugins. Powerful Perms treats all users as OP with SQLibrary installed.
Please bring an update soon. My server relies on this plugin!! Great work.
Can be used to buy VIP? Can please recommend a plug-in.
this Plugin don´t work on 1.10