Created
March 26, 2015 04:49
-
-
Save skittishtrigger/4bf881acb474da4ae8ce 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
### | |
### BungeeCord mark2 options | |
### | |
# Jar File Name | |
mark2.jar-path=BungeeCord*.jar | |
### | |
### mark2 services | |
### | |
# Ping: Disable for BungeeCord | |
mark2.service.ping.enabled=false | |
# Process: Basic bungee detection settings to initialize the mark2 plugin system. | |
# done-pattern=.*Listening on.* is the only way to get mark2 to release the console. :( | |
mark2.service.process.done-pattern=.*Listening on.* | |
mark2.service.process.stop-cmd=end\n | |
### | |
### JVM options | |
### | |
# Memory allocation pool initial size | |
java.cli.X.ms=512M | |
# Memory allocation pool max size | |
java.cli.X.mx=1024M | |
# Stops gc hangs | |
java.cli.XX.UseConcMarkSweepGC=true | |
# Use Jline Unix Terminal | |
#java.cli.D.jline.terminal=jline.UnixTerminal | |
### | |
### Plugins | |
### | |
### | |
# ALERT | |
# Prints messages on an interval | |
# Each line of your alerts.txt file should be a message to say | |
plugin.alert.enabled=true | |
plugin.alert.path=alerts.txt | |
plugin.alert.interval=200 | |
plugin.alert.command=alert {message} | |
# Minimum number of players online that are required for alerts to show up | |
plugin.alert.min-pcount=1 | |
### | |
# BACKUP | |
# Disable Backup Plugin | |
#plugin.backup.enabled=false | |
### | |
# LOG | |
# Disables the log plugin | |
#plugin.log.enabled=false | |
### | |
# MONITOR | |
# Disable all monitor plugin functions | |
#plugin.monitor.enabled=false | |
#plugin.monitor.crash-enabled=false | |
#plugin.monitor.ping-enabled=false | |
#plugin.monitor.pcount-enabled=false | |
#plugin.monitor.oom-enabled=false | |
#plugin.monitor.crash-unknown-cmd-message=Command not found.* | |
### | |
# SAVE | |
# Disable Save Plugin | |
#plugin.save.enabled=false | |
### | |
# SHUTDOWN | |
# Cleanly stop/restart the server | |
plugin.shutdown.enabled=true | |
plugin.shutdown.alert-command=alert | |
plugin.shutdown.stop-warn-message=Network going down for planned maintenance in {delay}. | |
plugin.shutdown.stop-message=Network Going Down for Maintenance. | |
plugin.shutdown.stop-cancel-message=Planned Network Maintenance Cancelled. | |
plugin.shutdown.stop-cancel-reason=Planned Network Maintenance Cancelled ({reason}). | |
plugin.shutdown.restart-warn-message=Planned Network Restart in {delay}. | |
plugin.shutdown.restart-message=Network Restarting. | |
plugin.shutdown.restart-cancel-message=Planned Network Restart Cancelled. | |
plugin.shutdown.restart-cancel-reason=Planned Network Restart Cancelled ({reason}). | |
### | |
# TRIGGER | |
# Disable Tigger Plugin | |
#plugin.trigger.enabled=false |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment