Discord pluggin

Puchexz

Member
It does not help me, I did all the procedure indicated in the explanation and it has not done anything, look at the configuration I have, I do not know if I did something wrong. If they resolve me, I change my rating.

# config version, do not edit
configVersion: 4


# bot token
botToken: "xxx <- i place token id héroe dont Worry"
# Discord server chat channel id
channelId: "709109726696177845"


# enable debug messages
debug: false


# set bot Playing ______ status, leave empty to disable
botStatus: "Jugando RolCraft"


# set text channel topic, leave empty to disable
channelTopic: "RolCraft"


# enable !playerlist command on Discord
playerListCommand: false
# enable !ip command on Discord
ipCommand: false
# server address to show in !ip command
serverIp: "64.42.181.58"
# server port to show in !ip command
serverPort: "19149"


# enable join messages to Discord
joinMessages: true
# enable quit messages to Discord
quitMessages: true
# enable death messages to Discord
deathMessages: true
# enable server start messages to Discord
startMessages: true
# enable server stop messages to Discord
stopMessages: true


# enable Discord messages to Minecraft
enableDiscordToMinecraft: true
# enable Minecraft messages to Discord
enableMinecraftToDiscord: true
# show Discord messages also in console
enableMessagesToConsole: true


# prefix of discord commands
commandPrefix: "!"


# enable Discord console
discordConsole: true
# Discord server console channel id
consoleChannelId: ""
# role required to run console commands
consoleRole: ""


# formatting of Discord messages shown in game
discordToMinecraftChatFormatting: "NOT AVAILABLE YET"
# formatting of game messages shown in Discord
minecraftToDiscordChatFormatting: "NOT AVAILABLE YET"


# Discord messages over that length will be cut
maxMessageLength: 255
# allow massages sent by a bot to show in game
allowBotMessages: true
# enable spam filter (beta)
spamFilter: true


# translations
status_server_started: "**✅ Server started!**"
status_server_stopped: "**❌ Server stopped!**"
info_player_joined: "**➕ %player% joined the server**"
info_player_left: "**➖ %player% left the server**"
info_player_death: "**? %death_message%**"
command_playerlist_empty: "**No online players**"
command_playerlist_players: "Online players"
commands_ip_address: "Address:"
commands_ip_port: "Port:"
discord_prefix: "§f[§bDiscord%role%§f]"
err_no_perm: "Your role doesn't have permission to run console commands"
 

PetteriM1

Resource Mod
Staff member
It does not help me, I did all the procedure indicated in the explanation and it has not done anything, look at the configuration I have, I do not know if I did something wrong. If they resolve me, I change my rating.

# config version, do not edit
configVersion: 4


# bot token
botToken: "xxx <- i place token id héroe dont Worry"
# Discord server chat channel id
channelId: "709109726696177845"


# enable debug messages
debug: false


# set bot Playing ______ status, leave empty to disable
botStatus: "Jugando RolCraft"


# set text channel topic, leave empty to disable
channelTopic: "RolCraft"


# enable !playerlist command on Discord
playerListCommand: false
# enable !ip command on Discord
ipCommand: false
# server address to show in !ip command
serverIp: "64.42.181.58"
# server port to show in !ip command
serverPort: "19149"


# enable join messages to Discord
joinMessages: true
# enable quit messages to Discord
quitMessages: true
# enable death messages to Discord
deathMessages: true
# enable server start messages to Discord
startMessages: true
# enable server stop messages to Discord
stopMessages: true


# enable Discord messages to Minecraft
enableDiscordToMinecraft: true
# enable Minecraft messages to Discord
enableMinecraftToDiscord: true
# show Discord messages also in console
enableMessagesToConsole: true


# prefix of discord commands
commandPrefix: "!"


# enable Discord console
discordConsole: true
# Discord server console channel id
consoleChannelId: ""
# role required to run console commands
consoleRole: ""


# formatting of Discord messages shown in game
discordToMinecraftChatFormatting: "NOT AVAILABLE YET"
# formatting of game messages shown in Discord
minecraftToDiscordChatFormatting: "NOT AVAILABLE YET"


# Discord messages over that length will be cut
maxMessageLength: 255
# allow massages sent by a bot to show in game
allowBotMessages: true
# enable spam filter (beta)
spamFilter: true


# translations
status_server_started: "**✅ Server started!**"
status_server_stopped: "**❌ Server stopped!**"
info_player_joined: "**➕ %player% joined the server**"
info_player_left: "**➖ %player% left the server**"
info_player_death: "**? %death_message%**"
command_playerlist_empty: "**No online players**"
command_playerlist_players: "Online players"
commands_ip_address: "Address:"
commands_ip_port: "Port:"
discord_prefix: "§f[§bDiscord%role%§f]"
err_no_perm: "Your role doesn't have permission to run console commands"
What exactly is not working? Also does the bot have enough permissions on the Discord server?
 
Top