Guest User

Untitled

a guest
Dec 9th, 2017
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 1.28 KB | None | 0 0
  1. IRC:
  2.     botName: thiaZTestBot
  3.     network: maple.nl.eu.gtanet.com
  4.     bindAddress: 85.17.220.2
  5.     echoChannel: '#LVP.Minecraft2'
  6.     devChannel: '#LVP.Minecraft.Dev'
  7.     devPassword: craftersatwork
  8.     testChannel: '#LVP.Minecraft2'
  9.     commandPrefix: $
  10.     port: 6667
  11.     bindPort: 6667
  12. MySQL:
  13.     host: localhost
  14.     port: 3306
  15.     user: root
  16.     password: 'thatpass'
  17.     database: minecraft
  18. Options:
  19.     liveVersion: false
  20.     adminChatPrefix: '@'
  21.     groupChatPrefix: '#'
  22.     timeChangeDelay: 20
  23. Entities:
  24.     spawnChicken: false
  25.     spawnCow: false
  26.     spawnCreeper: true
  27.     spawnGhast: true
  28.     spawnGiant: true
  29.     spawnMonster: true
  30.     spawnPig: true
  31.     spawnPigZombie: true
  32.     spawnSheep: true
  33.     spawnSkeleton: true
  34.     spawnSlime: true
  35.     spawnSpider: true
  36.     spawnSquid: true
  37.     spawnZombie: true
  38.     spawnWolf: true
  39.     spawnCaveSpider: true
  40.     spawnEnderman: true
  41.     spawnSilverfish: true
  42.     endermanBreakBlock: false
  43.     endermanPlaceBlock: false
  44.     blowUpCreepers: true
  45.     spawnSkelleton: true
  46.     blockUpCreepers: true
  47. Reactiontest:
  48.     blockNames:
  49.    - Dirt
  50.     - Cobblestones
  51.     - Wood
  52.     - Saplings
  53.     blockIDs:
  54.    - 3
  55.     - 4
  56.     - 5
  57.     - 6
  58.     blockAmounts:
  59.    - 20
  60.     - 10
  61.     - 5
  62.     - 2
  63.     delay: 1
Add Comment
Please, Sign In to add comment