Commit Graph

1344 Commits

Author SHA1 Message Date
ceze88
53cde6f804 Migrate to dynamic dependency loading 2024-01-13 16:33:16 +01:00
Christian Koop
c2e1d82c09
Release v3.0.0-b7-SNAPSHOT 2023-10-23 18:14:14 +02:00
Christian Koop
1a2124fb2f
Revert "Don't handle PortalTeleportEvent when target world is disabled in config"
This reverts commit b2b3b3d976.

That event handler didn't affect players
2023-08-21 19:12:53 +02:00
Christian Koop
b2b3b3d976
Don't handle PortalTeleportEvent when target world is disabled in config
Related to 5711389549
2023-08-21 18:18:22 +02:00
Christian Koop
5711389549
Don't handle PortalEnterEvent when target world is disabled in config
This allows vanilla and third-party plugins to take over properly without the stuck-teleport or
something else to interfer with that.
2023-08-21 16:53:06 +02:00
Christian Koop
24dc591f75
Release v3.0.0-b6-SNAPSHOT 2023-08-21 16:17:51 +02:00
Christian Koop
c12c82afe2
Fallback gracefully and log missing Economy plugin instead of Exception
Some places I kept the exception because there is no handling or return type in place that allows
for that economy transaction to fail.
So instead of not rewarding the player with the money, an exception is logged instead
2023-08-21 10:58:23 +02:00
Christian Koop
7589bae8b0
Fix Exception when running /is leaderboard 2023-08-18 21:29:07 +02:00
Christian Koop
3105cdf86d
Release v3.0.0-b5-SNAPSHOT 2023-08-18 10:47:59 +02:00
Christian Koop
c9abab64d5
Fixes errors when using hologram related admin commands
e.g. `/island admin sethologram bank`
2023-08-18 10:47:26 +02:00
Christian Koop
64c4affe3f
Fixes error when setting island to non-public while visitors are on it 2023-08-18 10:45:29 +02:00
Christian Koop
25e401826c
Replace FabledSkyBlock placeholders without PlaceholderAPI installed 2023-08-18 10:35:10 +02:00
Christian Koop
2e37efefd4
Correctly replace color codes after replacing PlaceholderAPI placeholder
A user reported that user/group prefixes may containt color codes like `&e` which are not
replaced in the end to be rendered correctly

I believe the responsible plugin should take care of that but apparently there are multiple...
So we just replace them in the end ^^
2023-08-18 09:52:30 +02:00
Christian Koop
f22ac073f7
Merge pull request #18 from BaxAndrei/development-1
Fixes generators in the nether dimension
2023-08-18 09:28:53 +02:00
BaxAndrei
011a9ed640
FIX Generators Nether 2023-08-17 22:49:30 +03:00
Christian Koop
0891be3166
GitHub Actions: Upload unsigned and signed jars as build artifacts 2023-08-16 20:14:12 +02:00
Christian Koop
3e94aa3f78
Release v3.0.0-b4-SNAPSHOT 2023-08-16 20:12:57 +02:00
Christian Koop
596305bd33
Improve default Materials for biomes.yml 2023-08-16 20:12:24 +02:00
Christian Koop
4df43fccad
Fixes startup issues because of renamed Enum constants
The constants #name() was used when reading various plugin configurations.
After me renaming them in 308d8ca7b9 they stopped
matching in the configurations and broke everything horibly.

This commit introduces a friendly name to keep the new names but still support existing configuration files.
2023-08-16 17:27:05 +02:00
Christian Koop
b29111b96d
Drop support for LeaderHeads plugin
Last update was in 2020 and it is marked as abandoned.

I think users had enough time to find an alternative + I can't find an official maven repository for it,
making clean builds hard
2023-08-16 09:51:16 +02:00
Christian Koop
57f49b6c1f
GitHub Actions: Have the build workflow compile the needed Spigot jar 2023-08-15 22:19:16 +02:00
Christian Koop
688e24aa8d
Configure Dependabot to check GitHub Actions 2023-08-15 22:12:34 +02:00
Christian Koop
d34483c6ff
GitHub Actions: Introduce build workflow with maven auto-publish 2023-08-15 22:12:19 +02:00
Christian Koop
41db72c590
Release v3.0.0-SNAPSHOT 2023-08-15 21:54:46 +02:00
Christian Koop
eb75ed8a38
pom.xml: Change project's groupId, artifactId to com.craftaro 2023-08-15 21:54:37 +02:00
Christian Koop
2da22bd260
Replace Songoda in strings with Craftaro 2023-08-15 21:54:07 +02:00
Christian Koop
c43e4cb799
Updates EpicSpawners Dependency + Implementation to API v1.0.0-SNAPSHOT 2023-08-15 21:36:53 +02:00
Christian Koop
700b293f9c
Updates UltimateStacker Dependency+Implementation to API v1.0.0-SNAPSHOT 2023-08-15 19:02:31 +02:00
Christian Koop
a259589897
Replace deprecated usages of NmsManager with Nms 2023-08-15 18:58:04 +02:00
Christian Koop
2caf39d49e
Move everything from com.songoda to com.craftaro package 2023-08-15 18:57:00 +02:00
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