Advertisement
Charflow

Untitled

May 4th, 2014
169
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 3.06 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: 6
  14. commands:
  15.   replace-commands:
  16.  - setblock
  17.   - summon
  18.   - testforblock
  19.   - tellraw
  20.   #
  21.   #
  22.   #
  23.   tab-complete: 0
  24.   silent-commandblock-console: false
  25.   spam-exclusions:
  26.  - /skill
  27.   log: true
  28. settings:
  29.   timeout-time: 300
  30.   restart-on-crash: true
  31.   restart-script: ./start.sh
  32.   netty-threads: 4
  33.   player-shuffle: 0
  34.   bungeecord: true
  35.   late-bind: false
  36.   sample-count: 12
  37.   filter-creative-items: true
  38.   compression-threads: 4
  39.   compressed-chunk-cache: 64
  40.   log-filters:
  41.  - ^(.*)(/login)(.*)$
  42.   prevent-proxies: false
  43.   bungeecord-addresses:
  44.  - 54.72.232.41
  45. messages:
  46.   whitelist: Serveren er lukket (midlertidigt). Prøv igen senere!
  47.   unknown-command: Ukendt kommando. Skriv &2/help &rfor at se alle kommandoer.
  48.   server-full: The server is full!
  49.   outdated-client: Forældet client version! Brug {} (help.mojang.com/customer/portal/articles/1475923)
  50.   outdated-server: Forældet server version! Vi er stadig på {0} (help.mojang.com/customer/portal/articles/1475923)
  51.   restart: Serveren genstarter
  52. stats:
  53.   disable-saving: true
  54.   forced-stats:
  55.     achievement:
  56.       openInventory: 1
  57. world-settings:
  58.   default:
  59.     verbose: true
  60.     view-distance: 12
  61.     chunks-per-tick: 650
  62.     clear-tick-list: false
  63.     merge-radius:
  64.       exp: 3.0
  65.       item: 2.5
  66.     mob-spawn-range: 4
  67.     nerf-spawner-mobs: false
  68.     enable-zombie-pigmen-portal-spawns: false
  69.     zombie-aggressive-towards-villager: false
  70.     item-despawn-rate: 6000
  71.     arrow-despawn-rate: 1200
  72.     wither-spawn-sound-radius: 0
  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.     max-bulk-chunks: 5
  86.     max-entity-collisions: 8
  87.     dragon-death-sound-radius: 0
  88.     save-structure-info: false
  89.     ticks-per:
  90.       hopper-transfer: 8
  91.       hopper-check: 8
  92.     hopper-amount: 1
  93.     entity-tracking-range:
  94.       players: 48
  95.       animals: 48
  96.       monsters: 48
  97.       misc: 32
  98.       other: 64
  99.     random-light-updates: false
  100.     anti-xray:
  101.       enabled: false
  102.       engine-mode: 1
  103.       hide-blocks:
  104.      - 14
  105.       - 15
  106.       - 16
  107.       - 21
  108.       - 48
  109.       - 49
  110.       - 54
  111.       - 56
  112.       - 73
  113.       - 74
  114.       - 82
  115.       - 129
  116.       - 130
  117.       replace-blocks:
  118.      - 1
  119.       - 5
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement