Skip to content
This repository has been archived by the owner on Oct 30, 2022. It is now read-only.
/ bdsx-lxl Public archive

Load LiteLoader, ScriptEngine JS plugins in BDSX!

License

Notifications You must be signed in to change notification settings

Rjlintkh/bdsx-lxl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BDSX-LLSE: Load LiteLoader ScriptingEngine JS plugins in BDSX!

Background

Both LiteLoader ScriptingEngine (LLSE) and Bedrock Dedicated Server eXtended (BDSX) are popular options of loading different kinds of plugins currently. However, JS plugins designed for LLSE cannot be loaded in BDSX and they need a lot of extra work to port to BDSX. This plugin aims to reduce the work and allow users to load some of the LLSE JS plugins with BDSX.

Features

We aim to be consistent with the features of LLSE, even with the bugs it has. However, there are some features that we could not implement at the time.

Usage

  1. Download bdsx-lxl.zip from the latest release and extract it to your_bdsx_folder/plugins so that there is a folder named your_bdsx_folder/plugins/bdsx-lxl.
  2. Create a folder your_bdsx_folder/bedrock_server/plugins and put all the LLSE .js plugins inside. OR Copy all content or create a junction from your_llse_folder/plugins to your_bdsx_folder/bedrock_server/plugins if you have previously worked on LLSE.
  3. Start the server from your_bdsx_folder/bdsx.bat.

Disclaimers

  • In order to use this project, you must follow the terms of EULA and LLSE.
  • This project is not affiliated to LLSE, but it imitates the functionalities of LLSE. No code is directly copied, but the logic of codes are kept for the purpose of loading plugins.
  • We do not offer guarantee of successfully loading any LLSE plugins.
  • The project is experimental, it may contain bugs, bugs found in loading the plugins using this loader should not be reported to their according developers.
  • We will not hold any responsibiliy for any corruptions of server. Use it at your own risk.

Links

LiteXLoader MineBBS