Commit Graph

951 Commits

Author SHA1 Message Date
NotMyFault a9d1202ce1 Finish up transition to captions 2021-04-05 19:52:13 +02:00
NotMyFault b96cea75b8 Update Upstream
609c7b8 Scrapped Logging Framework 4 Java

Closes #997
Closes #998
Closes #999
Closes #1000
Closes #1001
Closes #1002
2021-03-29 15:29:16 +02:00
NotMyFault 784db1e9c8 Include project name in jar 2021-03-26 21:21:45 +01:00
untuned adb99903de Include //sel in the basic permpack (#982)
Allows users to de-select their region or change the region type
2021-03-26 16:23:53 +00:00
NotMyFault 4af7316118 Remove freebuild regions (#991)
* Remove freebuild regions

* Remove configuration option of freebuild

Co-authored-by: Matt <4009945+MattBDev@users.noreply.github.com>
2021-03-25 08:40:09 +01:00
NotMyFault 786baf09f4 Closes #957 2021-03-14 15:19:07 +01:00
NotMyFault bc64eaff1c Merge upstream 2021-03-13 10:59:17 +01:00
NotMyFault 6476345e44 Implement missing methods 2021-03-12 12:23:44 +01:00
NotMyFault cde52f9f35 Implement missing methods 2021-03-09 12:41:05 +01:00
NotMyFault c8db3e0c87 Closes #946 2021-03-08 21:12:42 +01:00
NotMyFault 99ea64fa4e Add a couple of permissions 2021-03-06 20:22:39 +01:00
NotMyFault 6bd866bdf7 Making renovate happy
Closes #940
Closes #933
Closes #931
2021-02-27 15:52:50 +01:00
NotMyFault 0b65533294 Show a message with install instructions when running the jar file
Co-Authored-By: Matthew Miller <mnmiller1@me.com>
2021-02-25 22:58:17 +01:00
renovate[bot] bc686a611d Update dependency com.comphenix.protocol:ProtocolLib to v4.6.0 (#921)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-02-23 23:46:29 +01:00
Hannes Greule d632c642ff Don't add entities to chunk on regen (#927)
Co-authored-by: NotMyFault <mc.cache@web.de>
2021-02-22 11:11:13 +01:00
NotMyFault f5956b66a8 Present adventure on compile time
Co-Authored-By: Hannes Greule <SirYwell@users.noreply.github.com>
2021-02-22 11:04:12 +01:00
NotMyFault e8169afd64 Boost TileEntity clear performance, with extra boost on Paper 2021-02-19 19:58:36 +01:00
NotMyFault e3ab9035a8 Fixes #911 2021-02-15 19:40:38 +01:00
NotMyFault af987016fc Fixes #910 2021-02-15 12:24:33 +01:00
NotMyFault 0a721b18ce Implement methods 2021-02-14 19:56:05 +01:00
NotMyFault 366ff738e2 Update bStats
Closes #912
Closes #913
2021-02-14 19:40:15 +01:00
MattBDev 20304bf7ad Cherry-pick build-script changes from upstream 2021-02-11 12:00:28 -05:00
NotMyFault 83e5e8ea27 Improve note if Fawe is used on an older mc release 2021-02-10 17:49:34 +01:00
dordsor21 2ab207cfe9 Fix occasional NPE when removing section lighting 2021-02-05 16:05:53 +00:00
NotMyFault ac16c9a2ba Minor upstream merge 2021-02-03 23:08:39 +01:00
dordsor21 f88432a709 Fix incorrect Collections#unmodifiableSet usage 2021-02-01 15:07:54 +00:00
NotMyFault 09ba78d1e9 Relocate serverlib properly 2021-02-01 15:23:47 +01:00
NotMyFault bfc37f1628 Update ServerLib 2021-01-30 13:14:48 +01:00
NotMyFault dd65cffe86 Relocate properly 2021-01-24 12:01:03 +01:00
NotMyFault 0bba9c5ac7 Update bStats 2021-01-24 10:44:22 +01:00
NotMyFault 86ecd9f553 Move to ServerLib 2021-01-22 23:23:08 +01:00
Renovate Bot e9da3daf9e Update dependency it.unimi.dsi:fastutil to v8.4.4 2021-01-21 12:53:43 +00:00
N0tMyFaultOG ef596664bc Properly name repositories 2021-01-21 13:34:33 +01:00
N0tMyFaultOG a300abae41 Properly define WorldGuard version 2021-01-21 13:21:54 +01:00
N0tMyFaultOG c35ebd7b53 Only scan used repositories 2021-01-21 13:07:17 +01:00
N0tMyFaultOG 67f9e54285 Enhance reload message 2021-01-21 10:19:07 +01:00
N0tMyFaultOG acc8a79e8e Leave a note about unsupported versions 2021-01-19 20:23:37 +01:00
MattBDev 06dc92b7ce Merge branch 'main' of https://github.com/IntellectualSites/FastAsyncWorldEdit
 Conflicts:
	worldedit-bukkit/build.gradle.kts
2021-01-18 15:59:51 -05:00
MattBDev 2ce493ae68 Miscellaneous improvements to build scripts. 2021-01-18 15:58:50 -05:00
dordsor21 0f6b56572a Update to NMS given by 1.16.5.
Since there's no new NMS revision (we're still on R3...?!) but there were changes, it would be more difficult to maintain both 1.16.4 and 1.16.5. Therefore, let's just stop supporting 1.16.4 as 1.16.5 is a minor update regardless.
Fixes #859
2021-01-18 16:13:42 +00:00
N0tMyFaultOG 6895fe3b2c Update adapters to 1.16.5 2021-01-16 09:55:04 +01:00
dordsor21 bad3d31d90 Fix removing section lighting
- Paper and spigot differ in methods
 - Also don't clone it as we're trying to fill the actual data...
2021-01-14 17:03:32 +00:00
dordsor21 54712e268a Synchronize access to Bukkit#createBlockData to prevent occasional ConcurrentModification exceptions
- This isn't actually used anymore given the previous commit, however it's still best to keep it safe.
2021-01-14 12:47:02 +00:00
dordsor21 be9866ddb3 Fix a lot of FAWE-freezing properly
- Add a "loadPrivately" method to be used when GetChunks are called to avoid synchronocity issues with super classes being used on different threads
 - Synchronise the call method so we're not attempting to call whilst also loading/updating
2021-01-13 19:02:51 +00:00
dordsor21 f69b1bfb21 properly load nms chunk for lighting operations 2021-01-13 17:09:18 +00:00
dordsor21 b4d7562b87 Looks like automagical relighting (#838)
Fixes #686
2021-01-11 19:29:16 +00:00
dordsor21 febf5b0175 Slight change to wna caching
- We don't want to flush if we're setting from the main thread, as that's going to be another plugin doing it
 - It's better to have a concurrent error thrown than use a concurrent set, so concurrency issues can actually be fixed rather than handled unsafely
 - Only send chunk packets up to once a tick (it really doesn't use any memory to cache IntPairs).
2021-01-10 17:11:55 +00:00
dordsor21 bd079421a3 fix wna/loading on non-paper servers 2021-01-10 12:37:41 +00:00
dordsor21 6bc3dd2293 Fix wna when used internally 2021-01-09 21:27:55 +00:00
MattBDev 9058ecdf34 Slight performance improvement during dependency resolution 2021-01-07 21:31:24 -05:00