Skip to content

Commit 3c98bfc

Browse files
committed
feat: upgrade to Slimefun5, Java 25, and Paper 26.1.2 compatibility
1 parent c28f4da commit 3c98bfc

861 files changed

Lines changed: 5462 additions & 4793 deletions

File tree

Some content is hidden

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

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,5 @@ dependency-reduced-pom.xml
1818
*.iml
1919
*.bak
2020
.DS_Store
21+
/run
22+
*.log

CHANGELOG.md

Lines changed: 41 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@
130130
* Fixed backpack dupe within cargo (#3379)
131131

132132
## Release Candidate 34 (20 Jun 2023)
133-
https://thebusybiscuit.github.io/builds/TheBusyBiscuit/Slimefun4/stable/#34
133+
https://thebusybiscuit.github.io/builds/TheBusyBiscuit/Slimefun5/stable/#34
134134

135135
#### Additions
136136
* Added "Cobbled Deepslate -> Gravel" recipe to the Grind Stone
@@ -171,7 +171,7 @@ https://thebusybiscuit.github.io/builds/TheBusyBiscuit/Slimefun4/stable/#34
171171
* Fixed #3414
172172

173173
## Release Candidate 33 (07 Jan 2023)
174-
https://thebusybiscuit.github.io/builds/TheBusyBiscuit/Slimefun4/stable/#33
174+
https://thebusybiscuit.github.io/builds/TheBusyBiscuit/Slimefun5/stable/#33
175175

176176
#### Additions
177177
* (API) Added Tinted Glass to "GLASS_BLOCKS" tag
@@ -205,7 +205,7 @@ https://thebusybiscuit.github.io/builds/TheBusyBiscuit/Slimefun4/stable/#33
205205
* Fixed BlockPlacer being able to place disabled items
206206

207207
## Release Candidate 32 (26 Jun 2022)
208-
https://thebusybiscuit.github.io/builds/TheBusyBiscuit/Slimefun4/stable/#32
208+
https://thebusybiscuit.github.io/builds/TheBusyBiscuit/Slimefun5/stable/#32
209209

210210
#### Additions
211211
* Added Organic Food for Seagrass
@@ -224,7 +224,7 @@ https://thebusybiscuit.github.io/builds/TheBusyBiscuit/Slimefun4/stable/#32
224224
* Fixed an issue with machines being placed below y=0
225225

226226
## Release Candidate 31 (14 Mar 2022)
227-
https://thebusybiscuit.github.io/builds/TheBusyBiscuit/Slimefun4/stable/#31
227+
https://thebusybiscuit.github.io/builds/TheBusyBiscuit/Slimefun5/stable/#31
228228

229229
#### Additions
230230
* Added Armored Jetpack
@@ -267,7 +267,7 @@ https://thebusybiscuit.github.io/builds/TheBusyBiscuit/Slimefun4/stable/#31
267267
* Fixed #3336 (again)
268268

269269
## Release Candidate 30 (31 Dec 2021)
270-
https://thebusybiscuit.github.io/builds/TheBusyBiscuit/Slimefun4/stable/#30
270+
https://thebusybiscuit.github.io/builds/TheBusyBiscuit/Slimefun5/stable/#30
271271

272272
#### Additions
273273
* Added a ton of wiki links to the guide
@@ -289,7 +289,7 @@ https://thebusybiscuit.github.io/builds/TheBusyBiscuit/Slimefun4/stable/#30
289289
* Fixed (Easter) Apple Pie recipe yielding (Christmas) Apple Pies
290290

291291
## Release Candidate 29 (07 Nov 2021)
292-
https://thebusybiscuit.github.io/builds/TheBusyBiscuit/Slimefun4/stable/#29
292+
https://thebusybiscuit.github.io/builds/TheBusyBiscuit/Slimefun5/stable/#29
293293

294294
#### Additions
295295
* Added support for deepslate ores and copper with the Hercules' Pickaxe
@@ -318,25 +318,25 @@ https://thebusybiscuit.github.io/builds/TheBusyBiscuit/Slimefun4/stable/#29
318318
* Fixed smithing table issue on 1.15 and lower
319319

320320
## Release Candidate 28 (06 Sep 2021)
321-
https://thebusybiscuit.github.io/builds/TheBusyBiscuit/Slimefun4/stable/#28
321+
https://thebusybiscuit.github.io/builds/TheBusyBiscuit/Slimefun5/stable/#28
322322

323323
#### Fixes
324324
* Fixed Metrics
325325
* Fixed some naming conventions and localization keys for RC-27
326326

327327
## Release Candidate 27 (03 Sep 2021)
328-
https://thebusybiscuit.github.io/builds/TheBusyBiscuit/Slimefun4/stable/#27
328+
https://thebusybiscuit.github.io/builds/TheBusyBiscuit/Slimefun5/stable/#27
329329

330330
### **Breaking Changes (API)**
331331
This RC brings a lot of breaking changes to the API. For more info on why we did this and what happened [please refer to our PSA](https://github.com/Slimefun5/Slimefun5/pull/3139)
332332

333333
* Category has been renamed to ItemGroup.
334-
* All Category / ItemGroup variants have been relocated to `io.github.thebusybiscuit.slimefun4.api.items.groups`
335-
* The SlimefunItem class has been relocated to `io.github.thebusybiscuit.slimefun4.api.items`
336-
* The SlimefunItemStack class has been relocated to `io.github.thebusybiscuit.slimefun4.api.items`
337-
* The ItemHandler class has been relocated to `io.github.thebusybiscuit.slimefun4.api.items`
338-
* The RecipeType class has been relocated to `io.github.thebusybiscuit.slimefun4.api.recipes`
339-
* Research classes have been moved from `io.github.thebusybiscuit.slimefun4.core.researching` to `io.github.thebusybiscuit.slimefun4.api.researches`
334+
* All Category / ItemGroup variants have been relocated to `io.github.thebusybiscuit.slimefun5.api.items.groups`
335+
* The SlimefunItem class has been relocated to `io.github.thebusybiscuit.slimefun5.api.items`
336+
* The SlimefunItemStack class has been relocated to `io.github.thebusybiscuit.slimefun5.api.items`
337+
* The ItemHandler class has been relocated to `io.github.thebusybiscuit.slimefun5.api.items`
338+
* The RecipeType class has been relocated to `io.github.thebusybiscuit.slimefun5.api.recipes`
339+
* Research classes have been moved from `io.github.thebusybiscuit.slimefun5.core.researching` to `io.github.thebusybiscuit.slimefun5.api.researches`
340340
* The main class `SlimefunPlugin` was renamed to `Slimefun`
341341
* CS-CoreLib2 was removed and replaced by dough
342342

@@ -373,7 +373,7 @@ This RC brings a lot of breaking changes to the API. For more info on why we did
373373
* Fixed Ender Lumps showing an incorrect recipe in the guide
374374

375375
## Release Candidate 26 (20 Jul 2021)
376-
https://thebusybiscuit.github.io/builds/TheBusyBiscuit/Slimefun4/stable/#26
376+
https://thebusybiscuit.github.io/builds/TheBusyBiscuit/Slimefun5/stable/#26
377377

378378
#### Additions
379379
* Diamonds can now be ground into Carbon using a Grind Stone
@@ -395,7 +395,7 @@ https://thebusybiscuit.github.io/builds/TheBusyBiscuit/Slimefun4/stable/#26
395395
* Fixed #3136
396396

397397
## Release Candidate 25 (20 Jun 2021)
398-
https://thebusybiscuit.github.io/builds/TheBusyBiscuit/Slimefun4/stable/#25
398+
https://thebusybiscuit.github.io/builds/TheBusyBiscuit/Slimefun5/stable/#25
399399

400400
#### Additions
401401
* Added "4 Charcoal -> 1 Coal" recipe to the Compressor
@@ -424,7 +424,7 @@ https://thebusybiscuit.github.io/builds/TheBusyBiscuit/Slimefun4/stable/#25
424424
* Fixed #3116
425425

426426
## Release Candidate 24 (03 Jun 2021)
427-
https://thebusybiscuit.github.io/builds/TheBusyBiscuit/Slimefun4/stable/#24
427+
https://thebusybiscuit.github.io/builds/TheBusyBiscuit/Slimefun5/stable/#24
428428

429429
#### Additions
430430
* (API) Added AsyncMachineOperationFinishEvent
@@ -457,7 +457,7 @@ https://thebusybiscuit.github.io/builds/TheBusyBiscuit/Slimefun4/stable/#24
457457
* Fixed #3095
458458

459459
## Release Candidate 23 (19 May 2021)
460-
https://thebusybiscuit.github.io/builds/TheBusyBiscuit/Slimefun4/stable/#23
460+
https://thebusybiscuit.github.io/builds/TheBusyBiscuit/Slimefun5/stable/#23
461461

462462
#### Additions
463463
* Added "Quartz Block -> 4 Quartz" recipe to Grind Stone
@@ -505,7 +505,7 @@ https://thebusybiscuit.github.io/builds/TheBusyBiscuit/Slimefun4/stable/#23
505505
* Fixed #3060
506506

507507
## Release Candidate 22 (18 Apr 2021)
508-
https://thebusybiscuit.github.io/builds/TheBusyBiscuit/Slimefun4/stable/#22
508+
https://thebusybiscuit.github.io/builds/TheBusyBiscuit/Slimefun5/stable/#22
509509

510510
#### Additions
511511
* Added Vanilla Auto-Crafter
@@ -557,7 +557,7 @@ https://thebusybiscuit.github.io/builds/TheBusyBiscuit/Slimefun4/stable/#22
557557
* Fixed #2942
558558

559559
## Release Candidate 21 (14 Mar 2021)
560-
https://thebusybiscuit.github.io/builds/TheBusyBiscuit/Slimefun4/stable/#21
560+
https://thebusybiscuit.github.io/builds/TheBusyBiscuit/Slimefun5/stable/#21
561561

562562
#### Additions
563563
* Nether Wart Blocks can now be turned into Nether Warts using a Grind Stone
@@ -601,7 +601,7 @@ https://thebusybiscuit.github.io/builds/TheBusyBiscuit/Slimefun4/stable/#21
601601
* Fixed #2883
602602

603603
## Release Candidate 20 (30 Jan 2021)
604-
https://thebusybiscuit.github.io/builds/TheBusyBiscuit/Slimefun4/stable/#20
604+
https://thebusybiscuit.github.io/builds/TheBusyBiscuit/Slimefun5/stable/#20
605605

606606
#### Additions
607607
* Added a new language: Bulgarian
@@ -640,7 +640,7 @@ https://thebusybiscuit.github.io/builds/TheBusyBiscuit/Slimefun4/stable/#20
640640
* Fixed #2679
641641

642642
## Release Candidate 19 (11 Jan 2021)
643-
https://thebusybiscuit.github.io/builds/TheBusyBiscuit/Slimefun4/stable/#19
643+
https://thebusybiscuit.github.io/builds/TheBusyBiscuit/Slimefun5/stable/#19
644644

645645
#### Additions
646646
* Added Bee Armor (1.15+ only)
@@ -667,7 +667,7 @@ https://thebusybiscuit.github.io/builds/TheBusyBiscuit/Slimefun4/stable/#19
667667
* Fixed #2675
668668

669669
## Release Candidate 18 (03 Dec 2020)
670-
https://thebusybiscuit.github.io/builds/TheBusyBiscuit/Slimefun4/stable/#18
670+
https://thebusybiscuit.github.io/builds/TheBusyBiscuit/Slimefun5/stable/#18
671671

672672
#### Additions
673673
* The Smelters Pick now also works on Ancient Debris
@@ -733,7 +733,7 @@ https://thebusybiscuit.github.io/builds/TheBusyBiscuit/Slimefun4/stable/#18
733733
* Fixed #2583
734734

735735
## Release Candidate 17 (17 Oct 2020)
736-
https://thebusybiscuit.github.io/builds/TheBusyBiscuit/Slimefun4/stable/#17
736+
https://thebusybiscuit.github.io/builds/TheBusyBiscuit/Slimefun5/stable/#17
737737

738738
#### Additions
739739
* Added /sf charge
@@ -806,7 +806,7 @@ https://thebusybiscuit.github.io/builds/TheBusyBiscuit/Slimefun4/stable/#17
806806
* Fixed a dupe bug with mcMMO
807807

808808
## Release Candidate 16 (07 Sep 2020)
809-
https://thebusybiscuit.github.io/builds/TheBusyBiscuit/Slimefun4/stable/#16
809+
https://thebusybiscuit.github.io/builds/TheBusyBiscuit/Slimefun5/stable/#16
810810

811811
#### Additions
812812
* Added an option for Industrial Miners to mine Ancient Debris
@@ -894,7 +894,7 @@ https://thebusybiscuit.github.io/builds/TheBusyBiscuit/Slimefun4/stable/#16
894894
* Fixed Teleports getting stuck sometimes
895895

896896
## Release Candidate 15 (01 Aug 2020)
897-
https://thebusybiscuit.github.io/builds/TheBusyBiscuit/Slimefun4/stable/#15
897+
https://thebusybiscuit.github.io/builds/TheBusyBiscuit/Slimefun5/stable/#15
898898

899899
#### Additions
900900
* Added "Bone Block -> Bone meal" recipe to the Grind Stone
@@ -949,7 +949,7 @@ https://thebusybiscuit.github.io/builds/TheBusyBiscuit/Slimefun4/stable/#15
949949
* Fixed #2166
950950

951951
## Release Candidate 14 (12 Jul 2020)
952-
https://thebusybiscuit.github.io/builds/TheBusyBiscuit/Slimefun4/stable/#14
952+
https://thebusybiscuit.github.io/builds/TheBusyBiscuit/Slimefun5/stable/#14
953953

954954
#### Additions
955955
* Added support for Minecraft 1.16
@@ -1028,7 +1028,7 @@ https://thebusybiscuit.github.io/builds/TheBusyBiscuit/Slimefun4/stable/#14
10281028
* Fixed a NullPointerException when Generators throw an Error Report
10291029

10301030
## Release Candidate 13 (16 Jun 2020)
1031-
https://thebusybiscuit.github.io/builds/TheBusyBiscuit/Slimefun4/stable/#13
1031+
https://thebusybiscuit.github.io/builds/TheBusyBiscuit/Slimefun5/stable/#13
10321032

10331033
#### Additions
10341034
* Added Dried Kelp Blocks recipe to the Electric Press
@@ -1079,7 +1079,7 @@ https://thebusybiscuit.github.io/builds/TheBusyBiscuit/Slimefun4/stable/#13
10791079
* Fixed research fireworks still dealing damage sometimes
10801080

10811081
## Release Candidate 12 (27 May 2020)
1082-
https://thebusybiscuit.github.io/builds/TheBusyBiscuit/Slimefun4/stable/#12
1082+
https://thebusybiscuit.github.io/builds/TheBusyBiscuit/Slimefun5/stable/#12
10831083

10841084
#### Additions
10851085
* Added Ukrainian translations
@@ -1124,7 +1124,7 @@ https://thebusybiscuit.github.io/builds/TheBusyBiscuit/Slimefun4/stable/#12
11241124
* Fixed #1935
11251125

11261126
## Release Candidate 11 (25 Apr 2020)
1127-
https://thebusybiscuit.github.io/builds/TheBusyBiscuit/Slimefun4/stable/#11
1127+
https://thebusybiscuit.github.io/builds/TheBusyBiscuit/Slimefun5/stable/#11
11281128

11291129
#### Additions
11301130
* Added GEOResourceGenerationEvent
@@ -1182,7 +1182,7 @@ https://thebusybiscuit.github.io/builds/TheBusyBiscuit/Slimefun4/stable/#11
11821182
* Fixed GPS Emergency Transmitters not working
11831183

11841184
## Release Candidate 10 (28 Mar 2020)
1185-
https://thebusybiscuit.github.io/builds/TheBusyBiscuit/Slimefun4/stable/#10
1185+
https://thebusybiscuit.github.io/builds/TheBusyBiscuit/Slimefun5/stable/#10
11861186

11871187
#### Additions
11881188
* Added some new charts to bStats
@@ -1229,19 +1229,19 @@ https://thebusybiscuit.github.io/builds/TheBusyBiscuit/Slimefun4/stable/#10
12291229
* Fixed #1768
12301230

12311231
## Release Candidate 9 (07 Mar 2020)
1232-
https://thebusybiscuit.github.io/builds/TheBusyBiscuit/Slimefun4/stable/#9
1232+
https://thebusybiscuit.github.io/builds/TheBusyBiscuit/Slimefun5/stable/#9
12331233

12341234
#### Fixes
12351235
* Fixed Solar Generators not working
12361236

12371237
## Release Candidate 8 (06 Mar 2020)
1238-
https://thebusybiscuit.github.io/builds/TheBusyBiscuit/Slimefun4/stable/#8
1238+
https://thebusybiscuit.github.io/builds/TheBusyBiscuit/Slimefun5/stable/#8
12391239

12401240
#### Fixes
12411241
* Fixed bStats Metrics not sending properly
12421242

12431243
## Release Candidate 7 (06 Mar 2020)
1244-
https://thebusybiscuit.github.io/builds/TheBusyBiscuit/Slimefun4/stable/#7
1244+
https://thebusybiscuit.github.io/builds/TheBusyBiscuit/Slimefun5/stable/#7
12451245

12461246
#### Additions
12471247
* Added translations for Recipe Types
@@ -1265,7 +1265,7 @@ https://thebusybiscuit.github.io/builds/TheBusyBiscuit/Slimefun4/stable/#7
12651265
* Fixed #1613
12661266

12671267
## Release Candidate 6 (16 Feb 2020)
1268-
https://thebusybiscuit.github.io/builds/TheBusyBiscuit/Slimefun4/stable/#6
1268+
https://thebusybiscuit.github.io/builds/TheBusyBiscuit/Slimefun5/stable/#6
12691269

12701270
#### Additions
12711271
* Added a new language: Japanese
@@ -1284,7 +1284,7 @@ https://thebusybiscuit.github.io/builds/TheBusyBiscuit/Slimefun4/stable/#6
12841284
* Fixed magician talisman not being able to enchant books
12851285

12861286
## Release Candidate 5 (09 Feb 2020)
1287-
https://thebusybiscuit.github.io/builds/TheBusyBiscuit/Slimefun4/stable/#5
1287+
https://thebusybiscuit.github.io/builds/TheBusyBiscuit/Slimefun5/stable/#5
12881288

12891289
#### Additions
12901290
* Added preset messages.yml files
@@ -1338,7 +1338,7 @@ https://thebusybiscuit.github.io/builds/TheBusyBiscuit/Slimefun4/stable/#5
13381338
* Fixed Android Script Component textures
13391339

13401340
## Release Candidate 4 (06 Jan 2020)
1341-
https://thebusybiscuit.github.io/builds/TheBusyBiscuit/Slimefun4/stable/#4
1341+
https://thebusybiscuit.github.io/builds/TheBusyBiscuit/Slimefun5/stable/#4
13421342

13431343
#### Additions
13441344
* Added 1.15 support (1.14 and 1.15 are both supported)
@@ -1414,7 +1414,7 @@ https://thebusybiscuit.github.io/builds/TheBusyBiscuit/Slimefun4/stable/#4
14141414
* Fixed #1354
14151415

14161416
## Release Candidate 3 (21 Nov 2019)
1417-
https://thebusybiscuit.github.io/builds/TheBusyBiscuit/Slimefun4/stable/#3
1417+
https://thebusybiscuit.github.io/builds/TheBusyBiscuit/Slimefun5/stable/#3
14181418

14191419
#### Additions
14201420
* Smeltery now shows some recipes in the guide
@@ -1465,7 +1465,7 @@ https://thebusybiscuit.github.io/builds/TheBusyBiscuit/Slimefun4/stable/#3
14651465
* Fixed Ancient Altar allowing you to craft locked items
14661466

14671467
## Release Candidate 2 (29 Sep 2019)
1468-
https://thebusybiscuit.github.io/builds/TheBusyBiscuit/Slimefun4/stable/#2
1468+
https://thebusybiscuit.github.io/builds/TheBusyBiscuit/Slimefun5/stable/#2
14691469

14701470
#### Additions
14711471
* Added GEO - Miner
@@ -1482,6 +1482,7 @@ https://thebusybiscuit.github.io/builds/TheBusyBiscuit/Slimefun4/stable/#2
14821482
* Fixed Auto-Updater for stable builds
14831483

14841484
## Release Candidate 1 (26 Sep 2019)
1485-
https://thebusybiscuit.github.io/builds/TheBusyBiscuit/Slimefun4/stable/#1
1485+
https://thebusybiscuit.github.io/builds/TheBusyBiscuit/Slimefun5/stable/#1
14861486

14871487
* First "stable" release since over a year. Stable builds will NOT receive support for bug reports since they are technically outdated.
1488+

CONTRIBUTING.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,9 @@ You can find a tutorial on how to contribute to our wiki right here:<br>
5858
https://github.com/Slimefun5/Slimefun5/wiki/Expanding-the-Wiki
5959

6060
## :star: 6. Pull Requests: Code Quality
61-
Slimefun uses [sonarcloud.io](https://sonarcloud.io/dashboard?id=Slimefun_Slimefun4) to monitor Code Quality.
61+
Slimefun uses [sonarcloud.io](https://sonarcloud.io/dashboard?id=Slimefun_Slimefun5) to monitor Code Quality.
6262

63-
We always welcome quality improvements to the code and the "Code Smells" section on [sonarcloud.io](https://sonarcloud.io/dashboard?id=Slimefun_Slimefun4) is a great place to start.
63+
We always welcome quality improvements to the code and the "Code Smells" section on [sonarcloud.io](https://sonarcloud.io/dashboard?id=Slimefun_Slimefun5) is a great place to start.
6464
But please keep in mind that some design patterns may not be changed too abruptly if an addon depends on them.
6565
To prevent any accidents from happening, please contact us on our [Discord Server](https://discord.gg/slimefun) before-hand and state your intended changes.
6666

@@ -70,16 +70,16 @@ Code documentation is also a great way to improve the maintainability of the pro
7070
2. Classes should also include an `@author` tag to indicate who worked on that class.
7171
3. Methods and parameters should be annotated with `@Nullable` or `@Nonnull` to indicate whether or not null values are accepted.
7272

73-
Feel free to visit our [Javadocs](https://slimefun.github.io/javadocs/Slimefun4/docs/overview-summary.html)
73+
Feel free to visit our [Javadocs](https://slimefun.github.io/javadocs/Slimefun5/docs/overview-summary.html)
7474

7575
#### Unit Tests
7676
Unit Tests help us test the project to work as intended in an automated manner.<br>
77-
More or better Unit Tests are always good to have, so feel free to submit a Test and place it in our [src/test/java](https://github.com/Slimefun5/Slimefun5/tree/master/src/test/java/io/github/thebusybiscuit/slimefun4/testing) directory
77+
More or better Unit Tests are always good to have, so feel free to submit a Test and place it in our [src/test/java](https://github.com/Slimefun5/Slimefun5/tree/master/src/test/java/io/github/thebusybiscuit/slimefun5/testing) directory
7878

7979
We are using [Junit 5 - Jupiter](https://github.com/junit-team/junit5/) and [MockBukkit](https://github.com/seeseemelk/MockBukkit) as our testing environment.<br>
8080
Every new Unit Test should have a `@DisplayName` annotation with a plain text description on what the Unit Test tests.
8181

82-
## :toolbox: How to compile Slimefun4
82+
## :toolbox: How to compile Slimefun5
8383
Slimefun is written in Java and uses [Maven](https://maven.apache.org/) for compilation.<br>
8484
To compile Slimefun yourself, follow these steps:
8585

@@ -144,7 +144,7 @@ But do try to follow our code style as best as you can.*
144144
* Constants (`static final` fields) should be in *SCREAMING_SNAKE_CASE* (e.g. `MY_CONSTANT_FIELD`)
145145
* Variables, parameters and fields should be in *camelCase* (e.g. `myVariableOrField`)
146146
* All methods should be in *camelCase* (e.g. `myMethod`)
147-
* Packages must be all lowercase, consecutive words should generally be avoided. (e.g. `io.github.thebusybiscuit.slimefun4.core.something`)
147+
* Packages must be all lowercase, consecutive words should generally be avoided. (e.g. `io.github.thebusybiscuit.slimefun5.core.something`)
148148
#### 7. Style preferences
149149
* Use **Spaces**, not Tabs!
150150
* One class per file! Please don't put multiple classes into one file, this also applies to enums, make a seperate file for new classes or enums.
@@ -200,3 +200,4 @@ private void example(int x) {
200200
}
201201
}
202202
```
203+

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Slimefun 5 (Continued Fork)
22

3-
> **This is a community-maintained fork of [Slimefun4](https://github.com/Slimefun/Slimefun4), which was discontinued by its original developers. This fork continues development with support for modern Minecraft versions.**
3+
> **This is a community-maintained fork of [Slimefun5](https://github.com/Slimefun5/Slimefun5), which was discontinued by its original developers. This fork continues development with support for modern Minecraft versions.**
44
55
Slimefun is a plugin which aims to turn your Spigot Server into a modpack without ever installing a single mod. From Backpacks to Jetpacks! Slimefun lets every player decide on their own how much they want to dive into Magic or Tech.<br>
66
We got everything from magical wands to nuclear reactors.<br>

0 commit comments

Comments
 (0)