I need some help with getting a working system which syncs points between a user's profile on my gaming community's website and their Minecraft user on our MC servers.
We use Wordpress for our website, and Simple:Press for our forums. We are using a Wordpress plugin called myCred, which rewards users points for doing things like donating, clicking links, watching videos, etc. There's also a forum plugin which hooks into myCred, so that users can get points for making forums posts, replying, etc.
I want to be able to sync these points to our MC servers via Vault.
I know that Vault has an API so that other MC plugins can add their own points, and I'm almost sure that myCred has an API as well.
What I want to request is for someone to create a method to sync the two.
The system would probably involve a custom bukkit plugin which 'talks' to a custom WP plugin to grab the points and hook them into Vault. This also means that players/users need a way to attach their MC account to their profile on our website. The best method would probably be for the custom bukkit plugin to have players type a command, which then gives the player a unique code, which they must type into a field on the website while logged into their WP account. This would then link their MC username/UUID to their WP profile, which would then let their myCred balance display in game.
I have pretty much no to little experience with coding, but I am pretty familiar with managing plugins, servers and my website.
Hey everyone,
I need some help with getting a working system which syncs points between a user's profile on my gaming community's website and their Minecraft user on our MC servers.
We use Wordpress for our website, and Simple:Press for our forums. We are using a Wordpress plugin called myCred, which rewards users points for doing things like donating, clicking links, watching videos, etc. There's also a forum plugin which hooks into myCred, so that users can get points for making forums posts, replying, etc.
I want to be able to sync these points to our MC servers via Vault.
I know that Vault has an API so that other MC plugins can add their own points, and I'm almost sure that myCred has an API as well.
What I want to request is for someone to create a method to sync the two.
The system would probably involve a custom bukkit plugin which 'talks' to a custom WP plugin to grab the points and hook them into Vault. This also means that players/users need a way to attach their MC account to their profile on our website. The best method would probably be for the custom bukkit plugin to have players type a command, which then gives the player a unique code, which they must type into a field on the website while logged into their WP account. This would then link their MC username/UUID to their WP profile, which would then let their myCred balance display in game.
I have pretty much no to little experience with coding, but I am pretty familiar with managing plugins, servers and my website.