Skip to content
This repository was archived by the owner on Feb 8, 2019. It is now read-only.

Commit cbc26a7

Browse files
committed
Merge branch 'release/v0.0.6-BETA'
2 parents 548edf0 + 000429c commit cbc26a7

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

54 files changed

+1763
-556
lines changed

.idea/TheMix.iml

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/php.xml

Lines changed: 9 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.poggit.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,8 @@ projects:
88
libs:
99
- src: fuyutsuki/libform/libform
1010
version: 0.4.0
11+
- src: InkoHX/LeveLibrary/LeveLibrary
12+
version: 0.0.3
13+
- src: InkoHX/GoldLibrary/GoldLibrary
14+
version: 0.0.2
1115
...

README.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,13 @@
2121
VectorNetworkの新しいゲームプラグイン!
2222
あなたは簡単な作業をするだけでゲームを遊ぶ事が出来る!
2323

24-
# DEVirion
25-
プラグインをスムーズに開発する為に[DEVirion](https://github.com/poggit/devirion)を使用しています。
26-
以下のライブラリを使用しています。
27-
28-
[libform](https://github.com/fuyutsuki/libform) - yuko fuyutsuki
24+
# Library
25+
プラグインをスムーズに開発する為に[DEVirion](https://github.com/poggit/devirion)やAPIプラグインを使用しています。
26+
以下のライブラリorプラグインを使用しています。
27+
28+
[libform](https://github.com/fuyutsuki/libform) - yuko fuyutsuki
29+
[ScoreboardPE](https://github.com/MisteFr/ScoreboardsPE) - MisteFr
30+
[LeveLibrary](https://github.com/InkoHX/LeveLibrary) - InkoHX
31+
[GoldLibrary](https://github.com/InkoHX/GoldLibrary) - InkoHX
2932

3033
</div>

composer.json

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,14 +48,16 @@
4848
"ext-zip": "*",
4949
"ext-zlib": ">=1.2.11",
5050
"mdanter/ecc": "^0.5.0",
51-
"pocketmine/pocketmine-mp": "^3.3.2",
51+
"pocketmine/pocketmine-mp": "^3.3.4",
5252
"pocketmine/raklib": "^0.12.0",
5353
"pocketmine/spl": "^0.3.0",
5454
"pocketmine/binaryutils": "^0.1.0",
5555
"pocketmine/nbt": "^0.2.1",
5656
"pocketmine/math": "^0.2.0",
5757
"pocketmine/snooze": "^0.1.0",
58-
"fuyutsuki/libform": "^0.4.0"
58+
"fuyutsuki/libform": "^0.4.0",
59+
"inkohx/levelibrary": "^0.0.3",
60+
"inkohx/goldlibrary": "^0.0.2"
5961
},
6062
"autoload": {
6163
"psr-4": {
@@ -96,6 +98,14 @@
9698
{
9799
"type": "git",
98100
"url": "https://github.com/fuyutsuki/libform"
101+
},
102+
{
103+
"type": "git",
104+
"url": "https://github.com/InkoHX/LeveLibrary"
105+
},
106+
{
107+
"type": "git",
108+
"url": "https://github.com/InkoHX/GoldLibrary"
99109
}
100110
]
101111
}

composer.lock

Lines changed: 138 additions & 20 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

plugin.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ softdepend:
66

77
description: "Original game of VectorNetwork"
88
website: "https://vector-network.tk"
9-
version: 0.0.4
9+
version: 0.0.6-BETA
1010
authors:
1111
- InkoHX
1212
- MazaiCrafty

0 commit comments

Comments
 (0)