From 8dd52f762ba87c82e849e273529eb3b6c8712104 Mon Sep 17 00:00:00 2001 From: Siro_256 Date: Sun, 14 Apr 2019 03:06:46 +0900 Subject: [PATCH 1/4] =?UTF-8?q?=E5=89=8D=E6=8F=90=E3=83=97=E3=83=A9?= =?UTF-8?q?=E3=82=B0=E3=82=A4=E3=83=B3=E3=81=AB=E3=83=80=E3=82=A6=E3=83=B3?= =?UTF-8?q?=E3=83=AD=E3=83=BC=E3=83=89URL=E8=BF=BD=E5=8A=A0=E3=81=97?= =?UTF-8?q?=E3=81=A6=E3=81=BF=E3=81=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 1e806ca299..8c79dfa5f9 100644 --- a/README.md +++ b/README.md @@ -3,22 +3,22 @@ ## 開発環境 - eclipse 4.4 luna - JDK 1.8 -- mysql-connecter-java-5.1.35 +- [mysql-connecter-java-5.1.35](https://downloads.mysql.com/archives/c-j/) ## 前提プラグイン - spigot-1.12.2 -- [CoreProtect-2.14.4](https://www.spigotmc.org/resources/coreprotect.8631/history) -- item-nbt-api-plugin-1.8.2-SNAPSHOT -- Multiverse-Core-2.5.0 -- Multiverse-Portals-2.5.0 -- ParticleAPI_v2.1.1 -- WorldBorder1.8.7 -- worldedit-bukkit-6.1.9 -- worldguard-bukkit-6.2.2 +- [CoreProtect-2.14.4](https://www.spigotmc.org/resources/coreprotect.8631/download?version=231781) +- [item-nbt-api-plugin-1.8.2-SNAPSHOT](https://www.spigotmc.org/resources/item-entity-tile-nbt-api.7939/download?version=241690) +- [Multiverse-Core-2.5.0](https://dev.bukkit.org/projects/multiverse-core/files/2428161/download) +- [Multiverse-Portals-2.5.0](https://dev.bukkit.org/projects/multiverse-portals/files/2428333/download) +- [ParticleAPI_v2.1.1](http://dl.inventivetalent.org/download/?file=plugin/ParticleAPI_v2.1.1) +- [WorldBorder1.8.7](https://dev.bukkit.org/projects/worldborder/files/2415838/download) +- [worldedit-bukkit-6.1.9](https://dev.bukkit.org/projects/worldedit/files/2597538/download) +- [worldguard-bukkit-6.2.2](https://dev.bukkit.org/projects/worldguard/files/2610618/download) ## 前提プラグイン(整地鯖内製) - RegenWorld_1.0 [jar](https://red.minecraftserver.jp/attachments/download/890/RegenWorld-1.0.jar) -- SeasonalEvents [リポジトリ](https://github.com/GiganticMinecraft/SeasonalEvents) [jar](https://red.minecraftserver.jp/attachments/download/893/SeasonalEvents.jar) +- SeasonalEvents [リポジトリ](https://github.com/GiganticMinecraft/SeasonalEvents) | [jar](https://red.minecraftserver.jp/attachments/download/893/SeasonalEvents.jar) ## DBの準備 初回起動後、DBが作成されますが、ガチャ景品およびMineStackに格納可能なガチャ景品のデータがありません。その為、以下SQLdumpをインポートしてください。 From 0b08bd1a03efa1cfa7c2312f25776cdea3e8b48f Mon Sep 17 00:00:00 2001 From: Siro_256 Date: Sun, 14 Apr 2019 03:34:37 +0900 Subject: [PATCH 2/4] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8c79dfa5f9..d5af9db8f3 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ - [mysql-connecter-java-5.1.35](https://downloads.mysql.com/archives/c-j/) ## 前提プラグイン -- spigot-1.12.2 +- [spigot-1.12.2](https://cdn.getbukkit.org/spigot/spigot-1.12.2.jar) - [CoreProtect-2.14.4](https://www.spigotmc.org/resources/coreprotect.8631/download?version=231781) - [item-nbt-api-plugin-1.8.2-SNAPSHOT](https://www.spigotmc.org/resources/item-entity-tile-nbt-api.7939/download?version=241690) - [Multiverse-Core-2.5.0](https://dev.bukkit.org/projects/multiverse-core/files/2428161/download) From f5c5d1b8add14b6be8ab977c2f3317f27c53b9a9 Mon Sep 17 00:00:00 2001 From: Siro_256 Date: Sun, 14 Apr 2019 03:35:49 +0900 Subject: [PATCH 3/4] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d5af9db8f3..84713f70b3 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ ## 開発環境 - eclipse 4.4 luna -- JDK 1.8 +- [JDK 1.8](https://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html) - [mysql-connecter-java-5.1.35](https://downloads.mysql.com/archives/c-j/) ## 前提プラグイン From b81707f057201836944ac8733e091936399e486b Mon Sep 17 00:00:00 2001 From: Siro_256 Date: Sun, 14 Apr 2019 03:37:03 +0900 Subject: [PATCH 4/4] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 84713f70b3..b6a116d6b8 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # SeichiAssist ## 開発環境 -- eclipse 4.4 luna +- [eclipse 4.4 luna](http://mergedoc.osdn.jp/) - [JDK 1.8](https://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html) - [mysql-connecter-java-5.1.35](https://downloads.mysql.com/archives/c-j/)