Vote Listener

Discussion in 'Plugin Requests' started by bluefragment, Apr 20, 2020.

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

    bluefragment

    Plugin category: Admin

    Minecraft version: 1.15.2

    Suggested name: Votes

    What I want: I want a vote listener similar to SuperbVote or VotingPlugin (they don't work for me, after a lot of troubleshooting) with per-vote commands and cumulative vote commands (once you hit x votes, a command is run). Also, I'd like it to be stored locally and not on MySQL/SQLite.

    That's all, I want it to be as simple as possible.

    Ideas for commands: /vote *brings up vote links* /votes *brings up all-time total votes*

    Ideas for permissions: votes.player *Allows access to above commands*

    When I'd like it by: Preferably within two weeks.
     
  2. Offline

    OlliePugh

    When you say stored locally and not on MySQL/SQLite what do you mean? You dont want to use a local database?
     
  3. Offline

    bluefragment

    I would like it to be stored locally (like in a json) rather than SQL. I apologize if I'm using 'locally' wrongly :/
     
  4. Offline

    OlliePugh

    I see your point but what is the reason for it? Using databases are usually much more efficient and easier to view data in.

    There is also no need to apologise lol. I dont mean to be trying to come accross as one of those know it all's on the internet :)
     
  5. Offline

    bluefragment

    I'd rather not use databases as I use a host and using MySQL isn't in my plan lol
     
    OlliePugh likes this.
  6. Offline

    OlliePugh

    I see, makes sense.
     
  7. Offline

    bluefragment

  8. Offline

    xR34P3Rx

    I actually made a plugin on Spigot for this, it doesnt have the feature where you get a reward after a certain amount of votes, you get a reward after every vote with custom commands, money or items. It even has an offline rewards system. It also uses JSON files to keep info for each voter/player, no database service.

    Check it out!
    https://www.spigotmc.org/resources/vote-rewards.77130/
     
  9. Offline

    bluefragment

    Thank you, but I really need the milestone/cumulative votes feature (I want players to be able to rank up after they hit a certain amount of votes)
     
Thread Status:
Not open for further replies.

Share This Page