Advertisement
Guest User

yy

a guest
May 6th, 2016
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.58 KB | None | 0 0
  1. # Configurare i dati di accesso al Database MySQL, quando hai immesso tutti i dati giusti imposta il valore DatabaseReady su true
  2. Database:
  3. IP: "localhost"
  4. Port: 3306
  5. Database: "TNTGames"
  6. Username: "root"
  7. Password: "password"
  8. DatabaseReady: false
  9. # Players massimi che possono entrare in partita
  10. maxPlayers: 30
  11. # Nome del server
  12. ServerName: "tnt1"
  13. # Countdown per far iniziare la partita (in secondi)
  14. Countdown: 10
  15. # Coins guadagnati alla fine di ogni round
  16. CoinsPerRound: 6
  17. # Tempo prima che inizi il prossimo round (In secondi)
  18. TimeBeforeNextRound: 7
  19. # Nome della mappa (1 sola parola di massimo 10 caratteri)
  20. MapName: "Jungle"
  21. # Mettere il prefisso che compare in chat davanti ai players che hanno la tnt (Massimo 16 caratteri contando anche spazi e codici colore)
  22. TntTabPrefix: "&c[TNT] "
  23. # Players richiesti per far iniziare la partita (Minimo 8)
  24. PlayersRequired: 12
  25. # Configura la scoreboard della Lobby, Countdown e di gioco.
  26. # Lista variabili: <mapname> (Nome mappa), <online> (Players online), <max> (Players massimi), <servername> (Nome del server), <time> (Tempo del timer), <round> (Round corrente), <coins> (Coins guadagnati in gioco)
  27. LobbyScoreboard:
  28. - ""
  29. - "Map: &a<mapname>"
  30. - "Players: &a<online>/<max>"
  31. - ""
  32. - "Waiting players..."
  33. - ""
  34. - "Game: &aTNT Tag"
  35. - ""
  36. - "Server: &a<servername>"
  37. - ""
  38. - "&ewww.mates.net"
  39. CountdownScoreboard:
  40. - ""
  41. - "Map: &a<mapname>"
  42. - "Players: &a<online>/<max>"
  43. - ""
  44. - "Starting in &a<time>s"
  45. - ""
  46. - "Game: &aTNT Tag"
  47. - ""
  48. - "Server: &a<servername>"
  49. - ""
  50. - "&ewww.mates.net"
  51. GameScoreboard:
  52. - ""
  53. - "Time: &a<time>"
  54. - "Round: &a<round>"
  55. - ""
  56. - "Players: &a<online>"
  57. - "Coins: &a<coins>"
  58. - ""
  59. - "&ewww.mates.net"
  60. RestartScoreboard:
  61. - ""
  62. - "Restarting..."
  63. - "Round: &a<round>"
  64. - ""
  65. - "Players: &a<online>"
  66. - "Coins: &a<coins>"
  67. - ""
  68. - "&ewww.mates.net"
  69. StartMessage:
  70. - "&a&l---------------------------------"
  71. - " &f&lThe TNT Games"
  72. - " &e&lEvita i players con la TNT in testa!"
  73. - " &e&lSe vieni colpito, colpisci un altro player"
  74. - " &e&lprima di esplodere!"
  75. - "&a&l---------------------------------"
  76. WinMessage:
  77. - "&a&l---------------------------------"
  78. - ""
  79. - " &f&lThe TNT Games"
  80. - " &eVincitore &7- &a<winner>"
  81. - " &f&lI tuoi risultati"
  82. - " &eCoins guadagnati: &6<coins>"
  83. - ""
  84. - "&a&l---------------------------------"
  85. Messages:
  86. KickFull: "&cLa partita e' gia piena!"
  87. enoughPlayers: "&eIl server ha raggiunto abbastanza giocatori. Inizio in 10 secondi..."
  88. countdownSeconds: "&eIl gioco partira' fra &c<time> &esecondi!"
  89. countdownSecond: "&eIl gioco partira' fra &c<time> &esecondo!"
  90. noPermission: "&cNon hai il permesso per eseguire questa azione!"
  91. countdownCancelled: "&cNon ci sono abbastanza players! Countdown cancellato..."
  92. tntReleased: "&eLa TNT e' stata rilasciata!"
  93. joinedMessage: "&7<player> &ee' entrato (&b<online>&e/&b<max>&e)!"
  94. leftMessage: "&7<player> &ee' uscito!"
  95. isIt: "&e<player> ha la &eTNT&7!"
  96. addCoins: "&6+ 6 coins!"
  97. roundEnded: "&eRound finito! Aspettando il prossimo..."
  98. deathMatch: "&eDeathmatch! Sei stato teletrasportato al centro!"
  99. youAreIt: "&eAdesso hai la &cTNT&e!"
  100. youAreNotIt: "&eNon hai piu' la &cTNT&e!"
  101. blewUp: "&a<player> &ee' saltato in aria!"
  102. gameEnd: "&eLa partita e' finita! Verrai teletrasportato alla Lobby."
  103. toLobby: "&a&lVerrai mandato alla Lobby fra 3 secondi! Fai click destro per cancellare questa azione!"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement