From d5eb1eddaef97ed4bb810e2d3c5bbc8474e33f59 Mon Sep 17 00:00:00 2001 From: TheBusyBiscuit Date: Sun, 19 Apr 2020 13:23:20 +0200 Subject: [PATCH] [CI skip] Fixed javadocs --- .github/workflows/changelog.yml | 7 +++++-- CHANGELOG.md | 9 ++++++--- .../slimefun4/api/geo/ResourceManager.java | 4 ++-- .../slimefun4/core/services/PerWorldSettingsService.java | 3 +++ 4 files changed, 16 insertions(+), 7 deletions(-) diff --git a/.github/workflows/changelog.yml b/.github/workflows/changelog.yml index 82a6e294b..636b4341d 100644 --- a/.github/workflows/changelog.yml +++ b/.github/workflows/changelog.yml @@ -13,10 +13,13 @@ jobs: runs-on: ubuntu-latest steps: - name: TOC Generator - uses: technote-space/toc-generator@v2 + uses: technote-space/toc-generator@v2.4.0 with: GITHUB_TOKEN: ${{ secrets.ACCESS_TOKEN }} TARGET_PATHS: 'CHANGELOG.md' - TOC_TITLE: '' + TOC_TITLE: '**Table of contents**' COMMIT_MESSAGE: '[CI skip] Updated Changelog' COMMIT_NAME: 'TheBusyBot' + CREATE_PR: false + MAX_HEADER_LEVEL: 2 + FOLDING: false diff --git a/CHANGELOG.md b/CHANGELOG.md index cb0ff8c3c..15b66b4b2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,3 @@ -
- Table of contents @@ -43,7 +41,6 @@ - [Release Candidate 1 (26 Sep 2019)](#release-candidate-1-26-sep-2019) -
## Release Candidate 11 (TBD) @@ -98,6 +95,7 @@ * Fixed #893 ## Release Candidate 10 (28 Mar 2020) +https://thebusybiscuit.github.io/builds/TheBusyBiscuit/Slimefun4/stable/#10 #### Additions * Added some new charts to bStats @@ -144,16 +142,19 @@ * Fixed #1768 ## Release Candidate 9 (07 Mar 2020) +https://thebusybiscuit.github.io/builds/TheBusyBiscuit/Slimefun4/stable/#9 #### Fixes * Fixed Solar Generators not working ## Release Candidate 8 (06 Mar 2020) +https://thebusybiscuit.github.io/builds/TheBusyBiscuit/Slimefun4/stable/#8 #### Fixes * Fixed bStats Metrics not sending properly ## Release Candidate 7 (06 Mar 2020) +https://thebusybiscuit.github.io/builds/TheBusyBiscuit/Slimefun4/stable/#7 #### Additions * Added translations for Recipe Types @@ -177,6 +178,7 @@ * Fixed #1613 ## Release Candidate 6 (16 Feb 2020) +https://thebusybiscuit.github.io/builds/TheBusyBiscuit/Slimefun4/stable/#6 #### Additions * Added a new language: Japanese @@ -195,6 +197,7 @@ * Fixed magician talisman not being able to enchant books ## Release Candidate 5 (09 Feb 2020) +https://thebusybiscuit.github.io/builds/TheBusyBiscuit/Slimefun4/stable/#5 #### Additions * Aded preset messages.yml files diff --git a/src/main/java/io/github/thebusybiscuit/slimefun4/api/geo/ResourceManager.java b/src/main/java/io/github/thebusybiscuit/slimefun4/api/geo/ResourceManager.java index 0bd8dda33..e1f59b8f1 100644 --- a/src/main/java/io/github/thebusybiscuit/slimefun4/api/geo/ResourceManager.java +++ b/src/main/java/io/github/thebusybiscuit/slimefun4/api/geo/ResourceManager.java @@ -102,8 +102,8 @@ public class ResourceManager { * The {@link Player} who requested these results * @param block * The {@link Block} which the scan starts at - * @param The - * page to display + * @param page + * The page to display */ public void scan(Player p, Block block, int page) { if (SlimefunPlugin.getGPSNetwork().getNetworkComplexity(p.getUniqueId()) < 600) { diff --git a/src/main/java/io/github/thebusybiscuit/slimefun4/core/services/PerWorldSettingsService.java b/src/main/java/io/github/thebusybiscuit/slimefun4/core/services/PerWorldSettingsService.java index 78a325dea..e0d4f2a10 100644 --- a/src/main/java/io/github/thebusybiscuit/slimefun4/core/services/PerWorldSettingsService.java +++ b/src/main/java/io/github/thebusybiscuit/slimefun4/core/services/PerWorldSettingsService.java @@ -42,6 +42,9 @@ public class PerWorldSettingsService { /** * This method will forcefully load all currently active Worlds to load up their settings. + * + * @param worlds + * An {@link Iterable} of {@link World Worlds} to load */ public void load(Iterable worlds) { try {