You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bridges chat between Discord and Minecraft (Bukkit/Spigot).
3
+
Bridges chat between Discord and Minecraft.
4
4
5
5
## Requirements
6
6
7
7
* Java 8
8
+
9
+
Any of:
8
10
* Spigot 1.12
11
+
* Sponge 1.12
12
+
* Forge 1.12
9
13
10
14
## Installation
11
15
12
16
13
17
1. Download the latest release from GitHub
14
-
2. Add it to your plugins folder
15
-
3. Either run Bukkit/Spigot once to generate DiscordBridge/config.yml or create it using the guide below.
18
+
2. Add it to your plugin/mod folder
19
+
3. Either run your server once to generate DiscordBridge/config.yml or create it using the guide below.
16
20
4. All done!
17
21
18
22
@@ -112,7 +116,7 @@ templates:
112
116
* Anything said in Minecraft chat will be sent to your chosen Discord channel
113
117
* If Multiverse-Core is installed and the `%w` tag is specified in your relay message syntax, the alias assigned to your Multiverse worlds will be displayed
114
118
* Anything said in your chosen Discord channel will be sent to your Minecraft chat (if the `%w` tag is used in your relay message syntax, Discord messages will display `Discord`)
115
-
* If Dynmap is installed, anything said over Dynmap chat will be relayed to your chosen Discord channel (if the `%w` tag is used in your relay messag syntax, Dynmap messages will display `Dynmap`)
119
+
* If Dynmap is installed, anything said over Dynmap chat will be relayed to your chosen Discord channel (if the `%w` tag is used in your relay messag syntax, Dynmap messages will display `Dynmap`) (Spigot only for now)
116
120
* Uploaded images and other files in Discord will show up in Minecraft chat as clickable URLs
117
121
* You can link Minecraft accounts to Discord accounts and the bot will translate display names to match where the message appears
118
122
* Join / leave messages can be sent to Discord
@@ -130,6 +134,8 @@ templates:
130
134
131
135
## Permissions
132
136
137
+
***NOTE:*** Only the Spigot version supports permission nodes at this time.
138
+
133
139
- `discordbridge.discord` - ability to use any command in of the /discord subcommand tree
134
140
- `discordbridge.discord.reload` - ability to reload configs and JDA
135
141
- `discordbridge.discord.listmembers` - abiliyt to receive a list of members in the Discord channel
0 commit comments