Skip to content

Commit

Permalink
1.0.5
Browse files Browse the repository at this point in the history
The description in the configs has been corrected

Co-Authored-By: SirNano <[email protected]>
  • Loading branch information
MrAfitol and SirNanos committed Feb 11, 2023
1 parent 49ec6db commit 661ce93
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 5 deletions.
2 changes: 1 addition & 1 deletion BetterDrops/BetterDrops.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ public class BetterDrops
public Config Config;

[PluginPriority(LoadPriority.Highest)]
[PluginEntryPoint("BetterDrops", "1.0.4", "Plugin to summon and spawn drops.", "Jesus-QC, update by MrAfitol")]
[PluginEntryPoint("BetterDrops", "1.0.5", "Plugin to summon and spawn drops.", "Jesus-QC, update by MrAfitol")]
public void LoadPlugin()
{
Instance = this;
Expand Down
2 changes: 1 addition & 1 deletion BetterDrops/Config.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

public class Config
{
[Description("The configs of the MTF drop waves.")]
[Description("How long to wait before drops open themselves.")]
public float AutoOpen { get; set; } = 15f;

[Description("The configs of the MTF drop waves.")]
Expand Down
4 changes: 2 additions & 2 deletions BetterDrops/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.4.0")]
[assembly: AssemblyFileVersion("1.0.4.0")]
[assembly: AssemblyVersion("1.0.5.0")]
[assembly: AssemblyFileVersion("1.0.5.0")]
15 changes: 14 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ https://user-images.githubusercontent.com/76150070/210635510-aacb7c2f-f651-4f00-

## Config
```yml
iis_enabled: true
# How long to wait before drops open themselves
auto_open: 15
# The configs of the MTF drop waves.
mtf_drop_wave:
# Is the drop wave enabled.
Expand All @@ -36,6 +37,10 @@ mtf_drop_wave:
color: Random
# Cassie message on spawn drop. (Leave blank to disable)
cassie: pitch_0.2 .g4... pitch_1 Supply jam_020_2 has been arrival
# Will the gun have a full ammo?
fill_max_ammo: true
# Will the gun have a random attachments?
random_attachments: true
# The possible items inside the drop
possible_items:
- Adrenaline
Expand Down Expand Up @@ -66,6 +71,10 @@ chaos_drop_wave:
color: Random
# Cassie message on spawn drop. (Leave blank to disable)
cassie: pitch_0.2 .g4... pitch_1 Supply jam_020_2 has been arrival
# Will the gun have a full ammo?
fill_max_ammo: true
# Will the gun have a random attachments?
random_attachments: true
# The possible items inside the drop
possible_items:
- Adrenaline
Expand Down Expand Up @@ -104,6 +113,10 @@ random_drops:
color: Random
# Cassie message on spawn drop. (Leave blank to disable)
cassie: pitch_0.2 .g4... pitch_1 Supply jam_020_2 has been arrival
# Will the gun have a full ammo?
fill_max_ammo: true
# Will the gun have a random attachments?
random_attachments: true
# The possible items inside the drop
possible_items:
- Adrenaline
Expand Down

0 comments on commit 661ce93

Please sign in to comment.