Commit Graph

448 Commits

Author SHA1 Message Date
Christian Koop
2ac99900b7
Merge branch 'development' 2024-09-23 10:22:56 +02:00
Christian Koop
ef01e528d2
Release v8.5.0 2024-09-23 10:22:50 +02:00
Christian Koop
ee98394e0b
fix: use the Core's SkullItemCreator instead of XSeries's XSkull
The class should fix a couple of issues players have been reporting,
2024-09-23 10:22:20 +02:00
Christian Koop
15b9426f78
chore(deps): upgrade SongodaCore to v3.4.0-SNAPSHOT 2024-09-19 17:51:20 +02:00
ceze88
3201c004f8 Release v8.4.1 2024-08-21 17:31:36 +02:00
ceze88
646328f88f Remove debug 2024-08-21 17:27:46 +02:00
singh
7527e2b840 [Removed] Debug messages from Boosting. 2024-08-20 22:20:05 +05:30
singh
d34979b47a [FIXED] Multiple SpawnOptions not working due to improper number casting.
[CHANGED] Using NMS implementations to set MOB AI instead of Core EntityUtils
2024-08-20 22:04:37 +05:30
singh
5efa573c04 [FIXED] Multiple SpawnOptions not working due to improper number casting.
[CHANGED] Using NMS implementations to set MOB AI instead of Core EntityUtils
2024-08-20 22:01:42 +05:30
dependabot[bot]
da7ee8976f
Bump org.apache.maven.plugins:maven-shade-plugin from 3.5.2 to 3.6.0 (#35)
Bumps [org.apache.maven.plugins:maven-shade-plugin](https://github.com/apache/maven-shade-plugin) from 3.5.2 to 3.6.0.
- [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.6.0)

---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-shade-plugin
  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-08-15 17:04:24 +02:00
ceze88
644beefc4d Release v8.4.0
Bump version to fix conflict with the released one on the site
2024-07-25 14:40:54 +02:00
ceze88
356afd9a0a Release v8.2.5 2024-07-25 13:32:25 +02:00
ceze88
be36b9ef1f Fix Double currency symbol and unnecessary color codes in GUI 2024-07-25 13:31:14 +02:00
ceze88
cbfe903745 Fix ConcurrentModification error 2024-07-10 19:09:25 +02:00
ceze88
2cdbef2ee3 Fix GUI item names 2024-07-10 19:09:02 +02:00
Christian Koop
0d5d4eb3a4
fix: replace usage of deleted SkullUtils class with XSkull
Updating the Core also updated XSeries which got rid of
SkullUtils in favor of new methods in XSkull
2024-06-22 15:44:30 +02:00
ceze88
1b8ccfe5bc Release v8.2.4 2024-06-06 20:12:14 +02:00
ceze88
157bd63c0e Update core version to 3.0.7-SNAPSHOT 2024-06-06 18:09:18 +02:00
ceze88
80e7bb1c4b Update shade plugin 2024-06-06 18:08:11 +02:00
Spiderjockey02
65a1e368e7 Spawner upgrade cost now takes in account the stack size 2024-05-24 14:10:02 +01:00
ceze88
2ed70e7bfb Release v8.2.3 2024-05-06 10:50:49 +02:00
ceze88
0365caf5d1 Fix MySQL support 2024-04-24 15:08:44 +02:00
ceze88
8937aab91a Fix sql syntax error 2024-04-24 14:24:36 +02:00
ceze88
a4b8acd61a Fix console warning about skull meta 2024-04-18 19:00:01 +02:00
xsmeths
a17a66b65d modern default min&max heights with backwards compatibility 2024-04-11 17:33:22 +01:00
xsmeths
21e77a89d7 fix for continuous egg entity spawn causing infinite chickens to spawn when custom item spawners are paused due to not meeting spawn conditions 2024-04-11 16:05:44 +01:00
Brianna O'Keefe
f6ae34006a Moved HeadType to core. 2024-04-05 22:51:43 -05:00
Brianna OKeefe
657a7792d9 version 8.2.2 2024-04-03 12:54:35 -05:00
Brianna OKeefe
e13c2a90c3 Accurately represent the spawners location in the config. 2024-04-03 12:45:58 -05:00
Brianna OKeefe
7efb42ab90 Make the spawners appear better in the editors spawner selector. 2024-04-03 12:45:48 -05:00
Brianna OKeefe
78f8e6fe88 Don't start before UltimateStacker. 2024-04-03 12:45:42 -05:00
Brianna O'Keefe
04d7b32f3a version 8.2.1 2024-03-30 11:38:27 -05:00
Brianna O'Keefe
d79ee0b94a No more weird back buttons. 2024-03-30 11:37:43 -05:00
Brianna O'Keefe
97deb4aa9c Improved lore for some tiered admin stuff. 2024-03-29 22:46:48 -05:00
Brianna O'Keefe
81b0ea4034 Default to pig spawners when a spawner does not have a type present. 2024-03-29 22:34:59 -05:00
dependabot[bot]
1637c65c2a
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 19:05:19 +01:00
ceze88
b96ba7444c Cancel interact if not owner accessing spawner 2024-02-12 22:14:11 +01:00
ceze88
a505872411 Release v8.2.0 2024-01-24 12:57:21 +01:00
ceze88
f1e7a94ddd Fix spawner break cost 2024-01-20 18:11:30 +01:00
dependabot[bot]
faba12f4f9
Bump com.github.brcdev-minecraft:shopgui-api from 1.0.0 to 3.0.0 (#24)
Bumps [com.github.brcdev-minecraft:shopgui-api](https://github.com/brcdev-minecraft/shopgui-api) from 1.0.0 to 3.0.0.
- [Release notes](https://github.com/brcdev-minecraft/shopgui-api/releases)
- [Commits](https://github.com/brcdev-minecraft/shopgui-api/compare/1.0.0...3.0.0)

---
updated-dependencies:
- dependency-name: com.github.brcdev-minecraft:shopgui-api
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-01-13 22:39:53 +01:00
Christian Koop
1774dd8ea3
Release v8.1.0 2024-01-13 22:07:10 +01:00
Christian Koop
c7b8d75233
Removes now no-longer needed #getDependencies from plugin main class
The core now provides an implementation which returns an empty Set
2024-01-13 22:04:08 +01:00
dependabot[bot]
84a73fb935
Bump me.clip:placeholderapi from 2.9.2 to 2.11.5 (#23)
Bumps me.clip:placeholderapi from 2.9.2 to 2.11.5.

---
updated-dependencies:
- dependency-name: me.clip:placeholderapi
  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-01-13 18:09:56 +01:00
dependabot[bot]
4042d9a252
Bump org.apache.maven.plugins:maven-shade-plugin from 3.5.0 to 3.5.1 (#21)
Bumps [org.apache.maven.plugins:maven-shade-plugin](https://github.com/apache/maven-shade-plugin) from 3.5.0 to 3.5.1.
- [Release notes](https://github.com/apache/maven-shade-plugin/releases)
- [Commits](https://github.com/apache/maven-shade-plugin/compare/maven-shade-plugin-3.5.0...maven-shade-plugin-3.5.1)

---
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-01-13 18:06:26 +01:00
ceze88
784a267093 Release v8.0.3 2024-01-13 15:59:28 +01:00
ceze88
eae0f959f1 Fix entity_kill duplicated entires 2024-01-11 13:49:40 +01:00
ceze88
15542a3229 Fix CoreProtect hook when plugin not present 2024-01-07 14:37:12 +01:00
ceze88
08b25e8852 Migrate to dynamic dependency loading 2024-01-07 14:36:57 +01:00
ceze88
d9e7a5f0db Adds missed logging 2023-12-18 17:21:27 +01:00
ceze88
637a0c9779 Release v8.0.3-SNAPSHOT 2023-12-18 15:30:43 +01:00