New Feature #117


  • Enhancment
  • Accepted
Open
Assigned to ebiggz
  • _ForgeUser12633827 created this issue Apr 5, 2015

    Add a feature to implement a scoreboard and on that scoreboard something like this

    " 145/200 Votes" After you hit 200 a command should be run to give all players online a random reward.

  • _ForgeUser12633827 added the tags New Enhancment Apr 5, 2015
  • ebiggz removed a tag New Apr 13, 2015
  • ebiggz added a tag Accepted Apr 13, 2015
  • leasoncre posted a comment Sep 5, 2015

    +varients on this: (stuff off the top of my head)

    requirements:
    200 votes by anyone-everyone on the server / only those in x group
    200 votes specific player
    200 votes per day (resets daily with server restart or in config 24-48-72 hours etc..)

    output:
    give to online players only
    give to group only -already implimented
    give to all players -in database (dangerous)
    give to random <#>% of players (run per-player)
    give to random <#>/online players (picks x numbers and gives to those online, run for playercount, not per-player. ie: picks 2,5,8,12 : gives only to those ppl in the list order)

    rewards-configs:

    1. min-players-online to execute server-wide reward
    2. max-players-online to execute server-wide reward
    3. min-players-online-group: [group,list] min players online [in listed groups] to run commands
    4. max-players-online-group: [group, list]
    5. wait-for-min-players-online: true/false weather to wait for enough players to come online to run commands/reward
    6. wait-for-max-players-online: true/false weather to wait for few enough players to be online to run commands/reward
    7. wait-for-player(s)
    • players in list have to be online to run the reward commands

    main config:

    1. server-vote-count-daily|week|month|year|alltime: [votes by anyone on the server recieved by VR (not forced votes) that day/week/month/year/alltime]
    2. server-vote-count-start-day|week|month|year|alltime: [date/time VR started counting for that statistic, can be set to reset on specific date/time by setting in config]
    3. server-vote-count-daily|week|month|year-equals: <#|auto> [how long a day/week/month/year should be. "auto" uses the Georgian calendar from host machine. (common calendar world-wide)]

    some of this may already be in your head when writing the code for the above :)

    Thanks, love the plugin!


To post a comment, please login or register a new account.