Guest User

Untitled

a guest
Nov 18th, 2013
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 2.26 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.   spam-exclusions:
  17.  - /skill
  18.   log: true
  19. listeners:
  20. - port: default
  21.   host: default
  22.   netty: true
  23. settings:
  24.   netty-threads: 3
  25.   prevent-proxies: false
  26.   log-filters:
  27.  - ^(.*)(/login)(.*)$
  28.   bungeecord: false
  29.   timeout-time: 60
  30.   restart-on-crash: true
  31.   restart-script: ./start.sh
  32.   bungeecord-addresses:
  33.  - 127.0.0.1
  34. messages:
  35.   whitelist: You are not whitelisted on this server!
  36.   unknown-command: Unknown command. Type "help" for help.
  37.   server-full: The server is full!
  38.   outdated-client: Outdated client!
  39.   outdated-server: Outdated server!
  40.   restart: Server is restarting
  41. world-settings:
  42.   default:
  43.     verbose: true
  44.     chunks-per-tick: 650
  45.     view-distance: 7
  46.     merge-radius:
  47.       exp: 3.0
  48.       item: 2.5
  49.     item-despawn-rate: 6000
  50.     arrow-despawn-rate: 1200
  51.     mob-spawn-range: 4
  52.     anti-xray:
  53.       enabled: true
  54.       engine-mode: 1
  55.       blocks:
  56.      - 1
  57.       - 5
  58.       - 14
  59.       - 15
  60.       - 16
  61.       - 21
  62.       - 48
  63.       - 49
  64.       - 54
  65.       - 56
  66.       - 73
  67.       - 74
  68.       - 82
  69.       - 129
  70.       - 130
  71.     ticks-per:
  72.       hopper-transfer: 8
  73.       hopper-check: 8
  74.     random-light-updates: false
  75.     save-structure-info: false
  76.     growth:
  77.       cactus-modifier: 100
  78.       cane-modifier: 100
  79.       melon-modifier: 100
  80.       mushroom-modifier: 100
  81.       pumpkin-modifier: 100
  82.       sapling-modifier: 100
  83.       wheat-modifier: 100
  84.     entity-activation-range:
  85.       animals: 32
  86.       monsters: 32
  87.       misc: 16
  88.     entity-tracking-range:
  89.       players: 48
  90.       animals: 48
  91.       monsters: 48
  92.       misc: 32
  93.       other: 64
Advertisement
Add Comment
Please, Sign In to add comment