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
Copy file name to clipboardExpand all lines: README.md
+14Lines changed: 14 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,6 +34,20 @@ In Ex. of usage
34
34
* !exec discord ---> Output will be shown.
35
35
* !exec discord full
36
36
37
+
Syncing Minecraft Account with Discord Account
38
+
39
+
Usage is as follows:
40
+
User gets the **sync code** with
41
+
***/discord sync***
42
+
User verifies his sync code at discord with
43
+
***!verify sync-code***
44
+
**OPs** can remove sync with the following command
45
+
***/discord sync remove <minecraft-username>***
46
+
47
+
If user gets banned from Discord than he will also gets banned from Minecraft. And if user is online at the server and he gets banned from server while online, he will also gets banned from Discord. There is a configuration option at config file which allows you to toggle this.
48
+
49
+
From discord if authorized people type "!exec discord sync" bot will send a private message which contains list of the synchronized players.
50
+
37
51
To be able to use this in your Spigot Server,
38
52
39
53
* You have to create a Discord Bot via https://discordapp.com/developers/ (its free)
0 commit comments