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
publicSetDeathMarkersCommand(PlayerManagerplayerManager,SubnauticaServerConfigserverConfig,Serverserver):base("setdeathmarkers",Perms.ADMIN,"Sets \"Death Markers\" setting to on/off. If \"on\", a beacon will appear at the location where a player dies.")
18
+
{
19
+
this.playerManager=playerManager;
20
+
this.serverConfig=serverConfig;
21
+
this.server=server;
22
+
AddParameter(newTypeBoolean("state",true,"the on/off state of if a death marker is spawned on death"));
0 commit comments