Skip to content

Latest commit

 

History

9 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SimpleUtilities

Provides simple features for your server.

Features:

  • Welcome message,
  • Cassie announcement when Chaos Insurgency spawns,
  • Chaos Insurgency spawn on round start instead of Facility Guards,
  • Auto Friendly Fire when the round ends,
  • Cuffed Nine-Tailed Fox / Chaos Insurgency changes team upon "escape".
  • Hint displayed after looking at / shooting SCP-096.
  • Hint displayed when flipping a coin.
  • Displays HP of the player you are looking at.

More to come!

Install

LocalAdmin Install:

To install the plugin via LocalAdmin, boot up your server and type p install omgiamhungarian/SimpleUtilities. (Make sure 0Harmony.dll is in PluginAPI/plugins/(server_port)/dependencies after installing.)

Manual Install:

  1. Download the latest released SimpleUtilities.dll and dependencies.zip from releases.
  2. Move the SimpleUtilities.dll to PluginAPI/plugins/(server_port).
  3. Move the 0Harmony.dll from dependencies.zip to PluginAPI/plugins/(server_port)/dependencies.
  4. You are done. Restart your server.

Default Configuration file

# Whether or not the plugin is enabled.
is_enabled: true
# Whether or not to show debug messages.
debug: false
# Welcome message which is displayed for the player. (Leave it empty to disable.)
welcome_message: <color=red>Welcome to the server!</color> <color=blue>Please read our rules.</color>
# Welcome message duration.
welcome_message_time: 7
# CASSIE announcement when Chaos Insurgency spawns. Leave it empty to disable. (Please note that you can only use CASSIE approved words.)
cassie_message: Warning Chaos Insurgency has been spotted
# Whether or not to play the announcement's sound effect.
cassie_noise: true
# Whether or not CASSIE should display the text of the announcement.
cassie_text: true
# Chance (1-100) for Chaos Insurgency to spawn at round start instead of Facility Guards.
chaos_chance: 25
# Whether or not to enable friendly fire when the round ends. (You can change the friendly_fire_multiplier in your config_gameplay.txt)
ff_on_end: true
# Whether or not disarmed NTF / CI should change teams when escaping.
cuffed_change_teams: true
# Message sent for the player who looked at / shot SCP-096. (Leave it empty to disable.)
target_message: you became a target for scp-096!
# Message sent when coin lands on tails. (Leave it empty to disable.)
coin_tails: the coin landed on tails!
# Message sent when coin lands on heads. (Leave it empty to disable.)
coin_heads: the coin landed on heads!
# Whether or not to show players' HP when looking at them.
show_hp: true
# Format of displayed HP. Keep everything between ' '.
hp_display_format: 'HP: %current%/%max%'

About

Provides simple features for your server such as CASSIE announcements and cuffed Chaos Insurgency / Nine-Tailed Fox changes teams upon "escape".

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages