Guest User

Quartz Defenders Config.yml

a guest
Oct 28th, 2020
215
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.77 KB | None | 0 0
  1. language: en                # Messages language, default english
  2. single_server_mode:         # Not available now
  3.   enable: false  
  4. Lobby:                  # Lobby configuration section
  5.   lobby_world_name: world       # Lobby world name
  6.   disable_damage: true          # Disable taking damage in lobby
  7.   infinity_food: true           # Disable food level change in lobby
  8.   spawn:                # Coordinates of lobby spawn
  9.     x: 0
  10.     y: 100
  11.     z: 0
  12.     yaw: 0
  13.     pitch: 0
  14. blocked_commands:           # Disable using commands**
  15.   - "me"
  16.   - "tell"
  17.   - "w"
  18.   - "msg"
  19. #There's no warranty to this thing to work correctly, use at own risk
  20. blocked_enchants: []    
  21. database:
  22.     use_mysql: false
  23.     table_prefix: quartzdefenders
  24.     host: localhost
  25.     port: 3306
  26.     database: database
  27.     username: user
  28.     password: password
  29.  
Advertisement
Add Comment
Please, Sign In to add comment