-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
caee775
commit c92e411
Showing
28 changed files
with
605 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,146 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<meta charset="utf-8"> | ||
<meta content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" name="viewport"> | ||
<link rel="shortcut icon" href="/carpetamsaddition/images/icon.png" type="image/x-icon" /> | ||
<title> | ||
|
||
Carpet AMS Addition v2.42.0 | | ||
|
||
Carpet AMS Addition | ||
</title> | ||
|
||
<link rel="stylesheet" href="/carpetamsaddition/css/style.css"> | ||
|
||
|
||
<link rel="stylesheet" href="/carpetamsaddition/fontawesome/css/fontawesome.min.css"> | ||
|
||
|
||
<link rel="stylesheet" href="/carpetamsaddition/fontawesome/css/brands.min.css"> | ||
|
||
|
||
<link rel="stylesheet" href="/carpetamsaddition/fontawesome/css/solid.min.css"> | ||
|
||
|
||
|
||
<meta name="generator" content="Hexo 7.0.0"></head> | ||
|
||
<body> | ||
<div class="body-container"> | ||
<div class="header-wrapper"><header> | ||
<div class="header-container"> | ||
<div class="header-menu-list"> | ||
<ul> | ||
|
||
<li> | ||
<a href="/carpetamsaddition/">发布[Release]</a> | ||
</li> | ||
|
||
<li> | ||
<a href="/carpetamsaddition/Rules">规则[Rules]</a> | ||
</li> | ||
|
||
<li> | ||
<a href="/carpetamsaddition/Loggers">记录器[Loggers]</a> | ||
</li> | ||
|
||
<li> | ||
<a href="/carpetamsaddition/Commands">指令[Commands]</a> | ||
</li> | ||
|
||
<li> | ||
<a href="/carpetamsaddition/Development">开发[Development]</a> | ||
</li> | ||
|
||
<li> | ||
<a href="/carpetamsaddition/Download">下载[Download]</a> | ||
</li> | ||
|
||
<li> | ||
<a href="/carpetamsaddition/OpenSource">开源[Open Source]</a> | ||
</li> | ||
|
||
</ul> | ||
</div> | ||
</div> | ||
</header> | ||
</div> | ||
<div class="main-wrapper"><main> | ||
<div class="main-container"> | ||
<div class="post-details"> | ||
|
||
<div class="post-title"> | ||
<h1>Carpet AMS Addition v2.42.0</h1> | ||
</div> | ||
<div class="post-meta"> | ||
<i class="fa-solid fa-clock"></i> <span class="post-date">2024/05/03</span> | ||
</div> | ||
|
||
<div class="post-content"> | ||
<h1 id="新增规则"><a href="#新增规则" class="headerlink" title="新增规则"></a>新增规则</h1><ul> | ||
<li><p><strong>commandCustomCommandPermissionLevel(自定义命令权限等级)</strong></p> | ||
<p>使用 <code>/customCommandPermissionLevel</code> 命令自定义任何命令的权限等级。</p> | ||
</li> | ||
</ul> | ||
<h1 id="增强"><a href="#增强" class="headerlink" title="增强"></a>增强</h1><ul> | ||
<li>完善了<strong>commandPlayerLeader(玩家导游)</strong>规则<ul> | ||
<li>新增了配置文件用于储存成为导游的玩家的名称和UUID。</li> | ||
<li>玩家进入游戏时,如果存在导游身份则会赋予玩家发光效果。</li> | ||
</ul> | ||
</li> | ||
</ul> | ||
<h1 id="New-Rules"><a href="#New-Rules" class="headerlink" title="New Rules"></a>New Rules</h1><ul> | ||
<li><p><strong>commandCustomCommandPermissionLevel</strong></p> | ||
<p>Customize the permission level of any command using the <code>/customCommandPermissionLevel</code> command.</p> | ||
</li> | ||
</ul> | ||
<h1 id="Enhancement"><a href="#Enhancement" class="headerlink" title="Enhancement"></a>Enhancement</h1><ul> | ||
<li>Enhanced the <strong>commandPlayerLeader</strong> rule<ul> | ||
<li>Added a configuration file to store the names and UUIDs of players who are leaders.</li> | ||
<li>When a player joins the game, if they have leader status, they will be granted the glowing effect.</li> | ||
</ul> | ||
</li> | ||
</ul> | ||
<p> </p> | ||
<p> </p> | ||
<p><em><strong>Translate into English from Chat-GPT</strong></em></p> | ||
|
||
</div> | ||
</div> | ||
</div> | ||
</main> | ||
|
||
|
||
|
||
</div> | ||
<div class="footer-wrapper"><footer> | ||
<div id="top"> | ||
<a href="#">▲</a> | ||
</div> | ||
|
||
<div class="footer-container"> | ||
<div class="footer-meta"> | ||
|
||
<div class="footer-meta-copyright"> | ||
© 2024 A Minecraft Server. | ||
</div> | ||
|
||
|
||
<div class="footer-meta-licenese"> | ||
Licensed under <a target="_blank" rel="noopener" href="https://choosealicense.com/licenses/lgpl-3.0/">LGPL-3.0</a> | ||
</div> | ||
|
||
|
||
<div class="footer-meta-rss"> | ||
<a target="_blank" rel="noopener" href="https://mcams.club/"><i class="fa-solid fa-rss"></i></a> | ||
</div> | ||
|
||
</div> | ||
</div> | ||
</footer></div> | ||
</div> | ||
</body> | ||
<!--动态线条背景--> | ||
|
||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.