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
+16Lines changed: 16 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,6 +18,22 @@ Commands are (only for OPs):
18
18
19
19
If default player tries "/discord", he will receive the discord invitation link which is configurable at config file!
20
20
Config file located at "/discord/config.ini", it generates itself at first run.
21
+
22
+
This plugin also allows you to execute commands via Discord chat.
23
+
Only Authorized People can execute commands. To be able execute command you have to create a Discord Role, and copy its ID then paste it to relative place in the config file. And assign the role to yourself.
24
+
25
+
How can I execute commands?
26
+
27
+
Go to the Discord Text Channel which is watching by your bot. Type "!exec ". For vanilla commands, commands will execute but you can't see the output. You have to check console to see if it succeed or not.
28
+
29
+
In Ex. of usage
30
+
31
+
* !exec kill MahmudKocas ---> You can't see if this succeed or not.
32
+
* !exec help --> Output will be shown.
33
+
* !exec help 2
34
+
* !exec discord ---> Output will be shown.
35
+
* !exec discord full
36
+
21
37
To be able to use this in your Spigot Server,
22
38
23
39
* You have to create a Discord Bot via https://discordapp.com/developers/ (its free)
0 commit comments