Guest User

Untitled

a guest
Nov 18th, 2013
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 2.22 KB | None | 0 0
  1. # This is the main configuration file for Spigot.
  2. # As you can see, there's tons to configure. Some options may impact gameplay, so use
  3. # with caution, and make sure you know what each option does before configuring.
  4. # For a reference for any variable inside this file, check out the Spigot wiki at
  5. # http://www.spigotmc.org/wiki/spigot-configuration/
  6. #
  7. # If you need help with the configuration or have any questions related to Spigot,
  8. # join us at the IRC or drop by our forums and leave a post.
  9. #
  10. # IRC: #spigot @ irc.esper.net ( http://webchat.esper.net/?channel=spigot )
  11. # Forums: http://www.spigotmc.org/forum/
  12.  
  13. config-version: 4
  14. commands:
  15.   tab-complete: true
  16.   log: true
  17.   spam-exclusions:
  18.  - /skill
  19. listeners:
  20. - port: default
  21.   host: default
  22.   netty: true
  23. settings:
  24.   netty-threads: 3
  25.   log-filters:
  26.  - ^(.*)(/login)(.*)$
  27.   bungeecord: true
  28.   timeout-time: 60
  29.   restart-on-crash: true
  30.   restart-script: ./start.sh
  31.   prevent-proxies: false
  32. messages:
  33.   whitelist: You are not whitelisted on this server!
  34.   unknown-command: Unknown command. Type "/help" for help.
  35.   server-full: The server is full!
  36.   outdated-client: Outdated client!
  37.   outdated-server: Outdated server!
  38.   restart: Server is restarting
  39. world-settings:
  40.   default:
  41.     verbose: true
  42.     chunks-per-tick: 650
  43.     view-distance: 7
  44.     merge-radius:
  45.       exp: 3.0
  46.       item: 2.5
  47.     item-despawn-rate: 6000
  48.     arrow-despawn-rate: 1200
  49.     anti-xray:
  50.       enabled: true
  51.       engine-mode: 1
  52.       blocks:
  53.      - 1
  54.       - 5
  55.       - 14
  56.       - 15
  57.       - 16
  58.       - 21
  59.       - 48
  60.       - 49
  61.       - 54
  62.       - 56
  63.       - 73
  64.       - 74
  65.       - 82
  66.       - 129
  67.       - 130
  68.     ticks-per:
  69.       hopper-transfer: 8
  70.       hopper-check: 8
  71.     random-light-updates: false
  72.     mob-spawn-range: 4
  73.     growth:
  74.       cactus-modifier: 100
  75.       cane-modifier: 100
  76.       melon-modifier: 100
  77.       mushroom-modifier: 100
  78.       pumpkin-modifier: 100
  79.       sapling-modifier: 100
  80.       wheat-modifier: 100
  81.     entity-activation-range:
  82.       animals: 32
  83.       monsters: 32
  84.       misc: 16
  85.     entity-tracking-range:
  86.       players: 48
  87.       animals: 48
  88.       monsters: 48
  89.       misc: 32
  90.       other: 64
  91.     save-structure-info: true
Advertisement
Add Comment
Please, Sign In to add comment