Advertisement
Guest User

spigot

a guest
Aug 15th, 2013
303
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 3.07 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: 3
  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.   log-filters:
  26.  - ^(.*)(/login)(.*)$
  27.   prevent-proxies: false
  28.   bungeecord-addresses:
  29.  - 127.0.0.1
  30.   bungeecord: false
  31.   timeout-time: 60
  32.   restart-on-crash: false
  33.   restart-script: ./start.sh
  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! To get access buy the VIP rank!
  38.   outdated-client: Outdated client!
  39.   outdated-server: Outdated server!
  40. world-settings:
  41.   default:
  42.     verbose: true
  43.     view-distance: 5
  44.     chunks-per-tick: 500
  45.     merge-radius:
  46.       exp: 3.0
  47.       item: 2.5
  48.     anti-xray:
  49.       enabled: false
  50.       engine-mode: 1
  51.       blocks:
  52.      - 1
  53.       - 5
  54.       - 14
  55.       - 15
  56.       - 16
  57.       - 21
  58.       - 48
  59.       - 49
  60.       - 54
  61.       - 56
  62.       - 73
  63.       - 74
  64.       - 82
  65.       - 129
  66.       - 130
  67.     mob-spawn-range: 4
  68.     growth:
  69.       cactus-modifier: 100
  70.       cane-modifier: 100
  71.       melon-modifier: 100
  72.       mushroom-modifier: 100
  73.       pumpkin-modifier: 100
  74.       sapling-modifier: 100
  75.       wheat-modifier: 100
  76.     entity-activation-range:
  77.       animals: 24
  78.       monsters: 24
  79.       misc: 8
  80.     entity-tracking-range:
  81.       players: 24
  82.       animals: 24
  83.       monsters: 24
  84.       misc: 16
  85.       other: 32
  86.     ticks-per:
  87.       hopper-check: 40
  88.       hopper-transfer: 40
  89.     random-light-updates: false
  90.   War:
  91.     verbose: true
  92.     anti-xray:
  93.       enabled: false
  94.       engine-mode: 1
  95.       blocks:
  96.      - 1
  97.       - 5
  98.       - 14
  99.       - 15
  100.       - 16
  101.       - 21
  102.       - 48
  103.       - 49
  104.       - 54
  105.       - 56
  106.       - 73
  107.       - 74
  108.       - 82
  109.       - 129
  110.       - 130
  111.     mob-spawn-range: 4
  112.     growth:
  113.       cactus-modifier: 100
  114.       cane-modifier: 100
  115.       melon-modifier: 100
  116.       mushroom-modifier: 100
  117.       pumpkin-modifier: 100
  118.       sapling-modifier: 100
  119.       wheat-modifier: 100
  120.     entity-activation-range:
  121.       animals: 24
  122.       monsters: 24
  123.       misc: 8
  124.     entity-tracking-range:
  125.       players: 24
  126.       animals: 24
  127.       monsters: 24
  128.       misc: 16
  129.       other: 32
  130.     ticks-per:
  131.       hopper-check: 40
  132.       hopper-transfer: 40
  133.     random-light-updates: false
  134.     view-distance: 4
  135.     chunks-per-tick: 500
  136.     merge-radius:
  137.       exp: 3.0
  138.       item: 2.5
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement