Created
April 3, 2016 18:36
-
-
Save Nicofisi/4fd2ad89436e26920c7598541e459a40 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# This is the main configuration file for Bukkit. | |
# As you can see, there's actually not that much to configure without any plugins. | |
# For a reference for any variable inside this file, check out the Bukkit Wiki at | |
# http://wiki.bukkit.org/Bukkit.yml | |
# | |
# If you need help on this file, feel free to join us on irc or leave a message | |
# on the forums asking for advice. | |
# | |
# IRC: #spigot @ irc.spi.gt | |
# (If this means nothing to you, just go to http://www.spigotmc.org/pages/irc/ ) | |
# Forums: http://www.spigotmc.org/ | |
# Bug tracker: http://www.spigotmc.org/go/bugs | |
settings: | |
allow-end: true | |
warn-on-overload: true | |
permissions-file: permissions.yml | |
update-folder: update | |
plugin-profiling: false | |
connection-throttle: -1 | |
query-plugins: true | |
deprecated-verbose: default | |
shutdown-message: Serwer zostal zamkniety. Wroc za chwile. | |
ping-packet-limit: 100 | |
use-exact-login-location: false | |
spawn-limits: | |
monsters: 70 | |
animals: 15 | |
water-animals: 5 | |
ambient: 15 | |
chunk-gc: | |
period-in-ticks: 600 | |
load-threshold: 0 | |
ticks-per: | |
animal-spawns: 200 | |
monster-spawns: 1 | |
autosave: 6000 | |
aliases: now-in-commands.yml | |
database: | |
username: bukkit | |
isolation: SERIALIZABLE | |
driver: org.sqlite.JDBC | |
password: walrus | |
url: jdbc:sqlite:{DIR}{NAME}.db |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# This is the main configuration file for Paper. | |
# As you can see, there's tons to configure. Some options may impact gameplay, so use | |
# with caution, and make sure you know what each option does before configuring. | |
# | |
# If you need help with the configuration or have any questions related to PaperSpigot, | |
# join us at the IRC. | |
# | |
# IRC: #paperspigot @ irc.spi.gt ( http://irc.spi.gt/iris/?channels=PaperSpigot ) | |
# Wiki: https://paper.readthedocs.org/ | |
# Paper Forums: https://aquifermc.org/ | |
config-version: 9 | |
settings: | |
load-permissions-yml-before-plugins: true | |
limit-player-interactions: true | |
sleep-between-chunk-saves: false | |
region-file-cache-size: 256 | |
baby-zombie-movement-speed: 0.5 | |
timings: | |
enabled: true | |
verbose: true | |
server-name-privacy: false | |
hidden-config-entries: | |
- database | |
- settings.bungeecord-addresses | |
history-interval: 300 | |
history-length: 3600 | |
world-settings: | |
default: | |
verbose: true | |
generator-settings: | |
canyon: true | |
caves: true | |
dungeon: true | |
fortress: true | |
mineshaft: true | |
monument: true | |
stronghold: true | |
temple: true | |
village: true | |
flat-bedrock: false | |
allow-block-location-tab-completion: true | |
disable-teleportation-suffocation-check: false | |
use-chunk-inhabited-timer: true | |
optimize-explosions: true | |
spawner-nerfed-mobs-should-jump: false | |
mob-spawner-tick-rate: 1 | |
portal-search-radius: 128 | |
squid-spawn-height: | |
minimum: 45.0 | |
maximum: 63.0 | |
max-growth-height: | |
cactus: 5 | |
reeds: 4 | |
fishing-time-range: | |
MinimumTicks: 80 | |
MaximumTicks: 680 | |
despawn-ranges: | |
soft: 32 | |
hard: 128 | |
falling-block-height-nerf: 0 | |
tnt-entity-height-nerf: 0 | |
water-over-lava-flow-speed: 5 | |
fast-drain: | |
lava: false | |
water: false | |
lava-flow-speed: | |
normal: 26 | |
nether: 8 | |
allow-leashing-undead-horse: false | |
nether-ceiling-void-damage: true | |
allow-non-player-entities-on-scoreboards: false | |
fix-cannons: false | |
non-player-arrow-despawn-rate: -1 | |
game-mechanics: | |
disable-chest-cat-detection: false | |
disable-end-credits: false | |
boats-drop-boats: false | |
disable-player-crits: false | |
disable-explosion-knockback: false | |
use-hopper-check: true | |
baby-zombie-movement-speed: 0.5 | |
all-chunks-are-slime-chunks: false | |
container-update-tick-rate: 1 | |
queue-light-updates: false | |
keep-spawn-loaded: true | |
disable-thunder: false | |
skeleton-horse-thunder-spawn-chance: -1.0 | |
disable-ice-and-snow: false | |
tick-next-tick-list-cap: 10000 | |
tick-next-tick-list-cap-ignores-redstone: false | |
fire-physics-event-for-redstone: false | |
cache-chunk-maps: false | |
remove-invalid-mob-spawner-tile-entities: true | |
tnt-explosion-volume: 3.0 | |
player-exhaustion: | |
block-break: 0.02500000037252903 | |
swimming: 0.014999999664723873 | |
player-blocking-damage-multiplier: 0.5 | |
remove-unloaded: | |
enderpearls: true | |
tnt-entities: true | |
falling-blocks: true | |
load-chunks: | |
enderpearls: false | |
tnt-entities: false | |
falling-blocks: false | |
allow-undead-horse-leashing: true | |
falling-blocks-collide-with-signs: false | |
disable-mood-sounds: false | |
use-async-lighting: false | |
log-duplicate-entity-UUIDs: true | |
data-value-allowed-items: [] | |
effect-modifiers: | |
strength: 1.26 | |
weakness: -0.42 | |
stackable-buckets: | |
lava: true | |
water: true | |
milk: true | |
warnWhenSettingExcessiveVelocity: true |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#Minecraft server properties | |
#Sun Apr 03 18:19:08 CEST 2016 | |
spawn-protection=0 | |
max-tick-time=60000 | |
query.port=*removed* | |
server-name=*removed* | |
rcon_port=*removed* | |
generator-settings= | |
force-gamemode=false | |
allow-nether=true | |
gamemode=0 | |
broadcast-console-to-ops=true | |
enable-query=true | |
player-idle-timeout=0 | |
difficulty=1 | |
spawn-monsters=true | |
op-permission-level=4 | |
announce-player-achievements=true | |
pvp=true | |
snooper-enabled=true | |
level-type=DEFAULT | |
hardcore=false | |
enable-command-block=true | |
max-players=200 | |
network-compression-threshold=256 | |
resource-pack-sha1= | |
max-world-size=29999984 | |
rcon.port=*removed* | |
server-port=*removed* | |
debug=false | |
server-ip=*removed* | |
spawn-npcs=true | |
allow-flight=true | |
level-name=2016 | |
rcon_password=*removed* | |
view-distance=10 | |
server-id=*removed* | |
resource-pack= | |
spawn-animals=true | |
white-list=false | |
rcon.password= | |
generate-structures=true | |
online-mode=false | |
max-build-height=256 | |
level-seed= | |
use-native-transport=true | |
enable-rcon=true | |
motd=*removed* |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# This is the main configuration file for Spigot. | |
# As you can see, there's tons to configure. Some options may impact gameplay, so use | |
# with caution, and make sure you know what each option does before configuring. | |
# For a reference for any variable inside this file, check out the Spigot wiki at | |
# http://www.spigotmc.org/wiki/spigot-configuration/ | |
# | |
# If you need help with the configuration or have any questions related to Spigot, | |
# join us at the IRC or drop by our forums and leave a post. | |
# | |
# IRC: #spigot @ irc.spi.gt ( http://www.spigotmc.org/pages/irc/ ) | |
# Forums: http://www.spigotmc.org/ | |
config-version: 8 | |
settings: | |
save-user-cache-on-stop-only: false | |
bungeecord: true | |
late-bind: false | |
sample-count: 12 | |
player-shuffle: 0 | |
filter-creative-items: true | |
user-cache-size: 1000 | |
int-cache-limit: 1024 | |
moved-wrongly-threshold: 0.0625 | |
moved-too-quickly-multiplier: 10.0 | |
timeout-time: 360 | |
restart-on-crash: true | |
restart-script: ./start.sh | |
netty-threads: 4 | |
attribute: | |
maxHealth: | |
max: 2048.0 | |
movementSpeed: | |
max: 2048.0 | |
attackDamage: | |
max: 2048.0 | |
debug: false | |
moved-too-quickly-threshold: 80.0 | |
commands: | |
tab-complete: 2 | |
log: false | |
spam-exclusions: | |
- /skill | |
silent-commandblock-console: true | |
replace-commands: | |
- setblock | |
- summon | |
- testforblock | |
- tellraw | |
messages: | |
whitelist: Na serwerze trwaja prace techniczne, wroc niedlugo. | |
unknown-command: §7Nieznana komenda. Napisz §e/help§7 aby uzyskac pomoc. | |
server-full: Serwer jest pelny! | |
outdated-client: Jestes na zbyt starej wersji MC! Uzyj {0} | |
outdated-server: Jestesmy w trakcie aktualizacji do 1.9, czekamy tylko na jeden plugin :D Zapraszamy bardzo niedlugo, lub wejdz juz teraz z 1.8.x (nie bedzie nowej edycji). | |
restart: §&eSerwer restartuje sie. &7Zapraszamy za moment | |
stats: | |
disable-saving: true | |
forced-stats: {} | |
world-settings: | |
default: | |
verbose: true | |
mob-spawn-range: 4 | |
nerf-spawner-mobs: false | |
growth: | |
cactus-modifier: 110 | |
cane-modifier: 100 | |
melon-modifier: 100 | |
mushroom-modifier: 100 | |
pumpkin-modifier: 100 | |
sapling-modifier: 100 | |
wheat-modifier: 100 | |
netherwart-modifier: 80 | |
entity-activation-range: | |
animals: 23 | |
monsters: 29 | |
misc: 15 | |
entity-tracking-range: | |
players: 58 | |
animals: 40 | |
monsters: 42 | |
misc: 30 | |
other: 64 | |
ticks-per: | |
hopper-transfer: 6 | |
hopper-check: 6 | |
hopper-amount: 1 | |
save-structure-info: true | |
max-entity-collisions: 8 | |
dragon-death-sound-radius: 0 | |
seed-village: 10387312 | |
seed-feature: 14357617 | |
hunger: | |
walk-exhaustion: 0.18 | |
sprint-exhaustion: 0.65 | |
combat-exhaustion: 0.35 | |
regen-exhaustion: 3.2 | |
max-tnt-per-tick: 20 | |
max-tick-time: | |
tile: 50 | |
entity: 50 | |
item-despawn-rate: 6000 | |
merge-radius: | |
item: 3.0 | |
exp: 3.5 | |
arrow-despawn-rate: 8000 | |
wither-spawn-sound-radius: 0 | |
view-distance: 10 | |
enable-zombie-pigmen-portal-spawns: true | |
hanging-tick-frequency: 100 | |
zombie-aggressive-towards-villager: true | |
random-light-updates: true | |
anti-xray: | |
enabled: true | |
engine-mode: 1 | |
hide-blocks: | |
- 14 | |
- 15 | |
- 16 | |
- 21 | |
- 48 | |
- 49 | |
- 54 | |
- 56 | |
- 73 | |
- 74 | |
- 82 | |
- 129 | |
- 130 | |
replace-blocks: | |
- 1 | |
- 5 | |
max-bulk-chunks: 10 | |
chunks-per-tick: 650 | |
clear-tick-list: false | |
timings: | |
enabled: true | |
verbose: false | |
server-name-privacy: true | |
hidden-config-entries: | |
- database | |
- settings.bungeecord-addresses | |
history-interval: 300 | |
history-length: 3600 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment