Skip to content
This repository has been archived by the owner on Aug 1, 2024. It is now read-only.

Player name not appearing when using colonies mod #145

Open
DejaVu42069 opened this issue Apr 22, 2021 · 2 comments
Open

Player name not appearing when using colonies mod #145

DejaVu42069 opened this issue Apr 22, 2021 · 2 comments
Labels
bug Something isn't working compatibility

Comments

@DejaVu42069
Copy link

DejaVu42069 commented Apr 22, 2021

Describe the bug
Player name not appearing when a player chats while in a colony using Colonies mod. Webhook works fine though; also the join and leave messages.

Reproduction steps

  1. Have player join a colony using Colonies mod.
  2. Chat.
  3. In discord, the player name disappears.

Expected behaviour
Player name should appear along with the colony name prefix.

Additional context

  • Minecraft version: 1.16.5
  • Fabric-Discord Link version: 0.8.18
  • ❗ A list of all mods you were using:
    • Fabric-Discord-Link-0.8.18.jar
    • fabric-api-0.30.3+1.16.jar
    • colonies-1.1.1.jar
    • FlytreLib

fdlink.json
{
"chatChannels": [
""
],
"logChannels": [
""
],
"webhook": {
"url": "",
"mentions": {
"everyone": false,
"roles": false,
"users": true
}
},
"ignoreBots": true,
"activityUpdateInterval": 120,
"minecraftToDiscord": {
"general": {
"enableDebugLogs": false
},
"chatChannels": {
"commandPrefix": "-",
"allowDiscordCommands": true,
"serverStartingMessage": true,
"serverStartMessage": true,
"serverStopMessage": true,
"serverStoppingMessage": true,
"customChannelDescription": true,
"minecraftToDiscordTag": false,
"minecraftToDiscordDiscriminator": false,
"playerMessages": true,
"teamPlayerMessages": true,
"joinAndLeaveMessages": true,
"advancementMessages": true,
"challengeMessages": true,
"goalMessages": true,
"deathMessages": true,
"sendMeCommand": true,
"sendSayCommand": true,
"adminMessages": false,
"atATellRaw": false,
"achievementMessages": true
},
"logChannels": {
"serverStartingMessage": true,
"serverStartMessage": true,
"serverStopMessage": true,
"serverStoppingMessage": true,
"customChannelDescription": false,
"minecraftToDiscordTag": false,
"minecraftToDiscordDiscriminator": false,
"playerMessages": false,
"teamPlayerMessages": false,
"joinAndLeaveMessages": true,
"advancementMessages": false,
"challengeMessages": false,
"goalMessages": false,
"deathMessages": true,
"sendMeCommand": true,
"sendSayCommand": true,
"adminMessages": true,
"atATellRaw": false,
"achievementMessages": true
}
},
"discordToMinecraft": {
"pingLongVersion": false
},
"emojiMap": [
{
"name": "example_name",
"id": ":example_id:22222222"
},
{
"name": "example_name2",
"id": ":example_id2:22222222"
}
],
"version": 9,
"token": ""
}

@DejaVu42069 DejaVu42069 added the bug Something isn't working label Apr 22, 2021
@thecatcore
Copy link
Owner

Can you send a picture showing what the sent message looks like in-game?

@DejaVu42069
Copy link
Author

DejaVu42069 commented Apr 25, 2021

no colony
yes colony
discord

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working compatibility
Projects
None yet
Development

No branches or pull requests

2 participants