Skip to content

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

License

Notifications You must be signed in to change notification settings

KiwiSoupfx/SimpleUtilities

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 

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.
  • Allows guards to be promoted as an honorary NTF Operative
  • Selectable guard promotion role

More to come!

Install

LocalAdmin Install:

Outdated - Currently uses the old API and lacks 0harmony

Make sure you are using the correct version

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

Manual Install:

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

Default Configuration file

Outdated - server will generate one for you.

# 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%'
# Grant facility guards honorary promotion into NTF on leaving the facility (Until order is restored)
guards_can_escape: false
# Role to be granted to escaping guards (NtfSergeant, NtfCaptain, NtfPrivate, NtfSpecialist, random)
escaped_guard_role: random
# Escaped guard random roles
random_guard_roles:
- NtfSergeant
- NtfSpecialist
- NtfPrivate

About

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

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 100.0%