Commit feea3bc
Release 1.9.2 (#119)
* Version 1.7.3
* Add ${argLine} to get jacoco coverage
* Updated Jacoco POM entry
* Address bugs reported by SonarCloud
* Updated ReadMe
* Add max mobs option #99
* Use updated Bucket event
* Added tests to cover #99
* Fixes help text for user command.
Fixes #105
* Fixed maxmobs typo instead of maxmob
* Remove unused imports
* Update to new Bukkit Loader
* Remove debug
* Create plugin.yml (#106)
* Create plugin.yml
* Update pom.xml
* Update GreenhousesPladdon.java
* Removed static getInstance usage
* Version 1.7.4
* Refactored to reduce complexity
* Update surefire plugin
* Refactored to reduce complexity
* Minor typos and grammar fixes
* Reduced complexity
* Refactor to reduce complexity
* Refactor to reduce complexity
* Update Github Action build script
* Added distribution required for Github Action
* Update pom.xml
* Fixes mob spawning when no maxmob value given.
Found while doing #108
* Code clean up.
* BentoBox 2.0.0
* Update pom.xml 1.7.5
* Update to latest Spigot API
* Version 1.8.0
* Added mobs to biomes
* Improved errors.
* Return the pladdon that was made
* Update biomes.yml
Added mangrove swamp #111
* Update to 1.21.3 and CodeMC distro (#112)
* Update to 1.21.3 and CodeMC distro
* Fix tests
* Checks world before running command #114 (#115)
* 117 cannot make greenhouse in nether (#118)
* Version 1.9.2
* Allow nether world (and end) usage of greenhouses. #117
* Update GitHub build script to Java 21
* Update compile plugin to support Java 21
---------
Co-authored-by: BONNe <[email protected]>1 parent 2f2cd5e commit feea3bc
File tree
5 files changed
+15
-13
lines changed- .github/workflows
- src/main/java/world/bentobox/greenhouses/ui/user
5 files changed
+15
-13
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
18 | | - | |
| 17 | + | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
| 42 | + | |
43 | 43 | | |
44 | 44 | | |
45 | | - | |
| 45 | + | |
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | | - | |
| 50 | + | |
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
| |||
183 | 183 | | |
184 | 184 | | |
185 | 185 | | |
186 | | - | |
| 186 | + | |
187 | 187 | | |
188 | 188 | | |
189 | 189 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
54 | | - | |
| 54 | + | |
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
| |||
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
7 | 8 | | |
8 | 9 | | |
9 | 10 | | |
| |||
35 | 36 | | |
36 | 37 | | |
37 | 38 | | |
38 | | - | |
| 39 | + | |
39 | 40 | | |
40 | 41 | | |
41 | 42 | | |
| |||
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
8 | 9 | | |
9 | 10 | | |
10 | 11 | | |
| |||
45 | 46 | | |
46 | 47 | | |
47 | 48 | | |
48 | | - | |
| 49 | + | |
49 | 50 | | |
50 | 51 | | |
51 | 52 | | |
| |||
0 commit comments