Commit Graph

1352 Commits

Author SHA1 Message Date
dependabot[bot] a3b6223c33
Bump com.sk89q.worldedit:worldedit-bukkit from 7.2.20 to 7.3.2 (#45)
Bumps com.sk89q.worldedit:worldedit-bukkit from 7.2.20 to 7.3.2.

---
updated-dependencies:
- dependency-name: com.sk89q.worldedit:worldedit-bukkit
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-06-01 14:44:23 +02:00
dependabot[bot] 27e12654ab
Bump me.clip:placeholderapi from 2.11.5 to 2.11.6 (#44)
Bumps me.clip:placeholderapi from 2.11.5 to 2.11.6.

---
updated-dependencies:
- dependency-name: me.clip:placeholderapi
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-06-01 14:44:06 +02:00
dependabot[bot] 799a6fbf8f
Bump org.apache.maven.plugins:maven-shade-plugin from 3.5.2 to 3.5.3 (#41)
Bumps [org.apache.maven.plugins:maven-shade-plugin](https://github.com/apache/maven-shade-plugin) from 3.5.2 to 3.5.3.
- [Release notes](https://github.com/apache/maven-shade-plugin/releases)
- [Commits](https://github.com/apache/maven-shade-plugin/compare/maven-shade-plugin-3.5.2...maven-shade-plugin-3.5.3)

---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-shade-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-05-01 12:22:13 +02:00
ceze88 b9d4d86316 Release v3.0.8 2024-04-18 21:08:39 +02:00
ceze88 9bfcc83ba6 Fix role names in island settings 2024-04-18 19:01:26 +02:00
ceze88 6e92c7fec9 Add Sign Edit permission, imporove permissions to be able to specify default values 2024-04-18 19:00:56 +02:00
ceze88 17eb186d2b Release v3.0.7 2024-04-12 18:35:07 +02:00
ceze88 4b7f63b024 Fix string conversion to upper case 2024-04-12 18:34:49 +02:00
Ahmet Hakan a48aa0cec8
fix: Island settings/permissions not saved to the correct key (#40)
Island settings were not being saved because the role keys of the island settings were not called correctly.
2024-04-11 11:00:48 +02:00
Christian Koop 5bcfbde8c4
Merge branch 'development' 2024-04-06 21:14:02 +02:00
Christian Koop 4c4b6fe6dd
Release v3.0.6 2024-04-06 21:13:57 +02:00
Christian Koop ff12fda7d2
Revert "Bump com.sk89q.worldedit:worldedit-bukkit from 7.2.20 to 7.3.0 (#37)"
This reverts commit 018e26c1b0.

Apparently 7.3 now requires java language features newer than Java 8... We can't upgrade right now
2024-04-06 21:12:41 +02:00
Christian Koop 4dffd7e2a8
fix: Fix ConcurrentModificationException on PlayerData-Storage (#39) 2024-04-06 21:11:13 +02:00
dependabot[bot] 018e26c1b0
Bump com.sk89q.worldedit:worldedit-bukkit from 7.2.20 to 7.3.0 (#37)
Bumps com.sk89q.worldedit:worldedit-bukkit from 7.2.20 to 7.3.0.

---
updated-dependencies:
- dependency-name: com.sk89q.worldedit:worldedit-bukkit
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-06 21:06:14 +02:00
dependabot[bot] 68a4dc5c09
Bump io.netty:netty-all from 4.1.107.Final to 4.1.108.Final (#38)
Bumps [io.netty:netty-all](https://github.com/netty/netty) from 4.1.107.Final to 4.1.108.Final.
- [Commits](https://github.com/netty/netty/compare/netty-4.1.107.Final...netty-4.1.108.Final)

---
updated-dependencies:
- dependency-name: io.netty:netty-all
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-01 14:38:32 +02:00
Christian Koop 7d86423744
fix: Wrap World#getMinHeight with fallback for older Minecraft versions
The method did not exist *back then* and we still want to support Spigot 1.8.8
2024-03-27 19:47:18 +01:00
Christian Koop e9642ad0cc
fix: Replace usage of deprecated SWorldBorder with new NmsWorldBorder
SWorldBorder will be removed soon™️
2024-03-27 19:41:04 +01:00
Christian Koop 211e6a0fcb
fix: Fix NullPointerException when using portals 2024-03-27 19:32:44 +01:00
Christian Koop 2a2886e9ae
fix: Replace incorrect player lookups using Bukkit#getPlayer with -Exact
#34
2024-03-27 19:27:38 +01:00
Christian Koop a1f63b5336
Merge pull request #35 from TeamHRLive/development
Fix for /is members
2024-03-27 19:19:09 +01:00
TeamHR 389b9087fd
[Fixed] Island Scan MinY Level fixed. Instead of 0 it will now fetch from World.MinHeight. 2024-03-27 19:16:49 +01:00
TeamHR 373d5267d4
[Fixed] /is members Was throwing NPE for Players 2024-03-27 19:16:48 +01:00
TeamHR 0f51665bc3
[Fixes] Leaderboard Skull not loading and showing black skulls.
[CleanUp] Cleaned Debug Messages
2024-03-27 19:16:48 +01:00
TeamHR c35002eb4d
[Fixes] Leaderboard Skull not loading and showing black skulls. 2024-03-27 19:16:47 +01:00
Christian Koop 89b208c136
Merge branch 'master' into development 2024-03-27 19:16:11 +01:00
Ahmet Hakan c951cf924b Update CoopCommand.java
To get the difference between "AhmHkn" and "AhmHkn1" need to use "getPlayerExact"
2024-03-27 19:14:17 +01:00
ceze88 2b3d640a22 Release v3.0.5 2024-03-20 12:34:09 +01:00
ceze88 a75a4eae2d Small internal code change for CustomCrops compatibility 2024-03-20 12:34:00 +01:00
Brianna O'Keefe cc27a5744c Change default world heights. 2024-03-14 18:26:07 -05:00
Brianna OKeefe 9ba7647f53 Fixed some nesting issues. 2024-03-14 18:23:15 -05:00
craftaro-plugins-overview[bot] bd848cc0b3
Updates contents of README.md 2024-03-07 20:52:48 +00:00
Christian Koop cb699a46df
Adds plugin logo at docs/Logo.png 2024-03-07 21:45:14 +01:00
TeamHR b02e594676
fix: Multiple GUI menus that displays player heads (#32) 2024-03-04 13:30:53 +01:00
TeamHR 798f53c148
fix: Leaderbord showing broken skulls (#31)
[Fixed] Leaderboard showing wrong skulls. Using SkullUtils to fetch Skull and applying skin.
2024-03-03 19:30:05 +01:00
Christian Koop c69a5884e6
Merge pull request #30 from TeamHRLive/development
Development
2024-03-02 16:42:14 +01:00
TeamHR 9fe0fde5b2 [Fixes] /is settings not saving for player islands as there is case mismatch.
[Fixes] Operators/Players were not able to fly with Island Fly Upgrade
2024-03-02 20:21:45 +05:30
dependabot[bot] d450049632
Bump org.apache.maven.plugins:maven-shade-plugin from 3.5.1 to 3.5.2 (#28)
Bumps [org.apache.maven.plugins:maven-shade-plugin](https://github.com/apache/maven-shade-plugin) from 3.5.1 to 3.5.2.
- [Release notes](https://github.com/apache/maven-shade-plugin/releases)
- [Commits](https://github.com/apache/maven-shade-plugin/compare/maven-shade-plugin-3.5.1...maven-shade-plugin-3.5.2)

---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-shade-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-01 12:26:35 +01:00
dependabot[bot] 726acf28dd
Bump com.sk89q.worldedit:worldedit-bukkit from 7.2.18 to 7.2.20 (#29)
Bumps com.sk89q.worldedit:worldedit-bukkit from 7.2.18 to 7.2.20.

---
updated-dependencies:
- dependency-name: com.sk89q.worldedit:worldedit-bukkit
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-01 12:26:27 +01:00
TeamHR 383a21ef7a [Fixed] Player's /is settings was not saving.
[Fixed] Ops were not able to fly on ISLAND unless /GMC. Now They can still fly if Fly upgrade is disabled.
2024-03-01 10:50:42 +05:30
Christian Koop 9c2da8c669
Release v3.0.4 2024-02-26 11:59:28 +01:00
Christian Koop 041c146038
ci: Fix potentially problematic `increment_version` value 2024-02-26 11:33:02 +01:00
Christian Koop f87632c2e5
fix: Corrects method signature for required getHandlerList in events #27
The method needs to be static or an IllegalPluginAccessException is thrown when trying to use the event
2024-02-26 10:43:33 +01:00
ceze88 0c8fc5d979 Release v3.0.3 2024-02-23 17:08:14 +01:00
ceze88 fd158996df Fix hologram leaderboards not showing 2024-02-23 17:07:31 +01:00
ceze88 3129adce6f Release v3.0.2 2024-02-12 22:41:59 +01:00
ceze88 491143ce45 Make sure non island members can't access EpicSpawners GUI 2024-02-12 22:41:28 +01:00
ceze88 994357fe8e Temporary fix for hook system 2024-02-12 22:41:02 +01:00
Christian Koop 3aa85c751e
feat: Adds previous island owner to `IslandOwnershipTransferEvent` (#14)
Instead of resolving the previous owner and risk a potential web/api request getting triggert,
although the previous owner might never be used, I decided on just providing the UUID we already have.

The plugins can then still find the (Offline)Player themselves when needed.
2024-01-30 11:45:52 +01:00
ceze88 0b685b31df Release v3.0.1 2024-01-25 20:19:32 +01:00
ceze88 d6819abab2 Update to latest core build 2024-01-25 20:19:07 +01:00