Skip to content

Commit

Permalink
ScriptEntityPlus v1.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
yuttyann committed Aug 24, 2021
1 parent 4ea1c35 commit b2f74d0
Show file tree
Hide file tree
Showing 10 changed files with 45 additions and 17 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ScriptEntityPlus [Java8 MC1.9-1.16.x]
ScriptEntityPlus [Java8 MC1.9-1.17.1]
==========
概要
--------------------------------------------------
Expand All @@ -7,7 +7,7 @@ ScriptEntityPlus [Java8 MC1.9-1.16.x]
導入
-----------
[Releases](https://github.com/yuttyann/ScriptEntityPlus/releases)または[Yuttyann Files](https://file.yuttyann44581.net/)から`ScriptEntityPlus`のダウンロードを行ってください。
その後前提プラグインである[`ScriptBlockPlus`](https://github.com/yuttyann/ScriptBlockPlus/releases)(v2.0.1以降)をダウンロードを行い`plugins`フォルダへ保存すれば完了です。
その後前提プラグインである[`ScriptBlockPlus`](https://github.com/yuttyann/ScriptBlockPlus/releases)(最新版を推奨)をダウンロードを行い`plugins`フォルダへ保存すれば完了です。

使い方
-----------
Expand Down Expand Up @@ -49,9 +49,9 @@ ScriptEntityPlus [Java8 MC1.9-1.16.x]
ファイル関係
-----------
ファイルの管理: `ScriptBlockPlusのスクリプトの種類と座標をエンティティのUUIDを元に保存しているため、`
`UUIDの変更(例: 額縁のアイテムを変更等)があった場合設定ファイルが残存し続けてしまうので注意してください。`
`UUIDの変更(例: 額縁のアイテムを変更等)があった場合設定ファイルが残存し続けてしまうので注意してください。`

ファイルのパス: `設定の保存先は` **`plugins/ScriptBlockPlus/json/entityscript/....`** `です。`
ファイルのパス: `設定の保存先は` **`plugins/ScriptBlockPlus/json/entityscript/....`** `です。`

ファイルの削除: `ツールでの削除またはプレイヤー以外が死亡した場合に設定ファイルが削除されます。`
`また、エンティティのスクリプトを削除しても設定元のスクリプトには影響はありません。`
Expand All @@ -62,5 +62,5 @@ ScriptEntityPlus [Java8 MC1.9-1.16.x]

プラグイン記事
-----------
**[[MCPoteton, JP-使い方と機能の紹介]](https://mcpoteton.com/mcpl-scriptentityplus)**
**[[SpigotMC, EN-Explanation of the plugin]](https://www.spigotmc.org/resources/1-9-1-15-2-scriptentityplus-mechanics.80165/)**
**[[Poteton, JP]](https://mcpoteton.com/mcpl-scriptentityplus)**
**[[SpigotMC, EN]](https://www.spigotmc.org/resources/scriptentityplus.80165/)**
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.github.yuttyann</groupId>
<artifactId>ScriptEntityPlus</artifactId>
<version>1.1.6</version>
<version>1.1.7</version>

<name>ScriptEntityPlus</name>
<url>https://github.com/yuttyann/ScriptEntityPlus</url>
Expand Down Expand Up @@ -56,7 +56,7 @@
<dependency>
<groupId>com.github.yuttyann</groupId>
<artifactId>ScriptBlockPlus</artifactId>
<version>2.1.4</version>
<version>2.1.5</version>
</dependency>
<dependency>
<groupId>com.google.code.gson</groupId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@

public class ScriptEntity extends JavaPlugin {

public static final String SBP_VERSION = "2.1.4";
public static final String SBP_VERSION = "2.1.5";

@Override
public void onEnable() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,8 @@ public void onFileReload(FileReloadEvent event) {

public static void reload() {
Plugin plugin = ScriptEntity.getInstance();
ConfigKeys.load(loadFile(plugin, PATH_CONFIG, true));
ConfigKeys.load(loadLang(plugin, PATH_LANGS));
searchKeys(plugin, PATH_CONFIG, PATH_LANGS);
ConfigKeys.load(loadLang(plugin, PATH_CONFIG, "config"));
ConfigKeys.load(loadLang(plugin, PATH_MESSAGE, "message"));

// ファイル"json/scriptentity"を"json/entityscript"にリネーム
File dataFolder = ScriptBlock.getInstance().getDataFolder();
Expand Down
14 changes: 14 additions & 0 deletions src/main/resources/config/en.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# ScriptEntityPlus v${project.version} Config #


## ===== For Developers ===== ##
# Basically, non-developers should not change the settings.
# Please specify the exact ClassPath of the Option.
# This function rewrites the coordinates to be retrieved to the coordinates of the entity.
FilterOptions:
- 'com.github.yuttyann.scriptblockplus.script.option.chat.Command'
- 'com.github.yuttyann.scriptblockplus.script.option.chat.Console'
- 'com.github.yuttyann.scriptblockplus.script.option.chat.BypassOP'
- 'com.github.yuttyann.scriptblockplus.script.option.vault.BypassPerm'
- 'com.github.yuttyann.scriptblockplus.script.option.vault.BypassGroup'
- 'com.github.yuttyann.scriptblockplus.script.option.other.PlaySound'
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# ScriptEntityPlus v${project.version} Config #

## ===== 開発者向けの設定 ===== ##
# ※基本的に開発者以外は設定を変更しないでください。

## ===== 開発者向け ===== ##
# 基本的に開発者以外は設定を変更しないでください。
# オプションの正確なクラスパスを指定してください。
# オプション内で取得する座標をエンティティの座標へ書き換える機能です。
FilterOptions:
Expand Down
14 changes: 14 additions & 0 deletions src/main/resources/config/zh.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# ScriptEntityPlus v${project.version} Config #


## ===== 开发者的设置 ===== ##
# 基本上,只有开发人员应该改变设置。
# 请指定该选项的确切路径。
# 这个函数将选项中要检索的坐标改写为实体的坐标。
FilterOptions:
- 'com.github.yuttyann.scriptblockplus.script.option.chat.Command'
- 'com.github.yuttyann.scriptblockplus.script.option.chat.Console'
- 'com.github.yuttyann.scriptblockplus.script.option.chat.BypassOP'
- 'com.github.yuttyann.scriptblockplus.script.option.vault.BypassPerm'
- 'com.github.yuttyann.scriptblockplus.script.option.vault.BypassGroup'
- 'com.github.yuttyann.scriptblockplus.script.option.other.PlaySound'
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# ScriptEntityPlus v${project.version} Lang #
# ScriptEntityPlus v${project.version} Message #
# Author: yuttyann44581
# There may be some mistakes in grammar

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# ScriptEntityPlus v${project.version} Lang #
# ScriptEntityPlus v${project.version} Message #
# Author: yuttyann44581


Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# ScriptEntityPlus v${project.version} Lang #
# ScriptEntityPlus v${project.version} Message #
# Author: yuttyann44581
# 本配置源语言为日本语,可能存在翻译不准确的地方

Expand Down

0 comments on commit b2f74d0

Please sign in to comment.