Votifier Questions

Discussion in 'Plugin Development' started by Eggspurt, Jul 1, 2015.

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

    Eggspurt

    If I make a custom plugin listening to Votifier do I need to implement it into the Votifier 'listeners' folder? I am making a whole plugin around it. I was just curious on what I need to do on Votifier side, other then add it to my Eclipse Project.


    Also -> if anyone knows, how would I grab the users UUID with the Vote Event? To support name changes :)
    Thanks :)
     
  2. Offline

    BagduFagdu

    Code:
    event.getVote().getUsername()
    Convert the Username to player and get its UUID.
     
    Eggspurt likes this.
Thread Status:
Not open for further replies.

Share This Page