Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rayzerbrain authored Jan 8, 2022
1 parent 4412937 commit 0693b2a
Showing 1 changed file with 1 addition and 42 deletions.
43 changes: 1 addition & 42 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,45 +25,4 @@ Make sure to keep the smae data type when changing the configuration, i.e. don't
The configurations that will appear in your [port number]-config.yml file allows you to do/change the following (values already present are default values upon implementation)
:


///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

Enable or disable the plugin

is_enabled: true

Player broadcast that appears when a player dies or joins as a spectator

death_greeting: To join the shooting range, type .range into your console(`)!

Time in seconds that the death_greeting is broadcasted for (default is 5)

death_greeting_time: 5

Player broadcast that appears when a player enters the shooting range

range_greeting: Welcome to the shooting range! Type .spectate into your console to return to spectator

Time in seconds that Range_greeting is broadcasted for (default is 5)

range_greeting_time: 5

Player broadcast that appears when everyone in the range is returned to spectator to spawn

returning_for_spawn_message: You will be respawning soon!

Distance each set of targets are away from each other (default is 16)

relative_target_distance: 16

Distance all targets are away from the shooting zone (default is 7)

absolute_target_distance: 7

Determines whether players with Remote Admin access are immune to the shooting range bounds (default is true)

ra_bounds_immunity: true

Determines whether players can talk in the shooting range (if enabled it is possible for spectators in the range to hear and talk to living players on the other side of the wall, this does not include players with RA access)

rangers_can_talk: true
//config data here

0 comments on commit 0693b2a

Please sign in to comment.