Advertisement
Guest User

spigot.yml

a guest
Apr 3rd, 2014
31
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 2.64 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: 5
  14. settings:
  15.   filter-creative-items: true
  16.   late-bind: false
  17.   bungeecord: false
  18.   sample-count: 12
  19.   timeout-time: 60
  20.   restart-on-crash: true
  21.   restart-script: ./start.sh
  22.   netty-threads: 4
  23.   player-shuffle: 0
  24. stats:
  25.   disable-saving: false
  26.   forced-stats: {}
  27. commands:
  28.   replace-commands:
  29.  - setblock
  30.   - summon
  31.   - testforblock
  32.   - tellraw
  33.   silent-commandblock-console: false
  34.   spam-exclusions:
  35.  - /skill
  36.   log: true
  37.   tab-complete: true
  38. messages:
  39.   restart: BetaCRAFT revient...
  40.   whitelist: You are not whitelisted on this server!
  41.   unknown-command: Unknown command. Type "/help" for help.
  42.   server-full: The server is full!
  43.   outdated-client: Merci d'utiliser la version {} de Minecraft !
  44.   outdated-server: Ce serveur utilise la version {0} de Minecraft !
  45. world-settings:
  46.   default:
  47.     verbose: true
  48.     chunks-per-tick: 650
  49.     clear-tick-list: false
  50.     merge-radius:
  51.       exp: 3.0
  52.       item: 2.5
  53.     max-bulk-chunks: 5
  54.     max-entity-collisions: 8
  55.     growth:
  56.       cactus-modifier: 100
  57.       cane-modifier: 100
  58.       melon-modifier: 100
  59.       mushroom-modifier: 100
  60.       pumpkin-modifier: 100
  61.       sapling-modifier: 100
  62.       wheat-modifier: 100
  63.     entity-activation-range:
  64.       animals: 32
  65.       monsters: 95
  66.       misc: 16
  67.     entity-tracking-range:
  68.       players: 48
  69.       animals: 48
  70.       monsters: 200
  71.       misc: 32
  72.       other: 64
  73.     ticks-per:
  74.       hopper-transfer: 8
  75.       hopper-check: 8
  76.     random-light-updates: false
  77.     save-structure-info: true
  78.     arrow-despawn-rate: 1200
  79.     zombie-aggressive-towards-villager: true
  80.     enable-zombie-pigmen-portal-spawns: true
  81.     anti-xray:
  82.       enabled: true
  83.       engine-mode: 1
  84.       hide-blocks:
  85.      - 14
  86.       - 15
  87.       - 16
  88.       - 21
  89.       - 48
  90.       - 49
  91.       - 54
  92.       - 56
  93.       - 73
  94.       - 74
  95.       - 82
  96.       - 129
  97.       - 130
  98.       replace-blocks:
  99.      - 1
  100.       - 5
  101.     item-despawn-rate: 6000
  102.     nerf-spawner-mobs: true
  103.     mob-spawn-range: 4
  104.     view-distance: 10
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement