Resource icon

LL LLEssentials 2.12.0

  • Some rules about plugins

LLEssentials​

status
Essentials for LiteLoader

Installation​

Use Lip​

Bash:
lip install LLEssentials

Manual​

Download from Release

Usage​

LLHelper​

CommandDescriptionPermission
/gmode player <pode(0/1/2/3)>Change gamemodeOP
/ban <ban/unban/list> [player] [time(second)]Ban/unban a playerOP
/transfer player IP portTransfer a player to another serverOP
/helper <reload/update>Reload config/Check plugin's updateOP
/skick playerForce kick a player from serverOP
/cname <set/rm> player [nickname]Set nickname for a playerOP
/vanishinvisibility(only effective for players who can see you)OP
/crash playerCrash player's clientOP
/runas player commandExecute command as target playerOP
/tpsQuery server's TPSOP

LLTpa​

CommandDescriptionPermission
/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 teleportPlayer
/warp <add/del/go/ls> [warp]Add a warp/delete warp/go to warp/list warpOP
/home <add/del/go/ls> [home]Add a home/delete home/go home/list homePlayer
/itemShow the item info on handPlayer
/lltpa <reload/update> [isForce: true or false]Reload config/Check plugin's updateOP

Config​

LLHelper​

JSON:
{
    "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
    "enable_tps": true //Enable tps command
}

LLtpa​

JSON:
{
    "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
}
Author
shrbox
Downloads
302
Views
1,882
First release
Last update
Rating
0.00 star(s) 0 ratings

More resources from shrbox

Share this resource

Latest updates

  1. 2.12.0

    Support LiteLoaderBDS 2.12.0(1.19.71.02)
  2. 2.10.0

    Support LiteLoaderBDS 2.10.0(1.19.61.01)
  3. 2.9.3

    Support LiteLoaderBDS 2.9.3(1.19.52.01) Remove LLMoney because it has its own repository now 中文...