generated from sVoxelDev/spigot-plugin-template
-
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.
# 1.0.0 (2022-02-27) ### Features * add language config ([c5fdd87](c5fdd87)) * add player utils ([ab53e7b](ab53e7b)) * add startup message ([86d1a25](86d1a25)) * add VaultProvider ([c01d5b5](c01d5b5)) * add whitelist command ([0e67528](0e67528))
- Loading branch information
1 parent
0e67528
commit 60d48c5
Showing
2 changed files
with
17 additions
and
7 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
# 1.0.0 (2022-02-27) | ||
|
||
|
||
### Features | ||
|
||
* add language config ([c5fdd87](https://github.com/loongwork/nextg-spigot/commit/c5fdd87d9cb5b867b556a9c528ac0bec059d27a9)) | ||
* add player utils ([ab53e7b](https://github.com/loongwork/nextg-spigot/commit/ab53e7b6d0f008ca8af89b4d171fb9f62b2194c6)) | ||
* add startup message ([86d1a25](https://github.com/loongwork/nextg-spigot/commit/86d1a25c164d9682e59c07cd1c15650026d10f1f)) | ||
* add VaultProvider ([c01d5b5](https://github.com/loongwork/nextg-spigot/commit/c01d5b54ca58cf2e6dd8e2ec54e051291e541e27)) | ||
* add whitelist command ([0e67528](https://github.com/loongwork/nextg-spigot/commit/0e67528648ff730a32a66f36cbcb6d874e8e4702)) |
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 |
---|---|---|
@@ -1,7 +1,7 @@ | ||
group=net.loongwork | ||
packageName=net.loongwork.nextg.spigot | ||
pluginName=NextGSpigot | ||
author=sunxyw | ||
mcVersion=1.16.5 | ||
apiVersion=1.16 | ||
version=0.0.1 | ||
group = net.loongwork | ||
packageName = net.loongwork.nextg.spigot | ||
pluginName = NextGSpigot | ||
author = sunxyw | ||
mcVersion = 1.16.5 | ||
apiVersion = 1.16 | ||
version = 1.0.0 |