Commit Graph

71 Commits

Author SHA1 Message Date
f5956b66a8 Present adventure on compile time
Co-Authored-By: Hannes Greule <SirYwell@users.noreply.github.com>
2021-02-22 11:04:12 +01:00
e3ab9035a8 Fixes #911 2021-02-15 19:40:38 +01:00
366ff738e2 Update bStats
Closes #912
Closes #913
2021-02-14 19:40:15 +01:00
20304bf7ad Cherry-pick build-script changes from upstream 2021-02-11 12:00:28 -05:00
09ba78d1e9 Relocate serverlib properly 2021-02-01 15:23:47 +01:00
bfc37f1628 Update ServerLib 2021-01-30 13:14:48 +01:00
dd65cffe86 Relocate properly 2021-01-24 12:01:03 +01:00
0bba9c5ac7 Update bStats 2021-01-24 10:44:22 +01:00
86ecd9f553 Move to ServerLib 2021-01-22 23:23:08 +01:00
e9da3daf9e Update dependency it.unimi.dsi:fastutil to v8.4.4 2021-01-21 12:53:43 +00:00
ef596664bc Properly name repositories 2021-01-21 13:34:33 +01:00
a300abae41 Properly define WorldGuard version 2021-01-21 13:21:54 +01:00
c35ebd7b53 Only scan used repositories 2021-01-21 13:07:17 +01:00
2ce493ae68 Miscellaneous improvements to build scripts. 2021-01-18 15:58:50 -05:00
9058ecdf34 Slight performance improvement during dependency resolution 2021-01-07 21:31:24 -05:00
3f0b9a2a92 Reorder BuildInClipboardFormat and document changed JNBT classes (#807)
* Get rid of FastSchematicReader/Writer and document changed JNBT classes

This commit includes changes from upstream to the schematic classes
(`com.sk89q.worldedit.extent.clipboard.io`). It also documents the JNBT
classes, specifying what has been changed in FAWE. This was done in preparation
for the upcoming move to adventure-nbt.

The PlotSquared schematic handler classes will now use SpongeSchematicReader/Writer rather than FastSchematicReader/Writer.

This is yet untested and the entire branch is a W.I.P.

* Fix JNBT mutability misuse in FAWE

FAWE previously had mutable compound and list tags. The previous commit changed that, and this commit will fix misuse of the tag API.

I've tried to identify the places where mutability was assumed, but I might have missed something. This needs quite extensive testing.

This is yet another change which increases upstream compatibility in FAWE.

* Fix FAWE_Spigot_<..>#getEntity

* Fix JNBT usage in the AsyncBlockState code

* Readd FastSchematicReader/Writer and add a new schematic format (`FAST`)

* Update dead repository

* Implement missing AsyncChunk#getTileEntities

* handle entities properly and add "brokenentity" format

* Fix fast schematic reader
lazily reading means it's read in order of appearance in the inputstream so we need to read schematic version first (skip past everything) and then reset the stream

* Fix p2 FAWE

* Go back to fast schematics in P2/CompressedSchematicTag (#819)

* Fix compile

Co-authored-by: N0tMyFaultOG <mc.cache@web.de>
Co-authored-by: Alexander Söderberg <Sauilitired@users.noreply.github.com>
Co-authored-by: dordsor21 <dordsor21@gmail.com>
Co-authored-by: Aurora <aurora@relanet.eu>
2021-01-04 19:18:23 +01:00
27512ceab3 Don't shade metrics twice 2020-12-21 19:40:06 +01:00
44f15da5a3 Update Paster 2020-12-21 15:57:57 +01:00
f36afe1907 Paperlib 1.6 2020-12-21 10:52:15 +01:00
675777190f Merge remote-tracking branch 'origin/renovate/io.papermc-paperlib-1.x' into main 2020-12-21 10:51:46 +01:00
b3ecbe8c95 bStats 1.8 2020-12-21 10:50:12 +01:00
d77e16c66f Update dependency org.bstats:bstats-bukkit to v1.8 2020-12-21 02:36:35 +00:00
79f825d21a Update dependency io.papermc:paperlib to v1.0.6 2020-12-21 00:37:05 +00:00
aca45e4ab0 Update dependency com.comphenix.protocol:ProtocolLib to v4.5.1 (#789)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-12-20 23:15:24 +01:00
7444c643a1 Switch to IncendoPaster "library" 2020-12-19 16:18:57 +00:00
56cf49c167 Send chunks if they're in the paper no-tick-distance
Fixes #766 and #677
2020-12-11 15:36:42 +00:00
49052d73ce Update FAWE to 1.16.4 (#734)
* Start work on 1.16.4, doesn't compile yet

* Update FAWE to 1.16.4

* Update GitHub ci build to 1.16.4

* Fix AsyncChunk

* Update issue template for 1.16.4

Co-authored-by: dordsor21 <dordsor21@gmail.com>
Co-authored-by: NotMyFault <mc.cache@web.de>
2020-11-03 19:46:54 +01:00
2e73746abe Remove Kotlin (#625)
Shrinks the jar size since we no longer must bundle the Kotlin library. The downside is that some classes grew in size compared to their Kotlin versions.
Many contributors didn't care for Kotlin either.
2020-09-17 16:31:55 -04:00
371460a1ce Relocate metrics 2020-09-16 16:10:00 +02:00
241e85e491 Strip 1.14 2020-09-16 16:01:49 +02:00
eac0a7456a Fix Fawe not loading 2020-09-08 22:45:34 +02:00
2fcf4bdf7e Updated Gradle 2020-09-08 15:34:53 -04:00
38007ed1d5 reimplement 1.16.1 support 2020-08-25 17:09:31 +02:00
91c7390734 Fix paperlib 2020-08-24 19:53:51 +02:00
6cb8352686 1.16.2
- My IJ is broke but this should work. Dunno if I got all nms changes, but we will see.
2020-08-23 17:18:29 +02:00
0a07599abf Update build files and NOTICE.txt 2020-08-14 15:29:15 -04:00
cfb1510503 Fix compile 2020-08-14 14:41:49 -04:00
2562010589 Update dead repo 2020-08-14 14:41:48 -04:00
b7debce4d4 1.16.1 Prep work 2020-06-25 20:29:09 -04:00
952aaf8b43 Fix p2 compatibility and replace empcraft.com/maven2 2020-04-21 11:39:42 +01:00
ff47e6f717 Cherry-pick to fix EntryMaker issue 2020-04-16 20:26:55 -04:00
692caeea8a Read WE version from manifest ourselves
(cherry picked from commit 947775b5e54aa9dd89d68ee0b382939796301902)
2020-03-23 19:31:56 -04:00
989680d159 Only add adapters to dist jar
(cherry picked from commit 20d630ce5b217799811779d7581d5878ddc83a6d)
2020-03-23 16:27:03 -04:00
f18cb1a0e1 Update gradle 2020-03-02 19:40:36 -05:00
0918396ab6 Update bukkit gradle 2020-02-25 23:21:01 -05:00
f9e7b7300e Minor changes 2020-02-05 16:27:50 -05:00
2cc66b0d98 Minor upstream file changes 2020-01-29 16:13:28 -05:00
cb6359f010 Removed 1.13.2 support. 2020-01-27 18:54:31 -05:00
8b69767cd8 Add support for 1.15.2 and some minors
- Removed duplicated dependencies
- Credited important contributors
- Updated website with an actual website
- Update DummyFawe internal version to 1.15.2
2020-01-22 01:09:07 +01:00
2fb1c3bdbc Remove factions due to maven repo being down 2020-01-13 21:02:31 -05:00