Discord Integration Forge

Discord Integration Forge

666k Downloads

Using /say

deder212 opened this issue · 2 comments

commented

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

commented

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

commented

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