-
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
7ed146f
commit 373c42a
Showing
10 changed files
with
1,251 additions
and
504 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,118 @@ | ||
<!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="/images/icon.png" type="image/x-icon" /> | ||
<title> | ||
|
||
Carpet AMS Addition | ||
</title> | ||
|
||
<link rel="stylesheet" href="/css/style.css"> | ||
|
||
|
||
<link rel="stylesheet" href="/fontawesome/css/fontawesome.min.css"> | ||
|
||
|
||
<link rel="stylesheet" href="/fontawesome/css/brands.min.css"> | ||
|
||
|
||
<link rel="stylesheet" href="/fontawesome/css/solid.min.css"> | ||
|
||
|
||
|
||
<script async src="https://www.googletagmanager.com/gtag/js?id=G-XXXXXXXXXXXX"></script> | ||
<script> | ||
window.dataLayer = window.dataLayer || []; | ||
function gtag(){dataLayer.push(arguments);} | ||
gtag('js', new Date()); | ||
gtag('config', 'G-XXXXXXXXXXXX'); | ||
</script> | ||
|
||
|
||
|
||
<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="/">发布[Release]</a> | ||
</li> | ||
|
||
<li> | ||
<a href="/Rules">规则[Rules]</a> | ||
</li> | ||
|
||
<li> | ||
<a href="/Commands">指令[Commands]</a> | ||
</li> | ||
|
||
<li> | ||
<a href="/Development">开发[Development]</a> | ||
</li> | ||
|
||
</ul> | ||
</div> | ||
</div> | ||
</header> | ||
</div> | ||
<div class="main-wrapper"><main> | ||
<div class="main-container"> | ||
<div class="post-details"> | ||
|
||
<div class="post-content"> | ||
<p>[<a href="/Commands">中文</a>]</p> | ||
<h3 id="commandChunkLoading"><a href="#commandChunkLoading" class="headerlink" title="commandChunkLoading"></a>commandChunkLoading</h3><p><code>/chunkloading [true/false]</code></p> | ||
<p>Control chunk loading of player. Can only manipulate yourself.</p> | ||
<h3 id="anvilInteractionDisabled"><a href="#anvilInteractionDisabled" class="headerlink" title="anvilInteractionDisabled"></a>anvilInteractionDisabled</h3><p><code>/anvilInteractionDisabledSwitch</code></p> | ||
<p>Controls whether the player can interact with the anvil.</p> | ||
|
||
</div> | ||
</div> | ||
</div> | ||
</main> | ||
|
||
<script src="https://utteranc.es/client.js" | ||
repo="owner/repo" | ||
issue-term="pathname" | ||
theme="github-light" | ||
crossorigin="anonymous" | ||
async> | ||
</script> | ||
|
||
|
||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/katex@0/dist/katex.min.css"> | ||
|
||
|
||
</div> | ||
<div class="footer-wrapper"><footer> | ||
<div class="footer-container"> | ||
<div class="footer-meta"> | ||
|
||
<div class="footer-meta-copyright"> | ||
© 2023 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
Oops, something went wrong.