Git Product home page Git Product logo

Comments (20)

ErdbeerbaerLP avatar ErdbeerbaerLP commented on July 22, 2024

Are you using webhook mode? If yes, disable it if you want that to show up. Webhooks can not edit messages, that is why it does not send an message when starting but not yet online

from discordintegration-forge.

kreezxil avatar kreezxil commented on July 22, 2024

i am not using webhook mode

from discordintegration-forge.

ErdbeerbaerLP avatar ErdbeerbaerLP commented on July 22, 2024

Ok, i will investigate and try to fix that

from discordintegration-forge.

kreezxil avatar kreezxil commented on July 22, 2024
    ##########################################################################################################
    # webhook
    #--------------------------------------------------------------------------------------------------------#
    # Webhook configuration
    ##########################################################################################################

    webhook {
        # Wether or not the bot should use a webhook (it will create one)
        B:BOT_WEBHOOK=false

        # The avatar to be used for server messages
        S:SERVER_AVATAR=https://raw.githubusercontent.com/ErdbeerbaerLP/Discord-Chat-Integration/master/images/srv.png

        # The username of the server
        S:SERVER_NAME=Server
    }

from discordintegration-forge.

kreezxil avatar kreezxil commented on July 22, 2024

that's the default settings

from discordintegration-forge.

kreezxil avatar kreezxil commented on July 22, 2024

these options are set in the general config

        # Wether or not the Bot should modify the channel description
        B:MODIFY_CHANNEL_DESCRIPTRION=true

        # If you think the update check is annoying disable this
        B:UPDATE_CHECK=true

from discordintegration-forge.

kreezxil avatar kreezxil commented on July 22, 2024

odd, it seems to be ignoring my admin id and I did op it on my server in the ops.json

from discordintegration-forge.

kreezxil avatar kreezxil commented on July 22, 2024

is any part of this wrong?

  {
    "uuid": "8d8982a5-8cf9-4604-8feb-3dd5ee1f83a3",
    "name": "Discord Integartion",
    "level": 4,
    "bypassesPlayerLimit": true
  },

other than the typo, oh wait, could be i put a space in there? let me see.

from discordintegration-forge.

kreezxil avatar kreezxil commented on July 22, 2024

ok, that space had no bearing on it.

from discordintegration-forge.

kreezxil avatar kreezxil commented on July 22, 2024

latest.log if it helps http://paste.ubuntu.com/p/c8gbkRNsXf/
debug.log https://gist.github.com/dd2a3af169088d45403b3fd05ae213d6

from discordintegration-forge.

kreezxil avatar kreezxil commented on July 22, 2024
        # Custom Channel ID list for the help command. Set to 00 to allow usage from everywhere and to 0 to allow usage from the bots default channel
        S:HELP_CMD_CHANNEL_ID <
            0
         >

this setting is not making it be bound to the channel i gave it the general config, it's process /help in all my channels.

this is probably all related

from discordintegration-forge.

kreezxil avatar kreezxil commented on July 22, 2024

ok, i gave it an explicit id in all of those settings where you said I could use 00 and 0 and that resolved the issue with trying to parse /help in every channel. All other problems remain.

I'm done bothering you for now.

cheers!

love the shit out of the 1.14.4 version.

from discordintegration-forge.

ErdbeerbaerLP avatar ErdbeerbaerLP commented on July 22, 2024

weird. i just went to test it and it works for me
image

from discordintegration-forge.

kreezxil avatar kreezxil commented on July 22, 2024

from discordintegration-forge.

ErdbeerbaerLP avatar ErdbeerbaerLP commented on July 22, 2024

I used 14.23.5.2768. Will now try with the "latest" one

from discordintegration-forge.

ErdbeerbaerLP avatar ErdbeerbaerLP commented on July 22, 2024

same result as before 🤔

from discordintegration-forge.

ErdbeerbaerLP avatar ErdbeerbaerLP commented on July 22, 2024

But you might want to check your command JSON.

[14:37:30] [Server thread/INFO] [STDERR]: [de.erdbeerbaerlp.dcintegration.DiscordIntegration:preInit:409]: Failed to login: Not a JSON Object: "{"kick":{"adminOnly":true,"mcCommand":"kick","description":"Kicks a player from the server","useArgs":true,"argText":"\u003cplayer\u003e"},"rank":{"adminOnly":true,"mcCommand":"rank","description":"manipulates a players rank","useArgs":true,"argText":"\u003cplayer\u003e"},"ban":{"adminOnly":true,"mcCommand":"ban","description":"ban a player","useArgs":true,"argText":"\u003cplayer\u003e"},"op":{"adminOnly":true,"mcCommand":"op","description":"op a player","useArgs":true,"argText":"\u003cplayer\u003e"},"deop":{"adminOnly":true,"mcCommand":"deop","description":"deop a player","useArgs":true,"argText":"\u003cplayer\u003e"},"gamemode":{"adminOnly":true,"mcCommand":"gamemode","description":"change a player's gamemode","useArgs":true,"argText":"\u003cplayer\u003e"},"gamerule":{"adminOnly":true,"mcCommand":"gamerule","description":"change a rule on the server","useArgs":true,"argText":"\u003crule\u003e \u003cvalue\u003e"},"give":{"adminOnly":true,"mcCommand":"give","description":"give a player stuff","useArgs":true,"argText":"\u003cplayer\u003e \u003citemid\u003e [\u003cquantity\u003e]"},"weather":{"adminOnly":true,"mcCommand":"weather","description":"change the weather","useArgs":true,"argText":"\u003cclear|rain|snow\u003e"},"time":{"adminOnly":true,"mcCommand":"time","description":"change the time","useArgs":true,"argText":"\u003cvalue\u003e"},"kill":{"adminOnly":true,"mcCommand":"kill","description":"kill something, might require you to be on the server","useArgs":true,"argText":"\u003cplayer\u003e"},"pardon":{"adminOnly":true,"mcCommand":"pardon","description":"pardon a player","useArgs":true,"argText":"\u003cplayer\u003e"},"whitelist":{"adminOnly":true,"mcCommand":"whitelist","description":"whitelist a player","useArgs":true,"argText":"\u003cplayer\u003e"},"tp":{"adminOnly":true,"mcCommand":"tp","description":"use tp on a player, make sure to wipe them clean!","useArgs":true,"argText":"\u003csource:player\u003e \u003cdestination:player|x y z\u003e "},"dims":{"adminOnly":false,"mcCommand":"forge dimensions","description":"list the dimensions on the server","useArgs":false},"tps":{"adminOnly":false,"mcCommand":"forge tps","description":"get lag based on dimensions and overall","useArgs":false},"mods":{"adminOnly":false,"mcCommand":"forge mods","description":"list the mods on the server","useArgs":false},"entities":{"adminOnly":false,"mcCommand":"forge entity list","description":"list the entities on the server","useArgs":true,"argText":"[\u003cfilter\u003e] "}}"

from discordintegration-forge.

kreezxil avatar kreezxil commented on July 22, 2024

from discordintegration-forge.

kreezxil avatar kreezxil commented on July 22, 2024

from discordintegration-forge.

github-actions avatar github-actions commented on July 22, 2024

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

from discordintegration-forge.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.