Kervinou

MadInCRAFT - spigot.yml

Aug 28th, 2014
310
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 3.25 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.   tab-complete: 0
  21.   silent-commandblock-console: false
  22.   spam-exclusions:
  23.  - /skill
  24.   log: true
  25. settings:
  26.   bungeecord: false
  27.   save-user-cache-on-stop-only: false
  28.   late-bind: false
  29.   user-cache-size: 1000
  30.   filter-creative-items: true
  31.   sample-count: 12
  32.   player-shuffle: 0
  33.   int-cache-limit: 1024
  34.   timeout-time: 60
  35.   restart-on-crash: true
  36.   restart-script: /etc/init.d/madincraft restart
  37.   netty-threads: 4
  38.   log-filters:
  39.  - ^(.*)(/login)(.*)$
  40.   prevent-proxies: false
  41.   bungeecord-addresses:
  42.  - 192.168.0.212
  43. messages:
  44.   whitelist: n'ĂȘtes pas inscrit sur ce serveur!
  45.   unknown-command: Comment ? &7Je ne connais pas cette commande ! &2Saisir &a/help &2pour afficher l'aide ;)
  46.   server-full: Le serveur est plein ! En attendant, allez donc sur le forum http://madincraft.fr
  47.   outdated-client: Outdated client! Please use {}
  48.   outdated-server: Outdated server! I'm still on {0}
  49.   restart: Le Serveur MadInCRAFT redĂ©marre.... Re-connectez-vous d'ici 2 minutes
  50. stats:
  51.   disable-saving: false
  52.   forced-stats: {}
  53. world-settings:
  54.   default:
  55.     verbose: true
  56.     view-distance: 10
  57.     chunks-per-tick: 650
  58.     clear-tick-list: false
  59.     merge-radius:
  60.       exp: 3.0
  61.       item: 2.5
  62.     item-despawn-rate: 6000
  63.     arrow-despawn-rate: 1200
  64.     enable-zombie-pigmen-portal-spawns: true
  65.     wither-spawn-sound-radius: 0
  66.     zombie-aggressive-towards-villager: false
  67.     mob-spawn-range: 4
  68.     anti-xray:
  69.       enabled: false
  70.       engine-mode: 1
  71.       hide-blocks:
  72.      - 14
  73.       - 15
  74.       - 16
  75.       - 21
  76.       - 48
  77.       - 49
  78.       - 54
  79.       - 56
  80.       - 73
  81.       - 74
  82.       - 82
  83.       - 129
  84.       - 130
  85.       replace-blocks:
  86.      - 1
  87.       - 5
  88.       replacements:
  89.      - 1
  90.       - 3
  91.     nerf-spawner-mobs: false
  92.     growth:
  93.       cactus-modifier: 100
  94.       cane-modifier: 100
  95.       melon-modifier: 100
  96.       mushroom-modifier: 100
  97.       pumpkin-modifier: 100
  98.       sapling-modifier: 100
  99.       wheat-modifier: 100
  100.     entity-activation-range:
  101.       animals: 1
  102.       monsters: 32
  103.       misc: 16
  104.     entity-tracking-range:
  105.       players: 48
  106.       animals: 48
  107.       monsters: 48
  108.       misc: 16
  109.       other: 64
  110.     hopper-alt-ticking: false
  111.     ticks-per:
  112.       hopper-transfer: 8
  113.       hopper-check: 8
  114.     hopper-amount: 1
  115.     random-light-updates: true
  116.     save-structure-info: true
  117.     max-bulk-chunks: 5
  118.     max-entity-collisions: 8
  119.     dragon-death-sound-radius: 0
  120.     seed-village: 10387312
  121.     seed-feature: 14357617
  122. listeners:
  123. - port: default
  124.   host: default
  125.   netty: true
Advertisement
Add Comment
Please, Sign In to add comment