Skip to content
This repository was archived by the owner on Apr 7, 2023. It is now read-only.

Commit 47c4fff

Browse files
committed
Merge remote-tracking branch 'origin/master'
2 parents 0cde308 + 69feaf9 commit 47c4fff

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,19 +27,19 @@ delay: 0
2727
customloadouts:
2828
# Name of this permission node
2929
donatorloadouts:
30-
# Class, check #resources in the SMOD discord server for class names, set to all for all classes
30+
# Class, check #resources in the SMOD discord server for class names, set to all to give to all classes
3131
all:
3232
# Percentage chance for item group to spawn
3333
- 50:
34-
# Items to spawn, must be all caps, check #resources in the SMOD discord server for item names.
35-
# You can start with REMOVEITEMS and REMOVEAMMO to delete the existing items/ammo.
34+
# Items to spawn, check #resources in the SMOD discord server for item names.
35+
# You can start a loadout with REMOVEITEMS and REMOVEAMMO to delete the existing items/ammo.
3636
# All weapons spawn with one mag/clip loaded which cannot be removed, giving ammo adds the ammo directly to the player instead of spawning it as an item in their inventory.
37-
# This example has a 50% chance to spawn a coin to all players with the rank donator
38-
- COIN
37+
- COIN # This example has a 50% chance to spawn a coin to all players with the customloadouts.donatorloadouts permission node
3938
- 10:
4039
- MEDKIT
4140
SCIENTIST:
4241
- 10:
42+
# Starts with REMOOVEITEMS to clear the default inventory before the items are added.
4343
- REMOVEITEMS
4444
- MAJOR_SCIENTIST_KEYCARD
4545
- MEDKIT
@@ -68,7 +68,7 @@ customloadouts:
6868
- MICROHID
6969
```
7070
71-
You can add more entries by following the example above. I believe each config option is pretty self explanatory with the example above. If you have any questions, you can ask them in my discord server at the link above.
71+
You can add more entries by following the example above. I believe each config option is pretty self explanatory config comments. If you have any questions, you can ask them in my discord server at the link above.
7272
7373
## Command
7474
| Command | Permission | Description |

0 commit comments

Comments
 (0)