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
A small Plugin for Scp:SL that allows to setup new spawn points for items (even for a custom item)
3
+
4
+
## Config
5
+
In order to get a position for an spawn point you can use the command `mappoint` in the game and it gives you the position you are currently looking at
6
+
7
+
The default config will spawn a O5 in the containment Room for Scp-079
8
+
```
9
+
[ItemSpawner]
10
+
{
11
+
# The Items which should spawn each Round
12
+
spawns:
13
+
- position:
14
+
room: HCZ_079
15
+
x: 5.29060411
16
+
y: -3
17
+
z: -6.44455004
18
+
item:
19
+
iD: 11
20
+
durabillity: 0
21
+
sight: 0
22
+
barrel: 0
23
+
other: 0
24
+
xSize: 1
25
+
ySize: 1
26
+
zSize: 1
27
+
spawnChance: 100
28
+
}
29
+
```
30
+
31
+
A Config you can use if you have installed the [MoreWeapons](https://github.com/SynapseSL/MoreWeapons) plugin
0 commit comments