chore: nettoyage complet du serveur Minecraft
- Suppression de 28 fichiers inutilisés - Suppression des logs (*.log, crash-reports/, logs/) - Suppression des scripts dépréciés (7 fichiers .sh) - Suppression de la documentation redondante (8 fichiers .md) - Suppression des backups et fichiers templates - Création d'un .gitignore approprié pour éviter futurs logs - Conservation de tous les fichiers essentiels - Espace libéré : ~500MB+ (logs et caches) - Structure épurée et production-ready - Rapport de nettoyage créé (.cleanup-report.md)
This commit is contained in:
91
spigot.yml
Normal file
91
spigot.yml
Normal file
@@ -0,0 +1,91 @@
|
||||
# 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.esper.net ( http://webchat.esper.net/?channel=spigot )
|
||||
# Forums: http://www.spigotmc.org/forum/
|
||||
|
||||
config-version: 3
|
||||
commands:
|
||||
spam-exclusions:
|
||||
- /skill
|
||||
log: true
|
||||
tab-complete: true
|
||||
settings:
|
||||
bungeecord-addresses:
|
||||
- 127.0.0.1
|
||||
bungeecord: true
|
||||
timeout-time: 60
|
||||
restart-on-crash: true
|
||||
restart-script: ./start.sh
|
||||
prevent-proxies: false
|
||||
log-filters:
|
||||
- ^(.*)(/login)(.*)$
|
||||
netty-threads: 3
|
||||
listeners:
|
||||
- port: default
|
||||
host: default
|
||||
netty: true
|
||||
messages:
|
||||
whitelist: You are not whitelisted on this server!
|
||||
unknown-command: Unknown command. Type "/help" for help.
|
||||
server-full: The server is full!
|
||||
outdated-client: Outdated client!
|
||||
outdated-server: Outdated server!
|
||||
world-settings:
|
||||
default:
|
||||
verbose: false
|
||||
entity-tracking-range:
|
||||
players: 48
|
||||
animals: 48
|
||||
monsters: 48
|
||||
misc: 32
|
||||
other: 64
|
||||
entity-activation-range:
|
||||
animals: 32
|
||||
monsters: 32
|
||||
misc: 16
|
||||
ticks-per:
|
||||
hopper-transfer: 8
|
||||
hopper-check: 8
|
||||
random-light-updates: false
|
||||
save-mineshaft-structure-info: false
|
||||
mob-spawn-range: 4
|
||||
anti-xray:
|
||||
engine-mode: 1
|
||||
blocks:
|
||||
- 1
|
||||
- 5
|
||||
- 14
|
||||
- 15
|
||||
- 16
|
||||
- 21
|
||||
- 48
|
||||
- 49
|
||||
- 54
|
||||
- 56
|
||||
- 73
|
||||
- 74
|
||||
- 82
|
||||
- 129
|
||||
- 130
|
||||
growth:
|
||||
cactus-modifier: 100
|
||||
cane-modifier: 100
|
||||
melon-modifier: 100
|
||||
mushroom-modifier: 100
|
||||
pumpkin-modifier: 100
|
||||
sapling-modifier: 100
|
||||
wheat-modifier: 100
|
||||
view-distance: 10
|
||||
chunks-per-tick: 650
|
||||
merge-radius:
|
||||
exp: 3.0
|
||||
item: 2.5
|
||||
item-despawn-rate: 6000
|
||||
arrow-despawn-rate: 1200
|
||||
Reference in New Issue
Block a user