Guest User

Untitled

a guest
Jan 22nd, 2013
33
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.74 KB | None | 0 0
  1. ################################################
  2. # Survival Games #
  3. # #
  4. # Developed by #
  5. # Double0negative #
  6. # #
  7. # #
  8. # mc-sg.org #
  9. # #
  10. ################################################
  11.  
  12.  
  13. ###DO NOT CHANGE THIS UNLESS YOU WANT YOUR CONFIG TO RESET###
  14. config-version: 1
  15.  
  16.  
  17.  
  18.  
  19. #set how many players are needed for the game
  20. #to auto-start. Once the player limit is reached
  21. #it will wait for x amount of seconds for
  22. #additional players. Auto start vote means that
  23. #x percent of players need to vote with /sg vote
  24. #for the game to begin
  25. auto-start-players: 5
  26. auto-start-time: 20
  27. auto-start-vote: 75
  28.  
  29. #If the player queue is enabled the if a player
  30. #tries to join a game that is not joinable
  31. #(ie ingame) the player will be added to a
  32. #queue line to join the next time the game
  33. #is open
  34. enable-player-queue: true
  35.  
  36. #if set to true, commands not associated with
  37. #the survival games will not be allowed to
  38. #players in-game
  39. disallow-commands: true
  40.  
  41. #set how long each player should
  42. #be invincible for after the start of
  43. #the game in seconds
  44. grace-period: 0
  45.  
  46. #Sets if chest should be restocked on the first
  47. #night. If set to true this will also have the side
  48. #effect of setting the world time to Day at the start
  49. #of the game. This is only temporary until per-arena time
  50. #has been implemented
  51. restock-chest: false
  52.  
  53.  
  54.  
  55. block:
  56. place:
  57. whitelist:
  58.  
  59. - 1
  60. - 2
  61. - 3
  62. - 4
  63. - 5
  64. - 6
  65. - 7
  66. - 8
  67. - 9
  68. - 10
  69. - 11
  70. - 12
  71. - 13
  72. - 14
  73. - 15
  74. - 16
  75. - 17
  76. - 18
  77. - 19
  78. - 20
  79. - 21
  80. - 22
  81. - 23
  82. - 24
  83. - 25
  84. - 26
  85. - 27
  86. - 28
  87. - 29
  88. - 30
  89. - 31
  90. - 32
  91. - 33
  92. - 34
  93. - 35
  94. - 36
  95. - 37
  96. - 38
  97. - 39
  98. - 40
  99. - 41
  100. - 42
  101. - 43
  102. - 44
  103. - 45
  104. - 46
  105. - 47
  106. - 48
  107. - 49
  108. - 50
  109. - 51
  110. - 52
  111. - 53
  112. - 54
  113. - 55
  114. - 56
  115. - 57
  116. - 58
  117. - 59
  118. - 60
  119. - 61
  120. - 62
  121. - 63
  122. - 64
  123. - 65
  124. - 66
  125. - 67
  126. - 68
  127. - 69
  128. - 70
  129. - 71
  130. - 72
  131. - 73
  132. - 74
  133. - 75
  134. - 76
  135. - 77
  136. - 78
  137. - 79
  138. - 80
  139. - 81
  140. - 82
  141. - 83
  142. - 84
  143. - 85
  144. - 86
  145. - 87
  146. - 88
  147. - 89
  148. - 90
  149. - 91
  150. - 92
  151. - 93
  152. - 94
  153. - 95
  154. - 96
  155. - 97
  156. - 98
  157. - 99
  158. - 100
  159. - 101
  160. - 102
  161. - 103
  162. - 104
  163. - 105
  164. - 106
  165. - 107
  166. - 108
  167. - 109
  168. - 110
  169. - 111
  170. - 112
  171. - 113
  172. - 114
  173. - 115
  174. - 116
  175. - 117
  176. - 118
  177. - 119
  178. - 120
  179. - 121
  180. - 122
  181. - 123
  182. - 124
  183. - 125
  184. - 126
  185. - 127
  186. - 128
  187. - 129
  188. - 130
  189. - 131
  190. - 132
  191. - 133
  192. - 134
  193. - 135
  194. - 136
  195. - 137
  196. - 138
  197. - 139
  198. - 140
  199. - 141
  200. - 142
  201. - 143
  202. - 144
  203. - 145
  204. - 146
  205. - 147
  206. - 148
  207. - 149
  208. - 150
  209. - 151
  210. - 152
  211. - 153
  212. - 154
  213. - 155
  214. - 156
  215. - 157
  216. - 158
  217. - 159
  218. - 160
  219. - 161
  220. - 162
  221. - 163
  222. - 164
  223. - 165
  224. - 166
  225. - 167
  226. - 168
  227. - 169
  228. - 170
  229. - 171
  230. - 172
  231. - 173
  232. - 174
  233. - 175
  234. - 176
  235. - 177
  236. - 178
  237. - 179
  238. - 180
  239. - 181
  240. - 182
  241. - 183
  242. - 184
  243. - 185
  244. - 186
  245. - 187
  246. - 188
  247. - 189
  248. - 190
  249. - 191
  250. - 192
  251. - 193
  252. - 194
  253. - 195
  254. - 196
  255. - 197
  256. - 198
  257. - 199
  258. - 200
  259. - 201
  260. - 202
  261. - 203
  262. - 204
  263. - 205
  264. - 206
  265. - 207
  266. - 208
  267. - 209
  268. - 210
  269. - 211
  270. - 212
  271. - 213
  272. - 214
  273. - 215
  274. - 216
  275. - 217
  276. - 218
  277. - 219
  278. - 220
  279. - 221
  280. - 222
  281. - 223
  282. - 224
  283. - 225
  284. - 226
  285. - 227
  286. - 228
  287. - 229
  288. - 230
  289. - 231
  290. - 232
  291. - 233
  292. - 234
  293. - 235
  294. - 236
  295. - 237
  296. - 238
  297. - 239
  298. - 240
  299. - 241
  300. - 242
  301. - 243
  302. - 244
  303. - 245
  304. - 246
  305. - 247
  306. - 248
  307. - 249
  308. - 250
  309. - 251
  310. - 252
  311. - 253
  312. - 254
  313. - 255
  314. - 256
  315. - 257
  316. - 258
  317. - 259
  318. - 260
  319. - 261
  320. - 262
  321. - 263
  322. - 264
  323. - 265
  324. - 266
  325. - 267
  326. - 268
  327. - 269
  328. - 270
  329. - 271
  330. - 272
  331. - 273
  332. - 274
  333. - 275
  334. - 276
  335. - 277
  336. - 278
  337. - 279
  338. - 280
  339. - 281
  340. - 282
  341. - 283
  342. - 284
  343. - 285
  344. - 286
  345. - 287
  346. - 288
  347. - 289
  348. - 290
  349. - 291
  350. - 292
  351. - 293
  352. - 294
  353. - 295
  354. - 296
  355. - 297
  356. - 298
  357. - 299
  358. - 300
  359. - 301
  360. - 302
  361. - 303
  362. - 304
  363. - 305
  364. - 306
  365. - 307
  366. - 308
  367. - 309
  368. - 310
  369. - 311
  370. - 312
  371. - 313
  372. - 314
  373. - 315
  374. - 316
  375. - 317
  376. - 318
  377. - 319
  378. - 320
  379. - 321
  380. - 322
  381. - 323
  382. - 324
  383. - 325
  384. - 326
  385. - 327
  386. - 328
  387. - 329
  388. - 330
  389. - 331
  390. - 332
  391. - 333
  392. - 334
  393. - 335
  394. - 336
  395. - 337
  396. - 338
  397. - 339
  398. - 340
  399. - 341
  400. - 342
  401. - 343
  402. - 344
  403. - 345
  404. - 346
  405. - 347
  406. - 348
  407. - 349
  408. - 350
  409. - 351
  410. - 352
  411. - 353
  412. - 354
  413. - 355
  414. - 356
  415. - 357
  416. - 358
  417. - 359
  418. - 360
  419. - 361
  420. - 362
  421. - 363
  422. - 364
  423. - 365
  424. - 366
  425. - 367
  426. - 368
  427. - 369
  428. - 370
  429. - 371
  430. - 372
  431. - 373
  432. - 374
  433. - 375
  434. - 376
  435. - 377
  436. - 378
  437. - 379
  438. - 380
  439. - 381
  440. - 382
  441. - 383
  442. - 384
  443. - 385
  444. - 386
  445. - 387
  446. - 388
  447. - 389
  448. - 390
  449. - 391
  450. - 392
  451. - 393
  452. - 394
  453. - 395
  454. - 396
  455. - 397
  456. - 398
  457. - 399
  458. - 400
  459. - 401
  460. - 402
  461. - 403
  462. - 404
  463. - 405
  464. - 406
  465. - 407
  466. - 408
  467. break:
  468. whitelist:
  469. - 1
  470. - 2
  471. - 3
  472. - 4
  473. - 5
  474. - 6
  475. - 7
  476. - 8
  477. - 9
  478. - 10
  479. - 11
  480. - 12
  481. - 13
  482. - 14
  483. - 15
  484. - 16
  485. - 17
  486. - 18
  487. - 19
  488. - 20
  489. - 21
  490. - 22
  491. - 23
  492. - 24
  493. - 25
  494. - 26
  495. - 27
  496. - 28
  497. - 29
  498. - 30
  499. - 31
  500. - 32
  501. - 33
  502. - 34
  503. - 35
  504. - 36
  505. - 37
  506. - 38
  507. - 39
  508. - 40
  509. - 41
  510. - 42
  511. - 43
  512. - 44
  513. - 45
  514. - 46
  515. - 47
  516. - 48
  517. - 49
  518. - 50
  519. - 51
  520. - 52
  521. - 53
  522. - 54
  523. - 55
  524. - 56
  525. - 57
  526. - 58
  527. - 59
  528. - 60
  529. - 61
  530. - 62
  531. - 63
  532. - 64
  533. - 65
  534. - 66
  535. - 67
  536. - 68
  537. - 69
  538. - 70
  539. - 71
  540. - 72
  541. - 73
  542. - 74
  543. - 75
  544. - 76
  545. - 77
  546. - 78
  547. - 79
  548. - 80
  549. - 81
  550. - 82
  551. - 83
  552. - 84
  553. - 85
  554. - 86
  555. - 87
  556. - 88
  557. - 89
  558. - 90
  559. - 91
  560. - 92
  561. - 93
  562. - 94
  563. - 95
  564. - 96
  565. - 97
  566. - 98
  567. - 99
  568. - 100
  569. - 101
  570. - 102
  571. - 103
  572. - 104
  573. - 105
  574. - 106
  575. - 107
  576. - 108
  577. - 109
  578. - 110
  579. - 111
  580. - 112
  581. - 113
  582. - 114
  583. - 115
  584. - 116
  585. - 117
  586. - 118
  587. - 119
  588. - 120
  589. - 121
  590. - 122
  591. - 123
  592. - 124
  593. - 125
  594. - 126
  595. - 127
  596. - 128
  597. - 129
  598. - 130
  599. - 131
  600. - 132
  601. - 133
  602. - 134
  603. - 135
  604. - 136
  605. - 137
  606. - 138
  607. - 139
  608. - 140
  609. - 141
  610. - 142
  611. - 143
  612. - 144
  613. - 145
  614. - 146
  615. - 147
  616. - 148
  617. - 149
  618. - 150
  619. - 151
  620. - 152
  621. - 153
  622. - 154
  623. - 155
  624. - 156
  625. - 157
  626. - 158
  627. - 159
  628. - 160
  629. - 161
  630. - 162
  631. - 163
  632. - 164
  633. - 165
  634. - 166
  635. - 167
  636. - 168
  637. - 169
  638. - 170
  639. - 171
  640. - 172
  641. - 173
  642. - 174
  643. - 175
  644. - 176
  645. - 177
  646. - 178
  647. - 179
  648. - 180
  649. - 181
  650. - 182
  651. - 183
  652. - 184
  653. - 185
  654. - 186
  655. - 187
  656. - 188
  657. - 189
  658. - 190
  659. - 191
  660. - 192
  661. - 193
  662. - 194
  663. - 195
  664. - 196
  665. - 197
  666. - 198
  667. - 199
  668. - 200
  669. - 201
  670. - 202
  671. - 203
  672. - 204
  673. - 205
  674. - 206
  675. - 207
  676. - 208
  677. - 209
  678. - 210
  679. - 211
  680. - 212
  681. - 213
  682. - 214
  683. - 215
  684. - 216
  685. - 217
  686. - 218
  687. - 219
  688. - 220
  689. - 221
  690. - 222
  691. - 223
  692. - 224
  693. - 225
  694. - 226
  695. - 227
  696. - 228
  697. - 229
  698. - 230
  699. - 231
  700. - 232
  701. - 233
  702. - 234
  703. - 235
  704. - 236
  705. - 237
  706. - 238
  707. - 239
  708. - 240
  709. - 241
  710. - 242
  711. - 243
  712. - 244
  713. - 245
  714. - 246
  715. - 247
  716. - 248
  717. - 249
  718. - 250
  719. - 251
  720. - 252
  721. - 253
  722. - 254
  723. - 255
  724. - 256
  725. - 257
  726. - 258
  727. - 259
  728. - 260
  729. - 261
  730. - 262
  731. - 263
  732. - 264
  733. - 265
  734. - 266
  735. - 267
  736. - 268
  737. - 269
  738. - 270
  739. - 271
  740. - 272
  741. - 273
  742. - 274
  743. - 275
  744. - 276
  745. - 277
  746. - 278
  747. - 279
  748. - 280
  749. - 281
  750. - 282
  751. - 283
  752. - 284
  753. - 285
  754. - 286
  755. - 287
  756. - 288
  757. - 289
  758. - 290
  759. - 291
  760. - 292
  761. - 293
  762. - 294
  763. - 295
  764. - 296
  765. - 297
  766. - 298
  767. - 299
  768. - 300
  769. - 301
  770. - 302
  771. - 303
  772. - 304
  773. - 305
  774. - 306
  775. - 307
  776. - 308
  777. - 309
  778. - 310
  779. - 311
  780. - 312
  781. - 313
  782. - 314
  783. - 315
  784. - 316
  785. - 317
  786. - 318
  787. - 319
  788. - 320
  789. - 321
  790. - 322
  791. - 323
  792. - 324
  793. - 325
  794. - 326
  795. - 327
  796. - 328
  797. - 329
  798. - 330
  799. - 331
  800. - 332
  801. - 333
  802. - 334
  803. - 335
  804. - 336
  805. - 337
  806. - 338
  807. - 339
  808. - 340
  809. - 341
  810. - 342
  811. - 343
  812. - 344
  813. - 345
  814. - 346
  815. - 347
  816. - 348
  817. - 349
  818. - 350
  819. - 351
  820. - 352
  821. - 353
  822. - 354
  823. - 355
  824. - 356
  825. - 357
  826. - 358
  827. - 359
  828. - 360
  829. - 361
  830. - 362
  831. - 363
  832. - 364
  833. - 365
  834. - 366
  835. - 367
  836. - 368
  837. - 369
  838. - 370
  839. - 371
  840. - 372
  841. - 373
  842. - 374
  843. - 375
  844. - 376
  845. - 377
  846. - 378
  847. - 379
  848. - 380
  849. - 381
  850. - 382
  851. - 383
  852. - 384
  853. - 385
  854. - 386
  855. - 387
  856. - 388
  857. - 389
  858. - 390
  859. - 391
  860. - 392
  861. - 393
  862. - 394
  863. - 395
  864. - 396
  865. - 397
  866. - 398
  867. - 399
  868. - 400
  869. - 401
  870. - 402
  871. - 403
  872. - 404
  873. - 405
  874. - 406
  875. - 407
  876. - 408
  877.  
  878.  
  879.  
  880. #if mob-progression is enabled, then the
  881. #difficulty of mobs and amount of mobs
  882. #spawning will increase with a decrease
  883. #of players. The ratio defines how much
  884. #harder it should get for every person
  885. #out. a ratio of 2 whould mean 2x harder
  886. #The mob blacklist definesmobs that should
  887. #not spawn.
  888.  
  889. ##________NOT IMPLEMETED____________
  890. mob-progression:
  891. enabled: true
  892. ratio: 2
  893. mob-blacklist:
  894. - slime
  895.  
  896. #if set to true, the logging manager
  897. #will use sql to save block data. Otherwise
  898. #it will be stored into memory.
  899. logging:
  900. usesql: false
  901.  
  902. #settings for the endgame. This enables
  903. #when there are only x amount of players
  904. #remaining. If place chest is enabled then
  905. #when the player limit is reached, a chest
  906. #will be placed inside the radius of every
  907. #remain player contianing random items for
  908. #that player. If fire-lighting is enabled
  909. #the a lighting strike will be fired at the
  910. #location of each player every x seconds to
  911. #notify the other players of their location
  912.  
  913. endgame:
  914. players: 3
  915. fire-lighting:
  916. enabled: true
  917. interval: 20
  918.  
  919. #settings for connecting to the
  920. #sql server. These settings will
  921. #be used for both the online webstats
  922. #and for logging block changes for the
  923. #automated rollback. Prefix is what all
  924. #tables used for surivalgames will be
  925. #prefixed with. This should stay the same
  926. # for most cases. Server prefix allows you
  927. #To prefix arenaID's with a server prefix.
  928. #This is useful if you have multiple servers
  929. #and you want to have them on the same database
  930. #and they have the same arenaID's but you want to
  931. #keep them seperate. If you only have 1 server,
  932. #leave this blank.
  933. sql:
  934. host: 'localhost'
  935. port: 3306
  936. user: 'root'
  937. pass: ''
  938. database: 'survivalgames'
  939. prefix: 'sg_'
  940. server-prefix : ''
  941.  
  942. #Settings for the webstats. If enabled, stats
  943. #such as k/d record, wins, win streaks, kill
  944. #streaks etc will be saved. If webserver is
  945. #enabled then a webserver will be started on the
  946. #<yourserverip>:<port> and allow people to view
  947. #the stats online.
  948.  
  949. ##_______Online webserver not implemented. Use the
  950. #PHP backend instead. ______________
  951. stats:
  952. enabled: false
  953. points:
  954. kill: 10
  955. win: 300
  956. position: 7
  957. killstreak:
  958. base: 10
  959. multiplier: 2
  960. killstreak:
  961. level1: '&e{player}&7 Double Kill!'
  962. level2: '&e{player}&9 Multi Kill!'
  963. level3: '&e{player}&5 Ultra Kill!'
  964. level4: '&e{player}&4 Unbelievable Kill!'
  965. level5: '&e{player}&a&kii&4&l Unbelievable+!&a&kii'
Advertisement
Add Comment
Please, Sign In to add comment