ErdbeerbaerLP / DiscordIntegration-Forge

Forge version of the Discord Integration mod
https://modrinth.com/plugin/dcintegration
MIT License
98 stars 54 forks source link

Using /say #522

Open deder212 opened 1 year ago

deder212 commented 1 year ago

ive found that the use of /say through console is unavailable while using this mod is there any way to work around this ?

sndmax commented 1 year ago

If you have kubejs you can use this script ServerEvents.command('say', event => { Utils.server.tell('§5[Server] §e' + event.input.replace('say ', '')); event.cancel(); }); image

github-actions[bot] commented 1 year ago

This issue is stale because it has been open 90 days with no activity. Remove stale label or comment or this will be closed in 7 days