Can I make like this?

Discussion in 'Plugin Development' started by DudeCuriousSCi, Mar 16, 2015.

Thread Status:
Not open for further replies.
  1. Offline

    DudeCuriousSCi

    Okay Guys,
    So I have a minecraft server and an awesome customly made website for it,
    What I wanna do is

    make a feature in website that allows my players to get thier data if they enter username in my website

    i.e. their in-game balance, their monthly votes and tokens maybe
    is thier any API from votifier to do this.
    or from essentials for the balance?

    I am thinking of making this with mySQL,
    But I have absolutely no idea about bukkit...
    So Can anyone help me out here?
     
  2. Online

    timtower Administrator Administrator Moderator

    @DudeCuriousSCi Votifier has events, need to count yourself.
    Money can be done with Vault.
    And start small instead of making this right away.
     
  3. Offline

    DudeCuriousSCi

    Can I get some docs about that?
    or some resources for help?
     
  4. Online

    timtower Administrator Administrator Moderator

  5. @DudeCuriousSCi
    If you have knowledges about mysql, you can use an mysql api.
    Else, start learning basics first, because that would be difficult otherwise
     
  6. Offline

    DudeCuriousSCi

    I meant resources of Votifier events and Vault things.>
     
  7. Online

    timtower Administrator Administrator Moderator

    @DudeCuriousSCi Both have their own documentation on github or the dev.bukkit page.
     
  8. Offline

    DudeCuriousSCi

    ALready have quite a bit of knowledge of mySQL but its preety boring, is thier ready made callbacks?

    All I see about votifier is vote listners I don't want that.. >.<

    EDIT by Timtower: merged posts
     
  9. Online

    timtower Administrator Administrator Moderator

    It is what you want, you just want to use it differently then most people use them.
     
  10. Offline

    DudeCuriousSCi

    Didn't get you...
    I want to GET no of votes of a user in that month over diffrent site..
    How can I use listener for it :mad:
     
  11. Online

    timtower Administrator Administrator Moderator

    That
     
  12. @DudeCuriousSCi
    On bukkit, and on java on general, you won`t ussually have exactly the method, object or value you want explicitly. You must for example add a listener on player vote and create and store somewhere the amount of times a player had vote
     
Thread Status:
Not open for further replies.

Share This Page