Skip to content

Instantly share code, notes, and snippets.

@MrKinau
Created November 11, 2019 21:57
Show Gist options
  • Save MrKinau/b54fbb33964b4a77683d1c1768d484b3 to your computer and use it in GitHub Desktop.
Save MrKinau/b54fbb33964b4a77683d1c1768d484b3 to your computer and use it in GitHub Desktop.
#server-ip: Server IP the bot connects to
#server-port: Port of the server the bot connects to
#realm-id: ID of the realm the bot should conmnect to (if this option is enabled the bot ignores the server-ip and server-port). To get the correct id start the bot in online-mode and set the realm-id to 0. At startup you will get a list of your connectable realms with the corresponding id.
#auto-reconnect: Auto-Reconnect if bot get kicked/time out etc
#auto-reconnect-time: The time (in seconds) the bot waits after kick to reconnect (only usable if auto-reconnect is set to true)
#online-mode: Toggles online-mode
#log-count: The number of logs the bot generate
#announce-type-chat: The type of chat announcement:
#announce-type-console: The type of console log announcement:
# Announcement levels:
# ALL: Announces everything caught
# ALL_BUT_FISH: Announces everything excepts fish
# ONLY_ENCHANTED: Announces only enchanted stuff
# ONLY_BOOKS: Announces only enchanted books
# NONE: Announces nothing
#announce-lvl-up: Text of the level-announcement in chat. %lvl% will be replaced with the gained level.
# Use "false" if you dont want to announce the achieved levels
#discord-webHook: Use this to send all chat messages from the bot to a Discord webhook
#start-text-enabled: If disabled, the start-text will not be displayed
#start-text: Chat messages/commands separated with a semicolon
#auto-disconnect: The bot automatically disconnects (and cant connect) if a defined amount of players is reached
#auto-disconnect-players-threshold: If this amount of players is reached and auto-disconnect is activated the bot cant connect or will be kicked
#account-username: The username / e-mail of the account
#account-password: The password of the account (ignored in offline-mode)
#default-protocol: Only needed for Multi-Version servers. The Minecraft-Version for the ping request to the server. Possible values: (1.8, 1.9, 1.9.2, 1.9.2, 1.9.4, ...)
#proxy-chat: Whether to function as a chat client (printing incoming chat messages to the console and sending input as chat)
#Mon Nov 11 11:42:09 EST 2019
auto-disconnect-players-threshold=5
announce-type-chat=NONE
auto-disconnect=false
log-packets=true
log-count=100
server-port=25565
default-protocol=1.8
proxy-chat=false
auto-reconnect=true
announce-type-console=ALL
announce-lvl-up=false
server-ip=space.vanitymc.co
auto-reconnect-time=3
account-password=YOUR_PASWORD
start-text-enabled=false
realm-id=-1
online-mode=true
account-username=YOUR_USERNAME/EMAIL
discord-webHook=false
realm-accept-tos=false
start-text=will not be shown
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment