This repository has been archived by the owner on Dec 4, 2021. It is now read-only.
forked from NucleusPowered/Nucleus
-
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.
* Add changelog support in prep for further Ore deploy and CI integration * Convert static functions to use tasks
- Loading branch information
1 parent
9e515be
commit d8d817f
Showing
6 changed files
with
157 additions
and
38 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
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,13 @@ | ||
## New Features | ||
|
||
There are no new features in this release | ||
|
||
## Bugfixes | ||
|
||
* Fixed `/world list` mixing up reporting for `pvp` and `keepSpawnLoaded` | ||
* Fixed `/home limit` not working without a player argument (for self) | ||
* Updated out of date doc strings | ||
|
||
## API updates | ||
|
||
There are no API updates in this release |
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,13 @@ | ||
This is a bug fix and minor feature release for Nucleus for Sponge API version {{sponge}} | ||
|
||
This was built from Nucleus commit: {{hash}} | ||
|
||
## Release Notes | ||
|
||
If you're having trouble, visit our Discord channel: https://discord.gg/A9QHG5H | ||
|
||
{{info}} | ||
|
||
## Known Issues | ||
|
||
* Sometimes, an incorrect custom prefix might be selected. Nucleus uses whatever the permission plugin hands back, check your inheritance with the permissions plugin. |
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,4 @@ | ||
This is a snapshot build of Nucleus and should only be used for testing purposes. No support is given for this build. | ||
|
||
Git Commit hash: {{hash}} | ||
Last commit: {{message}} |
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
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,3 +1,4 @@ | ||
rootProject.name = 'Nucleus' | ||
include 'nucleus-api' | ||
include 'nucleus-ap' | ||
|