Skip to content

bmgjet/MAPLOCK

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

MAPLOCK

Remove entitys as they are loading from a given location, Use on a invalid prefab to protect your map file.

How to use:

Place a prefab on the map that will stop server from loading.
Make sure its position is something simple and positive like X:350 Y:600 Z:199
Copy those position values into plugin where it says Vector3(0f, 0f, 0f);
Such as Vector3(350f, 350f, 199f);

Save plugin changes.
Map should now start like normal since it will remove any prefab with that exact location on its creation.

https://raw.githubusercontent.com/bmgjet/MAPLOCK/main/maplock.gif

About

Remove entitys as they are loading from a given location, Use on a invalid prefab to protect your map file.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors