Realize the function | accomplish |
---|---|
Blacklist | |
Mute | |
Cdk | |
Menu | |
Tpa | |
Shop | |
Monitor | |
Pvp | |
Wallet | |
Chat | |
AnnounCement | |
Market |
- Place the file
LOICollection.dll
in the server directoryplugins
.
LOICollection.dll
(You can download it in the Release page.).
- Start the server
- Wait for the output to load the text
- Complete the installation
- 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
}
- Please follow the Json specification (https://www.json.org/) for changes.
- 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.