Minecraft Bedrock Server LiteLoaderBDS Plugin
Realize the function
accomplish
Blacklist
$\color{#00FF00}{√}$
Mute
$\color{#00FF00}{√}$
Cdk
$\color{#00FF00}{√}$
Menu
$\color{#00FF00}{√}$
Tpa
$\color{#00FF00}{√}$
Shop
$\color{#00FF00}{√}$
Monitor
$\color{#00FF00}{√}$
Pvp
$\color{#00FF00}{√}$
Wallet
$\color{#00FF00}{√}$
Chat
$\color{#00FF00}{√}$
AnnounCement
$\color{#00FF00}{√}$
Market
$\color{#00FF00}{√}$
How to install the plugin?
Place the file LOICollection.dll in the server directory plugins.
LOICollection.dll (You can download it in the Release page.).
Start the server
Wait for the output to load the text
Complete the installation
How to configure the file?
Open the plugin directory LOICollection
Open file config.json
When you open it, you'll see something like this:
{
"version" : " 1.3.5" ,
"FakeSeed" : 114514 ,
"language" : {
"update" : true
},
"Blacklist" : false ,
"Mute" : false ,
"Cdk" : false ,
"Menu" : {
"Enable" : false ,
"ItemId" : " minecraft:clock"
},
"Tpa" : false ,
"Shop" : false ,
"Monitor" : {
"Enable" : false ,
"join" : " {player}加入了服务器" ,
"left" : " {player}退出了服务器" ,
"llmoney" : " §e§l检测到LLMoney发生变化 §b原值: §f${OriMoney} §a更改: §f${SetMoney} §e现值: §f${GetMoney}" ,
"command" : [],
"tips" : " 该指令已被禁用"
},
"Pvp" : false ,
"Wallet" : {
"Enable" : false ,
"llmoney" : true ,
"score" : " money" ,
"tax" : 0.1
},
"Chat" : {
"Enable" : false ,
"chat" : " <{player}> ${chat}"
},
"AnnounCement" : false ,
"Market" : false
}
You can change it freely and save it.
Open the local cmd and execute the command:
git clone --recursive https://github.com/loitietu/LOICollection.git
Open ide (It is recommended to use Visual Studio Code).
Open the cloned project.
Wait for the automatic configuration to complete and then compile.
This plugin is licensed under the GPL-3.0 license.