Skip to content

T3Marius/MVP-Anthem

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MVP Anthem plugin

Video Tutorial For Creating Workshop Addon:

Requirements

You use for testing my WorkshopAddon: [ Workshop ]

  • Just add the addon id in multiaddongmanager.cfg and you can use the 2 mvp's.

Basic Config:

    # MVP Configuration.

    [Settings]
    MenuType = "screen"  # screen, t3           # screen is the default menu, if you don't wanna use t3menu don't even add the shared of it.
    DefaultVolume = 0.4             # this volume will be set to players who don't have one setted.
    GiveRandomMVP = true            # when a player with no mvp joins the server, a random MVP is assinged to him.
    DisablePlayerDefaultMVP = true  # with this on true the player mvp from steam will be disabled.
    SoundEventFiles = ["soundevents/mvp_anthem.vsndevts"]            # VERY IMPORTANT: In order for the sounds to work you need to add the path for soundevent file here.
    VolumeSettings = [100, 80, 60, 40, 20, 0]

    [Commands]
    MVPCommands = ["mvp", "music"]        # Opens the MVP Menu
    VolumeCommands = ["mvpvol", "vol"]    # Opens the Volume Menu (this is just a separate command)

    [Timer]
    CenterHtmlDuration = 10.0
    CenterDuration = 10.0
    AlertDuration = 10.0

    [MVPSettings."PUBLIC MVP"."mvp.1"] # 'PUBLIC MVP' is the category which will be shown in the menu. 'mvp.1' is the key which u set the message to in lang folder.
    MVPName = "Flawless"                 # This will be shown in the menu.
    MVPSound = "MVP_Flawless"            # This is the soundevent name. With this the sound will play.
    EnablePreview = true
    ShowChatMessage = true
    ShowCenterMessage = false
    ShowAlertMessage = false
    ShowHtmlMessage = true
    SteamID = ""
    Flags = []

    [MVPSettings."PUBLIC MVP"."mvp.2"]
    MVPName = "Protection Charm"
    MVPSound = "MVP_ProtectionCharm"
    EnablePreview = true
    ShowChatMessage = true
    ShowCenterMessage = false
    ShowAlertMessage = false
    ShowHtmlMessage = true
    SteamID = ""
    Flags = []
    

Commands

!mvp (opens the mvp menu)
!mvpvol (opens a separate volume menu) (though you have the mvp volume in the main mvp menu too.)

If you wanna ask about the plugin or support me contact me here:

Discord: mariust3

Donations:

About

A simple MVP Plugin with changeable volume and easy configuration.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages