You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 7, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,19 +27,19 @@ delay: 0
27
27
customloadouts:
28
28
# Name of this permission node
29
29
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
31
31
all:
32
32
# Percentage chance for item group to spawn
33
33
- 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.
36
36
# 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
39
38
- 10:
40
39
- MEDKIT
41
40
SCIENTIST:
42
41
- 10:
42
+
# Starts with REMOOVEITEMS to clear the default inventory before the items are added.
43
43
- REMOVEITEMS
44
44
- MAJOR_SCIENTIST_KEYCARD
45
45
- MEDKIT
@@ -68,7 +68,7 @@ customloadouts:
68
68
- MICROHID
69
69
```
70
70
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.
0 commit comments