{bbname}

搬砖狐 | 夜航星 发表于 2025-8-10 19:13:57

ServerEssentials (ServerEssentials)-MOD模组

ServerEssentials (ServerEssentials)Github |相关wiki |源站链接支持: fabricA Server side mod for Fabric servers, ServerEssentials implements some widely-known commands in bukkit servers. Currently supports Chinese only, but it allows editing of the configEssentialstranslation.json file.https://i.sodamc.com/modrinth/4Wk2lmyqH3.jpg

ServerEssentials provides the following commands: tpa, tpahere, tpaccept, tpdeny, home, sethome, delhome, back (partly implemented), warp, setwarp, delwarp, afk, ping, fly, hat, sit. Additionally, it has an additional command essperm, which allows luckperms permission for vanilla commands and enables the editing of operators\' oplevel.

Configurations

- config/Essentials/config.json
sitEnabled = true - Allows players to sit on stairs.gameLogEnabled = false -Ignore this, experiment featuredropSkullOnDeath = true - Drops victims\' skull when killed by a player.

- config/Essentials/manpages
Here we store help messages for players to view via `/man`For `/man command.fly`, the mod will search for `config/Essentials/manpages/command/fly/_index.txt`. If not found, it will try to find `config/Essentials/manpages/command/_notfound.txt` and then `config/Essentials/manpages/_notfound.txt`.For `/man`, it will search for `config/Essentials/manpages/_index.txt`.

Manpages Format

We use \\tagname(args){body} or \\tagname{body} to mark up the text. To use `{` in a message, you should write `\\{`, as for other characters.

Formatting codes

The formatting code (often seen in bukkit servers as &1 &e &r, etc.) is used as the tagname.

\\n{hi} # underline \'hi\'
\\1{test}\\2{test} # same as &1test&2test in bukkitCopy已复制!

The `color` tag and The `format` tag

You can use this to apply hex colors

\\color(red){this text is red}
\\color(#231093){this text is #231093}
\\format(underline){------} # supports obfuscated, bold, strikethrough, underline, italicCopy已复制!

The `run_command`, `suggest_command`, `copy_to_clipboard` tag

These will add click actions to the text

\\run_command(/man command.fly){See the manpage \'fly\'}
\\suggest_command(/tell CaveNightingale){Send a personal message to CaveNightingale}
\\copy_to_clipboard(content to copy){click here to copy}Copy已复制!

The `i`, `p` or `line`, `page` tag

Used for multi-line pages, they are the same

The first line \\i{}
The second line \\line{}
The third lineCopy已复制!

Tags about the command

Good morning, \\sourceEntity{}. #sourceEntity is replaced with the player who executes the command
The page \\wantedEntry{} is not found, so you are seeing this message. #wantedEntry is replaced with the argument of `/man` commandCopy已复制!

来自Modrinth所有游戏版本1.18.2所有类型fabric1.0serveressentials-1.0.jar下载1.0#Beta- Drop skull when killed by a player.- Add /man for server manual which can be edited by operators. (/help messages can\'t be edited)- Split mobGriefing into creeperGriefing, endermanGriefing and ghastGriefing.- Fix bugs:- `/setwarp` leads to crashes on Windows- `/delwarp` doesnot save to disks- Permissions disappear after using `/reload`- Experience bar progress disappear after using `/warp`- ***If you update from old version, you need to run `/serveressentials update` to update your config files.***展开版本: 1.0支持游戏: 1.18.2类型:FabricBeta下载次数: 191server-essentialserveressentials-1.0-SNAPSHOT.jar下载1.0#Alpha展开版本: 1.0支持游戏: 1.18.2类型:FabricAlpha下载次数: 91全部版本

markdown_parsed

文章类型:收录

layui.use([\'form\'], function(){
var form = layui.form;
});

**** Hidden Message ***** ServerEssentials
页: [1]
查看完整版本: ServerEssentials (ServerEssentials)-MOD模组