Advertisement
Guest User

Untitled

a guest
Dec 9th, 2016
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.68 KB | None | 0 0
  1. JB.mapvote_config = {
  2.     // If you want to use an external map vote, make this false.
  3.     enabled = true,
  4.    
  5.     // How long it takes for the game to automatically begin a vote after map start.
  6.     automapvotetime = 60,
  7.  
  8.     // How many minutes to extend the next vote for
  9.     extendtime = 30,
  10.  
  11.     // How many times to retry vote if no one voted
  12.     retry = 3,
  13.  
  14.     // Minimum vote needed in percent
  15.     minvoteneed = 0.51,
  16.  
  17.     // How many extend's to allow
  18.     maxextend = 3,
  19.  
  20.     // How many maps should be present in the vote
  21.     minvotes = 6,
  22.  
  23.     // How many percent of the playercount people has to do !rtv to start a vote
  24.     rocksneeded = 0.6,
  25.  
  26.     // How many seconds the vote goes on for
  27.     changetime = 30,
  28. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement