JOO200
216f95f87c
Merge pull request #1989 from EngineHub/feature/copper-fade-flag
...
Add copper-fade flag to WorldGuard
2023-03-23 15:05:53 +01:00
JOO200
ca6e228f61
Merge pull request #1973 from EngineHub/feat/datapackreport
...
Add DataPack Report to track active DataPacks
2023-03-23 14:53:06 +01:00
Joo200
fd1cb1e4bd
flags: added copper-fade flag to prevent oxidizing copper
2023-03-19 16:56:46 +01:00
Joo200
8c8a8092b5
deps: updated Paper repository to new url, updated bstats to 3.0.1
2023-03-12 16:50:21 +01:00
Maddy Miller
1729e5e3d6
Add additional holder snapshot bypasses for performance ( #1978 )
...
* Add additional holder snapshot bypasses for performance
* Extra optimisation - cuts lookups of block data in the world by half
2023-01-19 20:28:54 +10:00
Madeline Miller
46dfb69fb1
Use updated PaperLib for InventoryHolder optimisation
2023-01-05 21:28:13 +10:00
Joo200
9ceecf5d3a
Add DataPack Report to track active DataPacks
2022-12-27 13:39:35 +01:00
Maddy Miller
20044a72d3
fix: re-enable no snapshot inventories ( #1972 )
2022-12-26 10:29:26 +10:00
JOO200
8bc7ff49ab
Merge pull request #1971 from EngineHub/version/1.19.3
...
Update to Minecraft 1.19.3
2022-12-19 11:01:20 +01:00
Joo200
6f749b058b
Restore 1.19.2 compatibility
2022-12-09 16:37:04 +01:00
Joo200
91380a8316
Updated wrapper
2022-12-09 13:26:02 +01:00
Joo200
ba55cc79c2
Update to Minecraft 1.19.3
2022-12-09 13:23:57 +01:00
aromaa
cb100bb797
Improve compatibility with the new onClearValue
2022-09-20 09:07:27 -04:00
Joni Aromaa
bd1d772faa
Introduce uninitialize for sessions ( #1940 )
...
* Introduce uninitialize for sessions
* Add FlagValueChangeHandler#onClearValue
2022-09-18 11:18:08 -04:00
wizjany
f1f1e8aa7d
Remove command reg delay for CommandBook compat.
...
This may break said compat but I doubt anyone is using it anyway.
Fixes #1943 .
2022-08-28 10:15:49 -04:00
wizjany
598c441718
Back to snapshot.
...
Also update changelog
2022-07-27 21:28:09 -04:00
wizjany
cbb2ba7216
Release 7.0.8 beta 1.
2022-07-27 21:15:21 -04:00
dordsor21
e756d127c5
Account for possible world nullability for Entity#getOrigin Location
2022-07-27 21:15:31 -04:00
Joo200
0d2ed8205f
Properly protect chest_boats as vehicles
2022-07-07 21:04:44 +02:00
JOO200
6efdb1089e
Fix Report for Spigot based servers
...
Bukkit.spigot().getSpigotConfig() is the paper implementation, it's not available on Non-Paper servers
2022-06-21 20:44:30 +02:00
wizjany
4a21bf43e7
Check if InventoryHolder BlockState is placed.
...
Closes #1903 .
2022-06-14 11:31:24 -04:00
JOO200
3a181a230f
Tidy up Materials.java, added missing effect type, removed todo for paper only
2022-06-14 11:25:06 -04:00
JOO200
857f7468d8
Add Sculk Growth Flag and options to disable sculk growths
2022-06-14 11:25:06 -04:00
JOO200
f8e8d0f01e
Plugin Version to 1.19, cleanup from Materials, added 1.19 Materials
2022-06-14 11:25:06 -04:00
JOO200
23521858fd
Bumped versions: Minecraft to 1.19 and JDK 17
2022-06-14 11:25:06 -04:00
JOO200
0fddd2a573
Fixed Typo in CommandException
2022-04-26 18:26:07 +02:00
JOO200
85dd012b85
Improvement and Cleanup Domain view for /region info
...
* Don't suggest the uuids to the command line, copy them to the clipboard instead
* Tidy up the hover events and added hints to copy uuids
2022-04-09 11:46:54 +02:00
wizjany
dc23af7947
Skip lookups on claim.
...
Claim hasn't allowed user-input for ages, so no need to resolve anything.
2022-04-05 12:23:32 -04:00
JOO200
b698941378
Append OnlineMode server information to ServerReport ( #1891 )
2022-04-03 16:35:34 -04:00
wizjany
271b32aa1d
Default chest-protection.disable-off-check to true.
...
Fixes #1890 .
2022-03-24 10:01:17 -04:00
wizjany
938f0c3b66
Handle all the amethyst growth.
...
Fixes #1889 .
2022-03-20 08:26:41 -04:00
wizjany
216b061172
Fix class source validator on spigot.
2022-03-06 08:59:44 -05:00
wizjany
27dca2b506
Bump to snapshot.
2022-03-03 15:05:52 -05:00
wizjany
79a3b70d8d
Release 7.0.7.
2022-03-03 14:21:45 -05:00
wizjany
cf69425153
Don't cancel potion splashes with no targets.
2022-03-03 07:59:00 -05:00
wizjany
e2fe770e6f
Disregard that, definitely need to duplicate.
2022-03-01 18:27:45 -05:00
wizjany
7e06088c1a
Switch to WE's ClassSourceValidator.
...
Since it's (being) fixed there and no need to duplicate any more.
2022-02-27 19:25:58 -05:00
wizjany
f9d1c2d4e0
Fix some errors in config loading.
...
Technically removing a nonexistant property should be fixed in WE's yaml utils but eh.
2022-02-27 17:51:52 -05:00
wizjany
f883899cfe
Add deprecation warnings.
...
Also remove the nodes from config if unused.
2022-02-27 16:34:27 -05:00
wizjany
de386fb4d8
Provisional changelog for 7.0.7.
2022-02-26 19:04:13 -05:00
wizjany
660f9ffa0d
Use deny-message for nether portal protection.
...
Closes #1882 .
2022-02-26 18:49:35 -05:00
wizjany
e05d42371f
Protect modification of candles and cake as building.
...
Closes #1880 .
2022-02-26 18:43:04 -05:00
JOO200
dca0515104
Optimize Region List and Region Teleport commands ( #1868 )
...
* Optimized command usage for /rg list and /rg teleport:
* added a flag to the teleport command to teleport the actor to the center of the region
* added a flag to the list command to filter the regions for special ids
* added a flag to the list command to get regions intersecting your selection
* Fixed wrong pagination in RegionLister
2022-01-23 13:03:40 -05:00
wizjany
4abf971cf6
Add red sand to sand physics.
...
This option is still at the mercy of bukkit api and might still not work ¯\_(ツ)_/¯
2022-01-16 11:13:18 -05:00
wizjany
875a6fc827
Add space in an error message.
2022-01-16 11:13:15 -05:00
JOO200
3cb4abdbf7
Updated amount of modules, Windows command prompt and outdated hints
2022-01-08 21:23:11 +01:00
JOO200
4caf0afb38
Add COMPILING.md and set Java Version to 16
2022-01-08 21:03:11 +01:00
JOO200
054a73416b
Update Java-Version in README.md to Java 17
2022-01-07 13:17:54 +01:00
Cristobal Lopez
b59da5992f
Allows claimed regions to inherit from a template region ( #1864 )
...
* Allows claimed regions to inherit from a template region
* Replace template-when-claiming with set-parent-on-claim
* Make the set-parent-on-claim option check secure
2022-01-02 10:07:00 -05:00
wizjany
46251f5ffa
Don't check bypass for offline players.
...
This is someone else's problem now (╯°□°)╯︵ ┻━┻
2022-01-01 20:08:16 -05:00