Made changes to the configuration? Type /reload to apply the changes immediately!
Entries
A messages entry configures how messages are sent and received for the events above, with each targeting a specific Discord channel and/or Minecraft dimensions. You can have as many configurations as you desire, each serving a different purpose.
Discord Channel ID
An identifier for a channel within Discord to observe and post messages to.
Finding a Discord channel identifer
Minecraft Dimensions
If non-empty, reduces the scope of all events to the listed Minecraft dimension identifiers, e.g. minecraft:overworld, minecraft:the_nether, minecraft:the_end, etc.
"entries": [
{
// Identifier for a channel within Discord to observe
"id": 801945943871613728,
// ...
},
// ...
]
"entries": [
{
// ...
// If non-empty, reduces the scope of all events to the listed Minecraft dimension IDs (e.g. 'minecraft:the_nether')
"dimensions": ["minecraft:the_end"],
// ...
},
// ...
]
"entries": [
{
// ...
// If non-empty, reduces the scope of all events to the listed Minecraft dimension IDs (e.g. 'minecraft:the_nether')
"dimensions": ["minecraft:the_end", "minecraft:the_nether"],
// ...
},
// ...
]
"entries": [
{
// ...
// If non-empty, reduces the scope of all events to the listed Minecraft dimension IDs (e.g. 'minecraft:the_nether')
"dimensions": [],
// ...
},
// ...
]