# Configuration file ########################################################################################################## # addons #--------------------------------------------------------------------------------------------------------# # Settings for DevotionIRC addons that are not part of the core of the mod. ########################################################################################################## addons { } ########################################################################################################## # compatibility #--------------------------------------------------------------------------------------------------------# # Compatibility Settings ########################################################################################################## compatibility { # [Advanced] Makes DevotionIRC not apply any changes to the Minecraft Chat GUI at all. Only use with DevotionIRC compatible chat-overriding mods! B:chatNoOverride=false # [Experimental] If set to true, DevotionIRC will act like on a server and send chat messages to both Minecraft and IRC. May cause duplicate messages on servers with custom IRC nicks set up. B:clientBridge=false # Disables the chat toggle at the top left. B:disableChatToggle=false # If set to true, DevotionIRC will link commands such as /join, /msg or /nick to it's /irc variants for quicker usage. B:registerShortCommands=true } ########################################################################################################## # general #--------------------------------------------------------------------------------------------------------# # Basic DevotionIRC Settings ########################################################################################################## general { # Automatically switch back to Minecraft chat when the chat window is closed. B:autoResetChat=false # If set to true, the IRC connection will remain open after leaving a world or server (until Minecraft closes). B:persistentConnection=true # devotion:config.property.showModpackConfirmation.tooltip B:showModpackConfirmation=false # If set to true, DevotionIRC will show the welcome screen with suggested channels when joining a world. B:showWelcomeScreen=true # Puts the target channel name right into the chat box. B:terminalStyleInput=false } ########################################################################################################## # notifications #--------------------------------------------------------------------------------------------------------# # Notification Settings ########################################################################################################## notifications { # 0: none, 1: text, 2: sound, 3: text and sound S:friendJoined=TextOnly # 0: none, 1: text, 2: sound, 3: text and sound S:nameMentioned=TextAndSound # devotion:config.property.notificationSound.tooltip S:notificationSound=note.harp # devotion:config.property.notificationSoundVolume.tooltip S:notificationSoundVolume=1.0 # 0: none, 1: text, 2: sound, 3: text and sound S:privateMessage=TextOnly } ########################################################################################################## # screenshots #--------------------------------------------------------------------------------------------------------# # Screenshot Settings ########################################################################################################## screenshots { # If set to true, clicking an image link in the chat will open a preview screen inside Minecraft. B:imageLinkPreview=true # [Advanced] Why would you even touch this option? I:uploadBufferSize=1024 # The name of the hoster to upload screenshots to. Valid values are: imgur, DirectUpload S:uploadHoster=imgur }