destruc7i0n / shulker

A Discord to Vanilla Minecraft Chat Gateway
ISC License
135 stars 47 forks source link

Can send messages via Discord, but not via Minecraft #46

Closed Qwerty-Space closed 4 years ago

Qwerty-Space commented 4 years ago

My config :

{
    "PORT": 8000,

    "USE_WEBHOOKS": true,
    "WEBHOOK_URL": "",
    "DISCORD_TOKEN": "",
    "DISCORD_CHANNEL_ID": "670317920886325268",
    "DISCORD_MESSAGE_TEMPLATE": "`%username%`:  %message%",
    "PATH_TO_MINECRAFT_SERVER_INSTALL ": "C:\\Users\\GameServer\\Desktop\\MCServer\\",

    "MINECRAFT_SERVER_RCON_IP": "localhost",
    "MINECRAFT_SERVER_RCON_PORT": 25575,
    "MINECRAFT_SERVER_RCON_PASSWORD": "",
    "MINECRAFT_TELLRAW_TEMPLATE": "[{\"color\": \"white\", \"text\": \"<@%username%> %message%\"}]",

    "IS_LOCAL_FILE": false,
    "LOCAL_FILE_PATH": "C:\\Users\\GameServer\\Desktop\\MCServer\\logs\\latest.log",

    "ALLOW_USER_MENTIONS": true,

    "WEBHOOK": "/minecraft/hook",
    "REGEX_MATCH_CHAT_MC": "\\[Server thread/INFO\\]: <([^>]*)> (.*)",
    "REGEX_IGNORED_CHAT": "packets too frequently",
    "RCON_RECONNECT_DELAY": 10,
    "DEBUG": true
}
destruc7i0n commented 4 years ago

If you are still using, is it possible to try out the newer version of the tool?

Qwerty-Space commented 4 years ago

I believe it was an issue with Windows being shit, and stopping all execution if you have the command prompt selected.