Onsharp
  • What is Onsharp?
  • Changelog
  • Onsharp Environment
    • Onsharp Runtime Environment
    • Installation
    • Configuration
  • Basic Usage
    • Preparation
    • Create a Basic Plugin
    • Concept of Entry Points
    • Create Commands
    • The EventAPI of Onsharp
    • Configs and DataStorage
    • Logging
    • Debugging
  • Advance Usage
    • Auto Updater
    • Overriding Entity Factories
    • Interop of LUA and vice versa
    • Entity Pool Refreshing
    • Create Console Commands
    • Providing LUA packages
  • Modules
    • Lazy Mover
    • I18n
Powered by GitBook
On this page

Was this helpful?

  1. Modules

Lazy Mover

On this page we explain the lazy mover module. This module can be used for debugging purposes or just if the developer of a plugin is too lazy to specify the right places for the right libraries.

PreviousProviding LUA packagesNextI18n

Last updated 4 years ago

Was this helpful?

In order to use the lazy mover, it must be activated first. Therefore head over to the and set LazyMoverActive to true.

Now you need to start the server once. After the server has been successfully started, you can shutdown the server. A directory called lazy should have been created. Now you just can move all your dependencies and plugins in this folder and on server start, the lazy mover will sort them and move them to the right places.

configuration