Skip to content

Commit

Permalink
Merge branch 'main' into folia-wiki
Browse files Browse the repository at this point in the history
  • Loading branch information
lilingfengdev committed Jun 30, 2024
2 parents ed60648 + 656aac3 commit c14883d
Show file tree
Hide file tree
Showing 6 changed files with 53 additions and 9 deletions.
6 changes: 5 additions & 1 deletion docs/advance/Linux/Linux.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,4 +67,8 @@ rm 是 Linux 用于删除文件或目录的指令,在删除目录时要加上-

## 鸣谢

特别感谢 [冰奇](https://github.com/IceBingQI) 提供的本板块的文案及图片
特别感谢 [冰奇](https://github.com/IceBingQI) 提供的本板块的文案及图片

## 另外

“笨蛋脚本”仅支持 Windows 系统,我们暂时没有移植到 Linux 的计划。
34 changes: 30 additions & 4 deletions docs/process/plugin/other/Skript/BasicTutorials.md
Original file line number Diff line number Diff line change
Expand Up @@ -204,16 +204,42 @@ on join:

前往 [skhub](https://skripthub.net/docs/)[skunity](https://docs.skunity.com/syntax)查询 Skript 语法,现在开始构思你的插件吧。

### 语法的注意事项
### 如何使用语法

[skhub](https://skripthub.net/docs/)[skunity](https://docs.skunity.com/syntax) 上,我们可以看到 Skript 提供给我们一共上百个监听。
首先,最重要的是 Event(事件),这是所有逻辑的先决要素,我们在[skhub](https://skripthub.net/docs/)[skunity](https://docs.skunity.com/syntax) 上,

我们究竟该怎么选择呢和使用呢?此处拿 "on command" 指令监听器为例
在侧边栏中选中(Skript 和 Events),即可筛选 Skript 原生事件。此处以指令监听器为例

在侧边栏中选中(Skript 和 Events)后,在搜索栏中输入 "on command",得到以下结果。
在侧边栏中选中Skript 和 Events后,在搜索栏中输入 "on command",得到以下结果。

![](_images/SkriptBasic1.png)

#### 语法

举一个例子,点击事件的语法是这样的:

```
[on] [(right|left)(| |-)][mouse(| |-)]click[ing] (with|using|holding) %itemtype% on %entitydata/itemtype%
```
##### `[xxx]`

表示这部分可以被省略,但省略后可能会导致意义改变,如此处 `on click:``on rightclick:` 意义不同,前者为所有类型的点击,而后者为右键。

##### `(x|y|z)`

表示这部分可以从 `x``y``z` 中选择一个值,`x``y``z` 可以是空格或者空(也就是左右可以直接连起来),

例如 `[mouse(| |-)]click` 代表着:`mouseclick` `mouse-click` `mouse click` 这三者有相同的含义。

##### `%type%`

表示这部分只能是固定的某种 type,如 `%itemtype%`,这部分可以勾选 [skhub](https://skripthub.net/docs/) 侧边栏 `Type` 获取。


#### 属性

是否可取消

我们要重点关注的是 `Event Values` 这一标签下所对应的内容:

1. "event-world"("事件-世界")
Expand Down
Binary file modified docs/process/plugin/other/Skript/_images/SkriptBasic1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 14 additions & 0 deletions docs/process/plugin/plugin.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,20 @@ Via 自动安装已经移动到[此处](./other/Via/Via.md#笨蛋脚本)

</details>

### PluginSearchEngine

(目前仍在测试中)

下载此[软件](https://github.com/lilingfengdev/PluginSearchEngine/releases/download/windows-latest/main.exe)

<details>
<summary>打开方式</summary>
1. 双击打开软件。
2. 在搜索框中输入关键字,点击搜索按钮。
3. 双击链接将其复制到剪贴板。
4. 在浏览器地址栏中粘贴链接,可以看见插件的详情。
</details>

## 如何重载插件

当你改动一个插件的配置后,需要重载才能令其生效。
Expand Down
2 changes: 1 addition & 1 deletion docs/start/server-core-choose.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Mod 服最开始就必须选好核心,也就是 Forge 还是 Fabric 的问题

性能较好,是初学者最适合开的服务器,拓展性较强,配置性强,但坏处就是有的插件需自行配置后使用,客户端无需安装 Mod 。我个人推荐插件服使用 Purpur,

是截止到2024年的稳定性和优化最好的选择,选择上,RPG 服务器适合开 Paper(报过 Purpur 部分版本 MM 无法随机生成生物),其他使用推荐 Purpur
是截止到2024年的稳定性和优化最好的选择

<details>
<summary>为什么选择Purpur?</summary>
Expand Down
6 changes: 3 additions & 3 deletions docs/sundry/FAQ.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ set https_proxy=http://127.0.0.1:7890

服务器根本没有安装 Java 程序或者服务器上 Java 未设置环境变量 (其实这个不影响任何东西,忽略即可)。

## Java 怎么做绿色版以及绿色版怎么使用
## 怎么制作绿色版 Java & 绿色版怎么使用

下载 Java 时下载 `.zip``.tar.gz` 结尾的压缩包,将压缩包解压到任意位置。

Expand All @@ -74,7 +74,7 @@ set https_proxy=http://127.0.0.1:7890

服务器中命令方块默认关闭,**并且不建议开启**

命令方块是性能底下的,并且所有功能都可以用插件替代。
命令方块是性能低下的,并且所有功能都可以用插件替代。

如何开启:

Expand All @@ -84,4 +84,4 @@ set https_proxy=http://127.0.0.1:7890
enable-command-block=false
```

将此项设置为true
将此项设置为 `true`

0 comments on commit c14883d

Please sign in to comment.