Votifier listener/handler using mongodb

Discussion in 'Plugin Requests' started by jortpepe, Aug 19, 2017.

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

    jortpepe

    Hello everyone,

    my server has now been successfully test-running for a few weeks and Im currently trying to implement Votifier but I can't find a listener/handler that fits my need! Can you help me out?
    Plugin category: Votifier handler/listener

    Minecraft version: 1.12.1

    Suggested name: SplifeListener/VotifierHandler

    What I want: I'd like a Votifier listener (or handler Ill talk about this later). What it should do on a vote is add a crate key to a player and add 50 coins to his balance. How? We are using a mongodb to store all our player data online. This means it should probably be a handler since it has to use an interface of our main plugin/database credentials. When it receives a vote it should get a players username, load the crateKeys field and the coins field of the player out our Players collection and add one crate key and 50 coins. If needed I can provide you with the interface/the source code of our plugin.

    Ideas for commands: No commands needed for this plugin.

    Ideas for permissions: No permissions needed for this plugin.

    When I'd like it by: As soon as possible so no specific date.
     
Thread Status:
Not open for further replies.

Share This Page