Compatibility for /say and /broadcast
Ionaru opened this issue ยท 2 comments
Like the title says, I'd like to see messages sent with /say and /broadcast to show up in Discord.
Add this to <serverdir>/commands.yml
:
say:
- 'minecraft:say $$1-'
- 'discordsrv:discord bcast **Server**: *$$1-*'
broadcast:
- 'minecraft:say $$1-'
- 'discordsrv:discord bcast **Server**: *$$1-*'
or if you want to use for example /broadcast
from Essentials use:
say:
- 'essentials:broadcast $$1-'
- 'discordsrv:discord bcast **Server**: *$$1-*'
broadcast:
- 'essentials:broadcast $$1-'
- 'discordsrv:discord bcast **Server**: *$$1-*'