Advertisement
Guest User

WatDaSpark's Spigot config

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