1
mirror of https://github.com/StarWishsama/Slimefun4.git synced 2024-09-19 19:25:48 +00:00

[CI skip] Fixed javadocs

This commit is contained in:
TheBusyBiscuit 2020-04-19 13:23:20 +02:00
parent 61b4a1fe1a
commit d5eb1eddae
4 changed files with 16 additions and 7 deletions

View File

@ -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

View File

@ -1,5 +1,3 @@
<details>
<summary>Table of contents</summary>
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
@ -43,7 +41,6 @@
- [Release Candidate 1 (26 Sep 2019)](#release-candidate-1-26-sep-2019)
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
</details>
## 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

View File

@ -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) {

View File

@ -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<World> worlds) {
try {