Advertisement
Guest User

Untitled

a guest
Jan 20th, 2020
132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.71 KB | None | 0 0
  1.  
  2. #General bot Configuration
  3. [generalSettings]
  4. #Wether or not the Bot should modify the channel description
  5. botModifyDescription = true
  6. #The channel ID where the bot will be working in
  7. botChannel = "661174405791219712"
  8. #Allowed Values: WATCHING, PLAYING, LISTENING, DISABLED
  9. botPresenceType = "PLAYING"
  10. #Insert your Bot Token here!
  11. #DO NOT SHARE IT WITH ANYONE!
  12. botToken = "removed"
  13. #If you think the update check is annoying disable this
  14. #Update checking is not yet implemented!!!
  15. updateCheck = true
  16. #The Name of the Game
  17. botPresenceName = "Minecraft"
  18.  
  19. #Webhook configuration
  20. [webhook]
  21. #The avatar to be used for server messages
  22. serverAvatar = "https://raw.githubusercontent.com/ErdbeerbaerLP/Discord-Chat-Integration/master/images/srv.png"
  23. #Wether or not the bot should use a webhook (it will create one)
  24. serverName = "Server"
  25. #Wether or not the bot should use a webhook (it will create one)
  26. enableWebhook = false
  27.  
  28. #Customize messages of this mod
  29. [messages]
  30. #Chat message
  31. #PLACEHOLDERS:
  32. #%player% - The player´s name
  33. #%msg% - The chat message
  34. msgChatMessage = "%player%: %msg%"
  35. #PLACEHOLDERS:
  36. #%player% - The player´s name
  37. msgPlayerLeave = "%player% left"
  38. #Disable removal of color codes from chat to discord?
  39. discordColorCodes = false
  40. #A list of blacklisted modids
  41. #Adding one will prevent the mod to send messages to discord using forges IMC system
  42. imcModIdBlacklist = "[\"examplemodid\"]"
  43. #This message will edited in / sent when the server finished starting
  44. msgServerStarted = "Server Started!"
  45. #Message to show while the server is starting
  46. #This will be edited to SERVER_STARTED_MSG when webhook is false
  47. msgServerStarting = "Server Starting..."
  48. #The message to print to discord when it was possible to detect a server crash
  49. #Will also be used in the channel description
  50. msgServerCrash = "Server Crash Detected :thinking:"
  51. #PLACEHOLDERS:
  52. #%player% - The player´s name
  53. #NOTE: This is currently not implemented because mixins are not working in 1.15!
  54. msgPlayerTimeout = "%player% timed out!"
  55. #Channel description while the server is online
  56. #PLACEHOLDERS:
  57. #%online% - Online player amount
  58. #%max% - Maximum player count
  59. #%tps% - Server TPS
  60. #%motd% - The server MOTD (from server.properties!)
  61. #%uptime% - The uptime of the server
  62. description = "%motd% (%online%/%max%) | %tps% TPS | Uptime: %uptime%"
  63. #Should /say output be sent to discord?
  64. enableSayOutput = true
  65. #Channel description while the server is starting
  66. descriptionStarting = "Starting..."
  67. #PLACEHOLDERS:
  68. #%player% - The player´s name
  69. #%msg% - The death message
  70. msgPlayerDeath = "%player% %msg%"
  71. #The format of the uptime command and %uptime% placeholder
  72. #For more help with the formatting visit https://commons.apache.org/proper/commons-lang/apidocs/org/apache/commons/lang3/time/DurationFormatUtils.html
  73. uptimeFormat = "dd 'days' HH 'hours' mm 'minutes' ss 'seconds'"
  74. #This message will be sent when the server was stopped
  75. msgServerStopped = "Server Stopped!"
  76. #This is what will be displayed ingame when someone types into the bot´s channel
  77. #PLACEHOLDERS:
  78. #%user% - The username
  79. #%id% - The user ID
  80. #%msg% - The Message
  81. ingameDiscordMsg = "§6[§5DISCORD§6]§r <%user%> %msg%"
  82. #Enable removal of color codes from discord to chat?
  83. preventMcColorCodes = false
  84. #Channel description while the server is offline
  85. descriptionOffline = "Server is Offline!"
  86. #Should /me output be sent to discord?
  87. enableMeOutput = true
  88. #Message sent when unignoring Discord messages
  89. msgIgnoreUnignore = "You are no longer ignoring Discord messages!"
  90. #Should tamed entity death be visible in discord?
  91. tamedDeathEnabled = false
  92. #PLACEHOLDERS:
  93. #%player% - The player´s name
  94. msgPlayerJoin = "%player% joined"
  95. #Supports MulitLined messages using \n
  96. #PLACEHOLDERS:
  97. #%player% - The player´s name
  98. #%name% - The advancement name
  99. #%desc% - The advancement description
  100. msgAdvancement = "%player% just gained the advancement **%name%**\\n_%desc%_"
  101. #Message sent when ignoring Discord messages
  102. msgIgnoreIgnore = "You are now ignoring Discord messages!"
  103.  
  104. #Configurate the /discord command useable ingame
  105. [dc-commands]
  106. #The Role ID of your Admin Role
  107. adminRoleId = "483998798276853760"
  108. #The header for 'list'
  109. #PLACEHOLDERS:
  110. #%amount% - The amount of players online
  111. msgListHeader = "There are %amount% players online:"
  112. #Enable help command?
  113. #Disabling also removes response when you entered an invalid command
  114. #Requires server restart
  115. enableHelpCommand = true
  116. #You MUST op this UUID in the ops.txt or many commands won't work!!
  117. senderUUID = "8d8982a5-8cf9-4604-8feb-3dd5ee1f83a3"
  118. #The prefix of the commands like list
  119. prefix = "!"
  120. #Header of the help command
  121. helpHeader = "Your available commands in this channel:"
  122. #The message displayed when typing /discord in the server chat
  123. dcCmdMsg = "Join our discord! http://discord.gg/myserver"
  124. #The message shown when hovering the /discord command message
  125. dcCmdMsgHover = "Click to open the invite url"
  126. #Message if a player provides too many arguments
  127. msgTooManyArgs = "Too many arguments"
  128. #Enable the list command in discord
  129. #Requires server restart
  130. enableListCommand = true
  131. #Enable the /discord command?
  132. dcCmdEnabled = true
  133. #The header for 'list' when one player is online
  134. msgListOne = "There is 1 player online:"
  135. #Add your Custom commands to this JSON
  136. #You can copy-paste it to https://jsoneditoronline.org Make sure when pasting here, that the json is NOT mulitlined.
  137. #You can click on "Compact JSON Data" on the website
  138. #NOTE: The JSON string must be escaped. You can use this website to escape or unescape: https://www.freeformatter.com/java-dotnet-escape.html
  139. #NOTE 2: You MUST op the uuid set at SENDER_UUID in the ops.txt !!!
  140. #
  141. #mcCommand - The command to execute on the server
  142. #adminOnly - True: Only allows users with the Admin role to use this command. False: @everyone can use the command
  143. #description - Description shown in /help
  144. #aliases - Aliases for the command in a string array
  145. #useArgs - Shows argument text after the command
  146. #argText - Defines custom arg text. Default is <args>
  147. #channelIDs - Allows you to set specific text channels outside of the server channel to use this command (make it an string array), Set to ["00"] to allow from all channels
  148. jsonCommands = "{\"kick\":{\"adminOnly\":true,\"mcCommand\":\"kick\",\"description\":\"Kicks a player from the server\",\"useArgs\":true,\"argText\":\"\\u003cplayer\\u003e [reason]\"},\"stop\":{\"adminOnly\":true,\"mcCommand\":\"stop\",\"description\":\"Stops the server\",\"aliases\":[\"shutdown\"],\"useArgs\":false},\"kill\":{\"adminOnly\":true,\"mcCommand\":\"kill\",\"description\":\"Kills a player\",\"useArgs\":true,\"argText\":\"\\u003cplayer\\u003e\"},\"tps\":{\"adminOnly\":false,\"mcCommand\":\"forge tps\",\"description\":\"Displays TPS\",\"useArgs\":false}}"
  149. #Set to true to enable the "Unknown Command" message in all channels
  150. enableUnknownCommandEverywhere = false
  151. #Custom Channel ID list for the list command. Set to 00 to allow usage from everywhere and to 0 to allow usage from the bots default channel
  152. helpCmdChannel = "0"
  153. #Set to false to completely disable the "Unknown Command" message
  154. enableUnknownCommandMsg = true
  155. #Message if a player can not be found
  156. #PLACEHOLDERS:
  157. #%player% - The player´s name
  158. msgPlayerNotFound = "Can not find player \"%player%\""
  159. #The url to open when clicking the /discord command text
  160. dcCmdURL = "http://discord.gg/myserver"
  161. #Message sent when user does not have permission to run a command
  162. msgNoPermission = "You don´t have permission to execute this command!"
  163. #The message for 'list' when no player is online
  164. msgListEmpty = "There is no player online..."
  165. #Message if a player provides less arguments than required
  166. msgNotEnoughArgs = "Not enough arguments"
  167. #Message sent when an invalid command was typed
  168. #PLACEHOLDERS:
  169. #%prefix% - Command prefix
  170. msgUnknownCommand = "Unknown command, try `%prefix%help` for a list of commands"
  171. #Enable the iptime command in discord
  172. #Requires server restart
  173. enableUptimeCommand = true
  174.  
  175. #Configure Advanced features like moving specific message types to different channels
  176. [advanced]
  177. #Custom channel for description
  178. #Leave empty to use default channel
  179. channelDescriptionID = ""
  180. #Custom channel ID for server specific messages (like Join/leave)
  181. #Leave empty to use default channel
  182. serverChannelID = ""
  183. #Custom channel ID for death messages
  184. #Leave empty to use default channel
  185. deathChannelID = ""
  186. #Custom channel where messages get sent to minecraft
  187. #Leave empty to use default channel
  188. chatInputID = ""
  189. #Custom channel for for ingame messages
  190. #Leave empty to use default channel
  191. chatOutputID = ""
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement