Advertisement
Guest User

MCINF Config

a guest
Jun 13th, 2016
229
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 2.10 KB | None | 0 0
  1. # default Config.yml - Last Edited in v1.4.0
  2. # +-------------------------------------------------------------------------------------------+
  3. # | For help with the file, visit here: https://github.com/Bimmr/McInfected/wiki/             |
  4. # +-------------------------------------------------------------------------------------------+
  5. # MySQL support, if disabled it saves to yml files
  6. MySQL:
  7.   Enable: true
  8.   Host: 192.168.1.37
  9.   Port: 3306
  10.   Database: legend_mcinf
  11.   Username: legend
  12.   Password: ********
  13. Disguises:
  14.   Show Names: true
  15.   Hide Armor: true
  16. GUI:
  17.   Kits:
  18.     Show All: true
  19.   Arenas:
  20.     Show All: true
  21.   Lobbies:
  22.     Show All: true
  23.   Corner Item: item:160 data:15
  24.   Side Item: item:160
  25. Permissions By Default:
  26.   Lobbys: true
  27.   Kits: true
  28. Default Kits:
  29.   Human: Survivor
  30.   Infected: Zombie
  31. Allowed Commands:
  32. - /tell
  33. - /helpop
  34. Blocked Commands: []
  35. Score System:
  36.   Kill: 10
  37.   Death: 1
  38.   Surviving: 5
  39.   Infecting: 5
  40.   Win: 15
  41.   Loose: 1
  42.   GameEnd: 5
  43. Settings:
  44.   Debug Mode: false
  45.   Require Empty Inventory: false
  46.   ActionBar:
  47.     Enable: true
  48.   Title:
  49.     Enable: true
  50. Sounds:
  51.   Voting:
  52.     Countdown: BLOCK_NOTE_HARP 1 1
  53.     Final: BLOCK_NOTE_HARP 1 2
  54.   Infecting:
  55.     Countdown: BLOCK_NOTE_HARP 1 1
  56.     Final: BLOCK_NOTE_HARP 1 2
  57.   Game:
  58.     Countdown: BLOCK_NOTE_HARP 1 1
  59.     Final: BLOCK_NOTE_HARP 1 2
  60.   Compass: ENTITY_HORSE_SADDLE 1 .75
  61.   Infected: ENTITY_ZOMBIE_AMBIENT 1 1
  62.   Respawn: ENTITY_CHICKEN_EGG 1 1
  63. Global:
  64.   Time:
  65.     Voting: 20
  66.     Infecting: 20
  67.     Game: 300
  68.   Game:
  69.     Alpha Percent: 0.25
  70.     Auto Start: 2
  71.     Max Players: 20
  72.     Prevent Voting for Last Map: true
  73.     Time Allowed To Change Kits:
  74.       Game Start: 10
  75.       Death: 3
  76.   Players:
  77.     Allowed To Loose Hunger: false
  78.     Allowed To Regenerate Health: false
  79.   Misc:
  80.     Mobs Can Target Humans: false
  81.     Mobs Can Target Infected: false
  82.     Compass:
  83.       Enable: true
  84.       Seconds Left: 60
  85.   Rewards:
  86.  - $10
  87.   - id:260 name:&2&lApple_Of_The_Damned
  88.   Blocks:
  89.     Can Break: false
  90.     Allowed Blocks:
  91.    - id:wool data:15
  92.   Allowed Kits:
  93.  - all
  94.   Blocked Kits: []
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement