You are viewing a potentially older version of this package. View all versions.
Frogger-EpicMMONotifier-1.1.0 icon

EpicMMONotifier

An addon for EpicMMO that sends notifications to the discord server when any player gets a new level. (client+server)

Date uploaded 2 years ago
Version 1.1.0
Download link Frogger-EpicMMONotifier-1.1.0.zip
Downloads 8074
Dependency string Frogger-EpicMMONotifier-1.1.0

This mod requires the following mods to function

denikson-BepInExPack_Valheim-5.4.2333 icon
denikson-BepInExPack_Valheim

BepInEx pack for Valheim. Preconfigured with the correct entry point for mods and preferred defaults for the community.

Preferred version: 5.4.2333
WackyMole-WackyEpicMMOSystem-1.9.58 icon
WackyMole-WackyEpicMMOSystem

Adds to your Valheim world a system of levels and distribution of characteristics

Preferred version: 1.9.58

README

EpicMMONotifier

An addon for EpicMMO

Sends notifications to the discord server when any player gets a new level.
You can customize the messages as you want:
Use #PLAYERNICK for the player's nickname and #NEWLEVEL for the (number) of the level he got

Created specifically by order of Aldhari.

Synced Configs

Location: BepInEx/Config/com.Frogger.EpicMMONotifier.cfg

[General]

# Setting type: String
# Default value: Level UP! , New level! , Greetings new level!
Title Messeges = Level UP! , New level! , Greetings new level!

# Setting type: String
# Default value: #PLAYERNICK has risen to level #NEWLEVEL! , #PLAYERNICK has received level #NEWLEVEL! , #PLAYERNICK is now level #NEWLEVEL!
Description Messeges = #PLAYERNICK has risen to level #NEWLEVEL! , #PLAYERNICK has received level #NEWLEVEL! , #PLAYERNICK is now level #NEWLEVEL!

# Setting type: String
# Default value: EpicMMONotifier, EpicMMO, Notifier
Usernames = EpicMMONotifier, EpicMMO, Notifier

## Attention! Use only the colors from this table! 
## https://gist.github.com/thomasbnt/b6f455e2c7d743b796917fa3c205f812?permalink_comment_id=3656937#gistcomment-3656937
# Setting type: String
# Default value: 1752220, 3447003, 15844367, 15105570, 7506394
Colors = 1752220, 3447003, 15844367, 15105570, 7506394

# Setting type: String
# Default value: 
Webhook = https://discord.com/api/webhooks/30944922...

If something does not work for you, you have found any bugs, there are any suggestions, then be sure to write to me!

My Discord: justafrogger
Aldhari Discord: Aldhari#1359

CHANGELOG

Version Date Changes
1.3.1 03.03.2026 Fixed broken image url in README
1.3.0 01.03.2026 Secured webhook url by moving discord communication to the server
1.2.0 28.02.2026 Moved away from JFUtils
1.1.0 10.10.2026 Code refactor, Thunderstore release
1.0.2 01.11.2023 Initial Thunderstore relese