Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
rayzerbrain committed Jul 18, 2022
2 parents d9a95d6 + ab31b03 commit 33aa208
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Spectator-Shooting-Range
[![Github All Releases](https://img.shields.io/github/downloads/rayzerbrain/SpectatorShootingRange/total.svg)]()
[![Github All Releases](https://img.shields.io/github/downloads/rayzerbrain/Spectator-Shooting-Range/total.svg)]()

An SCP:SL Exiled 5.0 plugin implementing a shooting range for spectators. The range is located outside of the wall perpendicular to the escape tunnel, that is, the wall the MTF helicopter flies over. This location can be changed inside of the configuration if deemed necessary

Expand Down Expand Up @@ -28,6 +28,7 @@ The configurations that will appear in your [port number]-config.yml file allows
|require_permission|bool|Determines if the ".range" permission is required to use the .range command (this will not affect automatically teleported players)|false|
|range_location|Vector4|Location of a possible non default shooting range. the "w" of the vector will determine the radius of the cube that forms the boundaries|Vector4.zero|
|use_range_location|bool|Determines whether the alternative range location will be used or not. The default range location will be used if this is set to false|false|
|ranger_inventory|List\<string\>|The list of items a player will spawn with on the range. You may use either the ItemType enum or the name of a CustomItem|N/A|
|death_broadcast|Broadcast|The broadcast that will appear for a player when they die or join as a spectator|N/A|
|range_greeting|Broadcast|The broadcast for when players enter the shooting range|N/A|
|respawn_broadcast|Broadcast|The broadcast for when players are forced off the shooting range because they are respawning|N/A|
Expand Down

0 comments on commit 33aa208

Please sign in to comment.