Skip to content

Commit 33aa208

Browse files
committed
2 parents d9a95d6 + ab31b03 commit 33aa208

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Spectator-Shooting-Range
2-
[![Github All Releases](https://img.shields.io/github/downloads/rayzerbrain/SpectatorShootingRange/total.svg)]()
2+
[![Github All Releases](https://img.shields.io/github/downloads/rayzerbrain/Spectator-Shooting-Range/total.svg)]()
33

44
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
55

@@ -28,6 +28,7 @@ The configurations that will appear in your [port number]-config.yml file allows
2828
|require_permission|bool|Determines if the ".range" permission is required to use the .range command (this will not affect automatically teleported players)|false|
2929
|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|
3030
|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|
31+
|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|
3132
|death_broadcast|Broadcast|The broadcast that will appear for a player when they die or join as a spectator|N/A|
3233
|range_greeting|Broadcast|The broadcast for when players enter the shooting range|N/A|
3334
|respawn_broadcast|Broadcast|The broadcast for when players are forced off the shooting range because they are respawning|N/A|

0 commit comments

Comments
 (0)