Commit Graph

1264 Commits

Author SHA1 Message Date
Christian Koop
f47354980b
Replace usages of now incompatible CompatibleMaterial with XMaterial 2023-08-15 18:48:40 +02:00
Christian Koop
c44a684ecd
Replace usages of now incompatible CompatibleSound with XSound 2023-07-29 16:21:35 +02:00
Christian Koop
20b0246270
Switch from SongodaCore to CraftaroCore v3.0.0-SNAPSHOT + update imports 2023-07-29 15:06:06 +02:00
Christian Koop
308d8ca7b9
Heavy code style changes and slight refactoring 2023-07-29 14:03:50 +02:00
Christian Koop
e1c28007bb
Creates .editorconfig 2023-07-29 14:03:50 +02:00
Christian Koop
9b34c6e8b3
Creates .github/FUNDING.yml 2023-07-26 21:31:34 +02:00
Christian Koop
b8646657f0
Creates .github/dependabot.yml 2023-07-26 21:31:34 +02:00
Christian Koop
6776ee0af6
Modernize and clean up pom.xml and plugin.yml 2023-07-26 21:31:34 +02:00
Christian Koop
ab2b876256
Updates .gitignore 2023-07-26 21:27:09 +02:00
craftaro-plugins-overview[bot]
34e7fca817
Updates contents of README.md (#17)
Co-authored-by: craftaro-plugins-overview[bot] <111250264+craftaro-plugins-overview[bot]@users.noreply.github.com>
2023-07-26 19:14:04 +02:00
ceze88
7774fd236d Release 2.5.2 2023-04-13 19:55:59 +02:00
ceze88
34146b5fc4 Updates SongodaCore to 2.6.19 2023-04-13 19:55:42 +02:00
Christian Koop
1e83188e6a
Release v2.5.2-BETA 2023-03-29 22:04:45 +02:00
Christian Koop
028d67355f
Updates SongodaCore to 2.6.19-DEV for Spigot 1.19.4 support 2023-03-29 22:04:33 +02:00
Christian Koop
7eb195a474
Switch LICENSE to CC BY-NC-ND 4.0
Co-authored-by: Eli Rickard <38917063+EliRickard@users.noreply.github.com>
2023-03-29 21:29:09 +02:00
Christian Koop
0d9bcbf9fa
Release v2.5.1-DEV 2023-01-11 22:18:51 +01:00
Christian Koop
42167e79a6
Update SongodaCore to v2.6.18-DEV 2023-01-11 22:17:14 +01:00
efekurbann
cd57ce89e9 Fix Coop Saving System (Island.Coop.Unload setting) 2022-10-14 22:21:27 +03:00
Christian Koop
baff0b3497
Merge branch 'development' 2022-09-05 23:02:53 +02:00
Christian Koop
17a78e610d
Release v2.5.0 2022-09-05 23:02:48 +02:00
Christian Koop
cdc5f2a350
Minor code cleanup: Use import for HologramManager 2022-09-05 23:02:05 +02:00
songoda-projects-overview[bot]
455d9549e7 Bump SongodaCore version to 2.6.16 2022-09-05 22:21:04 +02:00
ceze88
72edb61405 Fix island level scan (Revert changes with chunk loading)
Commit: ff37711087
2022-08-24 16:24:00 +02:00
songoda-projects-overview[bot]
52fd85642e Bump SongodaCore version to 2.6.15-DEV 2022-08-15 00:48:13 +02:00
Christian Koop
fedb18621c
Merge branch 'development' 2022-07-30 21:28:39 +02:00
Christian Koop
9c4ba6e003
Release v2.4.2 2022-07-30 21:28:34 +02:00
Christian Koop
90e86e89c5
Update SongodaCore to v2.6.14-DEV 2022-07-30 21:28:18 +02:00
Christian Koop
a71e55265d
Include Minecraft 1.19 as officially supported version 2022-07-30 21:27:50 +02:00
Christian Koop
362962b452
Merge branch 'master' into development 2022-07-28 22:27:36 +02:00
GKasparov
cc6fd41cf6
Merge pull request #15 from efekurbann/master
Fixed: players can not teleport to offline member's island
2022-07-14 09:06:39 +03:00
GKasparov
12f76a60b1
Merge pull request #16 from BetTD/BetTD-patch-1
Fix maven-shade-plugin being missing
2022-07-02 11:29:16 +03:00
Raúl M
39aff67010
Fix maven-shade-plugin being missing
Apache released maven-shade-plugin v3.3.0 some time ago on their stable repos, so the snapshots repository is no longer required.
2022-05-26 02:57:19 +02:00
Christian Koop
1f360aee0a
Merge branch 'development' 2022-03-20 11:21:07 +01:00
Christian Koop
d063afdd9c
Release v2.4.1 2022-03-20 11:20:32 +01:00
Christian Koop
8778140175
Improves cross-version compatibility by using the MethodMapping class 2022-03-18 21:53:31 +01:00
Christian Koop
e5e136b7d3
Updates to Core v2.6.12 (MC1.18.2) + new hologram api implementation 2022-03-18 21:53:31 +01:00
Efe Kurban
76e1f26a06
Update IslandManager.java 2022-03-03 21:46:23 +03:00
Christian Koop
17aeec7d75
Merge branch 'development' 2021-12-10 20:20:22 +01:00
Christian Koop
d53e0939d5
Version 2.4.0 2021-12-10 20:20:19 +01:00
Christian Koop
b7dab73f94
Fixes Biome GUI in older Minecraft version
You can see a lot of empty slots in Minecraft 1.8 - The actual fix happened in SongodaCore tho
2021-12-10 19:50:34 +01:00
Christian Koop
a34a106d1e
Update SongodaCore to v2.6.5 2021-12-10 19:50:34 +01:00
Christian Koop
d566aaaadd
Update dependency spigot v1.17 to v1.1.8 2021-12-09 22:17:54 +01:00
Christian Koop
7b90842012
Minor code cleanup 2021-12-09 22:17:35 +01:00
Christian Koop
cfaa1379bf
Include Minecraft 1.18 as supported version
Still needs some testing but the next release should fully support Minecraft 1.18
2021-12-09 22:17:20 +01:00
Christian Koop
3b3378c555
Minor code cleanup 2021-12-09 21:49:57 +01:00
Christian Koop
35ec9d59f9
Merge branch 'development' 2021-10-27 20:01:08 +02:00
Christian Koop
743ef6856e
Version 2.3.30 2021-10-27 19:59:11 +02:00
Christian Koop
42705dc295
Changed hard coded french error message (wtf?) 2021-10-26 20:53:06 +02:00
Christian Koop
26b7e4d234
Generate ScoreBoards in main thread (sync)
PaperMc is more strict about async api usage
2021-10-26 20:43:22 +02:00
Christian Koop
ff37711087
Fix ChunkLoader calculating target chunk coordinates wrong
It always loaded and returned the wrong chunks

Related to SD-8602
2021-10-26 20:43:22 +02:00