All Projects → LiteLDev → LiteLoaderPlugins

LiteLDev / LiteLoaderPlugins

Licence: GPL-3.0 License
Example plugins for LiteLoaderBDS

Programming Languages

C++
36643 projects - #6 most used programming language

Projects that are alternatives of or similar to LiteLoaderPlugins

CrashLogger
A dll injected into process to dump stack when crashing.
Stars: ✭ 19 (-29.63%)
Mutual labels:  bedrock-dedicated-server
LiteXLoader
This project has been merged into LiteLoaderBDS 👇 click below to new project 本项目已经合并到 LiteLoaderBDS 项目中 👇 点击前往 https://github.com/LiteLDev/LiteLoaderBDS
Stars: ✭ 84 (+211.11%)
Mutual labels:  liteloaderbds

LiteLoaderPlugins

status Telegram
English | 简体中文
Some example plugins for LiteLoader

Usage

LLMoney

Command Description Permission
/money query [player] Query your/other players's balance Player/OP
/money pay Transfer money to a player Player
/money set Set player's balance OP
/money add Add player's balance OP
/money reduce Reduce player's balance OP
/money hist Print your running account Player
/money purge Clear your running account OP
/money_s Command with TargetSelector Player

LLHelper

Command Description Permission
/gmode <pode(0/1/2/3)> Change gamemode OP
/ban <ban/unban/list> [player] [time(second)] Ban/unban a player OP
/transfer Transfer a player to another server OP
/helper <reload/update> Reload config/Check plugin's update OP
/skick Force kick a player from server OP
/cname <set/rm> [nickname] Set nickname for a player OP
/vanish invisibility(only effective for players who can see you) OP
/crash Crash player's client OP
/runas Execute command as target player OP

LLTpa

Command Description Permission
/tpa <to/here/ac/de/cancel/toggle> [player] Teleport to a player's location/teleport the player to your location/accept the teleport/refuse the teleport/cancel the teleport/change the status of whether to accept the teleport Player
/warp <add/del/go/ls> [warp] Add a warp/delete warp/go to warp/list warp OP
/home <add/del/go/ls> [home] Add a home/delete home/go home/list home Player
/item Show the item info on hand Player
/lltpa <reload/update> [isForce: true or false] Reload config/Check plugin's update OP

Config

LLHelper

{
    "language": "en-us",
    "force_enable_expplay": false,//Enable experimental mode
    "commmand_map": {//Use item to click block to execute a command
        "391": "me 114514"
    },
    "timer": {//Timed loop execution command
        "600": "say Welcome to the server"
    },
    "ban_items": [],//Prohibited items, use ID
    "log_items": [//Items that will be recorded in the log after use, use ID
        7
    ],
    "force_enable_ability": false,//Turn on the /ability command, if the educational version is turned on, the server will be abnormal
    "fake_seed": 114514,//Fake seed
    "no_explosion": true,//Stop all explosions in the server
    "max_chat_length": 1919,//Maximum length of chat message
    "log_chat": true,//Log chat
    "log_cmd": true,//Log command
    "no_enderman_take_block": true,//Stop the enderman from picking up the block
    "protect_farm_block": true//Protect arable land from being trampled on

LLtpa

{
    "language": "en-us",
    "max_homes": 3,//The maximum number of homes the player can set
    "tpa_timeout": 20000,//tpa request timeout
    "tpa_ratelimit": 5000,//tpa request cooldown
    "back_enabled": true,//Enable /back command
    "suicide_enabled": true//Enable /suicide command
}

LLMoney

{
    "language": "en-us",
    "def_money": 0, //Default money
    "pay_tax": 0.0 //Tax
}
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].