Giter VIP home page Giter VIP logo

mvputility's Introduction

MvpUtility

This plugin basically offers some MVP stats at the end of the round, and you can modify these strings or leave them as blank so defaults will run. This type of text formatting is dependent on http://digitalnativestudios.com/textmeshpro/docs/rich-text/#line-height so if you want it on the bottom you will have to adhere to the richtext rules. Also at this time formatting requires all 3 variables (Name, RoleType, Counter) to be specified. I may if requested make it dynamic where you can reject or rather ignore some of them (such as putting {0} {2} and if I don't see {1} not to put it) but that will be by request.

MvpUtility ISSUES MvpUtility FORKS MvpUtility LICENSE

MvpUtility LATEST MvpUtility LINES MvpUtility DOWNLOADS

TODO:

  • Add more configuration for locked values
  • Allow ignoring of fields for format string
  • Add the ability for fully customizable strings where I list variables that can be called, and then you can build your own combination of stats.
  • (The previous one would be strings that users can reference and I would parse them to generate unique strings)

Installation

EXILED must be installed for this to work.

Current plugin version: V1.1.2

REQUIREMENTS

  • Exiled: V5.1.3
  • SCP:SL Server: V11.2

Example configuration

mvp_utility:
  is_enabled: true
  # Control over to enable or disable debug information
  enable_debug: true
  # Control over what types to show
  round_end_behaviors:
  # Control over what types to show, whether its first come or random per round
    random_outputs: true
    # Whether to show first player escape, only takes two params, Player, Float ( use {0} {1})
    show_first_escape:
      true: >
        <line-height=75%><voffset=30em><align=center><color=#247BA0> {0} </color> was the first person to escape within {1}'s </align> </voffset>
    # Whether to show who killed the most entities, only takes two params, Player, Int ( use {0} {1})
    show_most_kills_killer:
      true: >
        <line-height=75%><voffset=30em><align=center><color=#F6511D> {0} </color> had {2} kills (Any) </align> </voffset> 
    # Whether to show who killed the most humans as SCP on team, only takes three params
    show_most_kills_scp_team:
      true: >
        <line-height=75%><voffset=30em><align=center><color=#F6511D> {0} </color> had {2} kills as {1} (SCP) </align> </voffset> 
    # Whether to show who killed the most humans as MTF on team, only takes three params
    show_most_kills_mtf_team:
      true: >
        <line-height=75%><voffset=30em><align=center><color=#F6511D> {0} </color> had {2} kills as {1} (MTF) </align> </voffset> 
    # Whether to show who killed the most humans as CHAOS on team, only takes three params
    show_most_kills_chaos_team:
      true: >
        <line-height=75%><voffset=30em><align=center><color=#F6511D> {0} </color> had {2} kills as {1} (Chaos) </align> </voffset> 
    # Whether to show who killed the most humans as human, only takes three params
    show_most_kills_human_on_human:
      true: >
        <line-height=75%><voffset=30em><align=center><color=#F6511D> {0} </color> had {2} kills as {1} (Human) </align> </voffset> 
    # Whether to show who killed the least humans as human, only takes three params
    show_least_kills_human:
      true: >
        <line-height=75%><voffset=30em><align=center><color=#F6511D> {0} </color> only had {2} kills, how sad as {1} (Human)</align> </voffset> 
    # Default output if no one escapes (No params)
    no_escape_string:
      false: ''
    # Whether to force constant updates
    force_constant_update: false
    # Hint limit
    hint_limit: 3
  # How often to check for Scp106
  check_interval: 10
  # Whether to track suicides or not.
  track_suicides: false
  # How long to display hint.
  hint_display_limit: 10

User example:

image

image

mvputility's People

Contributors

1462903025 avatar undid-iridium avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.