Commit Graph

5298 Commits

Author SHA1 Message Date
Aurélien
d876d3722a
Fix default flags registration for third parties (#4114)
Co-authored-by: Leomixer17 <leonardo.dgs@yahoo.com>
2023-07-17 22:30:02 +02:00
Jordan
dffb7672ff
fix: add missing spawn event reasons (#4110) 2023-07-16 15:25:07 +01:00
Alexander Brandes
f867867a42
Fix typo in comment 2023-07-15 19:56:44 +02:00
Jordan
59eefd6865
fix: even better handling of schematic heights (#4102) 2023-07-10 23:13:36 +02:00
Alexander Brandes
587a286d05
Back to snapsho for development 2023-07-05 13:35:51 +02:00
Alexander Brandes
e10caf6aa0
Release 7.0.0-rc.2 2023-07-05 13:28:13 +02:00
RedstoneFuture
08b325e37d
feat: improvement of kick messages (#4099)
* Adding new player_not_in_plot message

* Adding new cannot_kick_player message

* Small typo

* Rejection: renaming of the player placeholder
2023-07-04 18:44:45 +02:00
Jordan
c394108ba6
feat: add a sculk sensor flag (#4095) 2023-07-04 16:56:28 +01:00
renovate[bot]
31e89019f1
Update worldedit to v7.2.15 (#4096)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-07-01 10:43:53 +02:00
renovate[bot]
3a7075e28d
Update dependency com.intellectualsites.bom:bom-newest to v1.31 (#4097)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-07-01 10:43:36 +02:00
renovate[bot]
8373b7874e
Update dependency gradle to v8.2 (#4098)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-07-01 10:42:20 +02:00
Alexander Brandes
fe13882b97
Update renovate.json 2023-07-01 10:28:10 +02:00
dordsor21
f45064c4c4
fix: P2 areas are in worlds.yml 2023-06-23 14:11:12 +01:00
Alexander Brandes
af32399dd2
Correct calculating the plot price, if 'merge' differs from 'claim' 2023-06-23 10:40:40 +02:00
Jordan
f3c03348d9
fix: return on null plot on big boom (#4085)
- Fixes #4084
2023-06-22 20:09:31 +02:00
Alexander Brandes
a53330e39b
Disable update checker for RC phase 2023-06-22 20:08:43 +02:00
Alexander Brandes
e2ba93dab9
Update unsupported MiniMessage syntax 2023-06-22 19:55:36 +02:00
Alexander Brandes
9d43434e40
Add 1.20.1 to the issue template 2023-06-17 18:45:42 +02:00
Alexander Brandes
4f421167d1
Move renovate to .github folder 2023-06-17 18:43:53 +02:00
Alexander Brandes
94f4619c2c
Publish javadocs for v7 2023-06-15 17:30:27 +02:00
Alexander Brandes
9885d3e506
Fill in 'since' annotations 2023-06-15 17:24:21 +02:00
Hannes Greule
a54276d3b2
Strip legacy color codes if message cannot be parsed by MiniMessage (#4077) 2023-06-15 10:23:09 +02:00
Hannes Greule
cbb284b0fd
Properly drop unsupported biomes from biome list (#4074)
* Drop CUSTOM from biome list

* Drop cherry_grove if present on pre 1.20 versions
2023-06-14 15:12:34 +02:00
Alexander Brandes
ed22b22e9c
[ci skip] Update bug_report.yml 2023-06-11 12:06:33 +02:00
Alexander Brandes
444ccda807
Add support for 1.20 (#4061)
1.20 fixes
2023-06-09 13:22:55 +02:00
Phillipp Glanz
db361cc420
Wrong biome list for 1.19.4 if datapacks are not enabled (#4016)
* Remove cherry grove for 1.20 below

* Handle PR feedback. Replace version check with registry check

* Simplify the biomes list

* Update Bukkit/src/main/java/com/plotsquared/bukkit/generator/BukkitPlotGenerator.java

Co-authored-by: Hannes Greule <SirYwell@users.noreply.github.com>

* Handle pr feedback

---------

Co-authored-by: Hannes Greule <SirYwell@users.noreply.github.com>
2023-06-09 13:22:23 +02:00
renovate[bot]
079dc02cfe
Update dependency net.essentialsx:EssentialsX to v2.20.0 (#4063)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-06-09 11:09:06 +00:00
Alexander Brandes
e98791c865
Update top level group id and lowercaswe artifact names (#4060)
* Update top level group Id (#4055)

* Lowercase artifact names
2023-06-08 10:40:02 +02:00
Alexander Brandes
7c3112f30f
Update gradle (#4044)
* Update gradle

* Update codeQL

* *
2023-06-04 13:57:39 +02:00
renovate[bot]
c01f5f5c7d
Update dependency com.diffplug.spotless to v6.19.0 (#4052)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-06-01 09:21:53 +02:00
renovate[bot]
95caa19505
Update guice to v7 (major) (#4053)
Update guice to v7

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-06-01 09:21:43 +02:00
Jordan
b8055201df
fix: do not reset the connectedCache every time Plot#getRegions is called (#4046)
* fix: do not reset the connectedCache every time Plot#getRegions is called
 - Fixes IntellectualSites/FastAsyncWorldEdit#2188

* Remove unused import
2023-05-25 19:05:20 +02:00
Jordan
81daefae4a
fix: do not overwrite bedrock with wall (#4048)
- Fixes #4047
2023-05-25 19:04:53 +02:00
Jordan
02437a8c72
feat: add cost for the merge when using plot auto-merge (#3841)
* feat: add cost for the merge when using plot auto-merge
 - Closes #3814

* fix: Don't charge for auto merge if there is no auto merge

---------

Co-authored-by: Alexander Brandes <mc.cache@web.de>
2023-05-21 17:57:46 +02:00
Pierre Maurice Schwang
958c66b28f
Road-Schematic-Generation now shows correct skull skins and banner patterns (#4026)
* fix: Preserve NBT Data for Banners and Skulls on Chunk Generation

* Update Bukkit/src/main/java/com/plotsquared/bukkit/schematic/StateWrapper.java

* Make it compile

---------

Co-authored-by: Alexander Brandes <mc.cache@web.de>
2023-05-13 22:32:33 +02:00
MrJoshuaT
c656190e14
Fix plot done success flag being false when complexity is higher than… (#4040)
Fix plot done success flag being false when complexity is higher than the threshold

Co-authored-by: MrJoshuaT <josh@jmt.me>
2023-05-13 22:23:11 +02:00
Alexander Brandes
e914cb210e
Update announce-release-on-discord.yml (#4036) 2023-05-01 10:16:29 +02:00
Alexander Brandes
94c6af74d2
Update build.yml 2023-05-01 10:15:50 +02:00
Alexander Brandes
ebb82bd66d
Update build-pr.yml 2023-05-01 10:15:20 +02:00
Alexander Brandes
66f907eb5d
Update codeql 2023-05-01 10:15:04 +02:00
renovate[bot]
9ffede2c5c
Update dependency org.junit.jupiter:junit-jupiter to v5.9.3 (#4032)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-05-01 10:14:20 +02:00
renovate[bot]
97172df0dc
Update dependency com.intellectualsites.bom:bom-newest to v1.27 (#4033)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-05-01 10:03:01 +02:00
renovate[bot]
c9746b182c
Update plugin xyz.jpenilla.run-paper to v2.1.0 (#4034)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-05-01 10:02:48 +02:00
renovate[bot]
10a2b80ffc
Update dependency com.diffplug.spotless to v6.18.0 (#4030)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-04-29 15:30:00 +02:00
Pierre Maurice Schwang
ca0f38255d
Fix /plot area create <name> without passing a specific terrain type (#4025)
fix: Ensure PlotAreaBuilder#plotAreaType returns non-null value
2023-04-29 15:27:49 +02:00
Phillipp Glanz
0484ac73af
Improve testability for different versions (#4018)
* Ignore run folders

* Add a bulk of supported test environments

* Fix gitignore

* Fix gitignore

* Fix gitignore
2023-04-22 11:33:00 +02:00
Jordan
1a712ad3c1
fix: account for false permissions when checking range (#4014) 2023-04-21 23:24:14 +01:00
Jordan
2d1f483469
fix: clear above and below plot gen heights if build heights are larger (#3991)
- Fixes #3985
2023-04-13 17:34:49 +01:00
Phillipp Glanz
91830e233b
Fix Misaligned SVG In IJ project view (#4011) 2023-04-10 11:54:29 +02:00
Alexander Brandes
561edb83bf
Update renovate.json (#4005) 2023-04-01 17:52:58 +02:00