Sleepers

Approved Sleepers 1.2.1

No permission to download

DreTaX

Probably knows the answer...
Administrator
Jun 29, 2014
4,093
4,784
113
At your house.
github.com
DreTaX submitted a new resource:

Sleepers - Plugin that is able to remove Sleepers from the ground after a time

Description:

This plugin is able to remove sleepers off from the ground, after a time.
Source code for the links is added as Additional Information URL

Commands:

/sleepers - Reloads Config

INI:
[Settings]
sleeperLifeInMinutes=5
Debug=False ; Leaves a message in the log, that a sleepers was removed
timerElapse=60000 ; 60000 = 1 min, this is for the checks
Read more about this resource...
 
  • Like
Reactions: RusteCluster

tarynkelley

Retired Staff
Retired Staff
Trusted Member
Nov 14, 2015
575
178
28
Parts Unknown
I see that this plugin is still using System.Timers.Timer?

Therfore I guess its still might crash the server? Or did you solve this problem?
 

DreTaX

Probably knows the answer...
Administrator
Jun 29, 2014
4,093
4,784
113
At your house.
github.com
I see that this plugin is still using System.Timers.Timer?

Therfore I guess its still might crash the server? Or did you solve this problem?
The crash only comes up at UnityEngine.Object.Findobject type of methods.

This one uses physics.overlapsphere, which is safe to use at any time.

If It Isn't I will use the new Loom class. Read the new update.
 

tarynkelley

Retired Staff
Retired Staff
Trusted Member
Nov 14, 2015
575
178
28
Parts Unknown
For some reasons the sleepers are not always disappearing. I will activate the debug mode to find out more.