ErdbeerbaerLP / DiscordRichPresence

This mod gives you an Discord RichPresence.
https://curseforge.com/projects/discordrpc
MIT License
7 stars 6 forks source link

[BUG] #28

Closed miathegaymer closed 3 years ago

miathegaymer commented 3 years ago

What happened?

What should happen?

Steps to reproduce

Version

Mod version 2.0.7

Config file


#Discord RichPresence Config File

[Rich-Presence]
    #First line of Rich Presence
    Client-Name = "Bread SMP"
    #Do you want servers to send you a customized rich presence text?
    #Also toggles hardcoded custom icons and text of not fully integrated servers like mineplex
    Custom-Messages-From-Server = true
    #Placeholders:
    #%ip%  Server IP
    Server-Text = "Playing on Bread SMP with %otherpl% other Breaders! - Currently in %dimensionName%"
    #Setting this to true disables name changing through GUI
    Disable-Name-changing = false
    #Do you want to use custom Hivemc integration (show what game you are playing)?
    Hivemc-Integration = true
    #Disables config GUI
    #Requires config file editing to enable again
    Disable-Config-GUI = false
    #Do you want to use custom Hypixel integration (show what game you are playing and such)?
    Hypixel-Integration = true
    #No placeholders supported, Text that shows when you are in the main menu
    Main-Menu = "In Main Menu"
    #Placeholders:
    #%coords% (X:??? Y:??? Z:???)
    #%world% World name
    Singleplayer-Text = "Playing in %world% (%coords%)"
    #Custom client id, see https://github.com/ErdbeerbaerLP/DiscordRichPresence/wiki/Set-up-custom-Icons-(for-Modpacks) for more info
    #Default: 511106082366554122
    client-id = "807618007098589245"
    #Do you want to print log of this mod to ingame chat?
    LogToChat = false

Crash report if available (use https://paste.dimdev.org or https://pastebin.com)

Additional info

miathegaymer commented 3 years ago

For some strange reason, the mod started working after I allocated more RAM to Minecraft. Just thought I might put that in here.