Commit Graph

408 Commits

Author SHA1 Message Date
craftaro-plugins-overview[bot] 0332376f7f
Updates contents of README.md 2024-04-18 17:09:53 +00:00
Christian Koop a791802465
Merge branch 'development' 2024-03-28 15:09:06 +01:00
Christian Koop 9b93aac532
Release v4.2.0
* Break grass and flowers when in the way of auto land tilling
* Fixed the FabledSkyblock permission hook
2024-03-28 15:08:59 +01:00
Christian Koop 08b9b6b6af
chore(deps): Update SongodaCore to v3.0.4-SNAPSHOT 2024-03-28 15:06:27 +01:00
Christian Koop c1b10f8696
Merge branch 'master' into development 2024-03-27 18:58:17 +01:00
Brianna OKeefe fa04433b29 Break and drop grass and flowers when in the way of auto land tilling. 2024-03-27 12:07:02 -05:00
TeamHR 20304d247e [Fixed] FabledSkyblock permission hook. 2024-03-27 11:42:21 -05:00
craftaro-plugins-overview[bot] 9e1ac3173a
Updates contents of README.md 2024-03-07 20:52:11 +00:00
Christian Koop db7f868b65
Adds plugin logo at docs/Logo.png 2024-03-07 21:49:12 +01:00
dependabot[bot] 6b3d68fa02
Bump org.apache.maven.plugins:maven-shade-plugin from 3.4.1 to 3.5.2 (#5)
Bumps [org.apache.maven.plugins:maven-shade-plugin](https://github.com/apache/maven-shade-plugin) from 3.4.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.4.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-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-02-26 12:45:46 +01:00
Christian Koop 01bcb19ded
Merge branch 'development' 2024-02-26 12:39:13 +01:00
Christian Koop bea8fa3446
ci: Create GitHub Actions build workflow 2024-02-26 12:35:28 +01:00
Christian Koop f86e5adad4
ci: Initially configures Dependabot 2024-02-26 12:34:56 +01:00
Christian Koop e19eeaffd7
docs: Creates FUNDING.yml 2024-02-26 12:33:27 +01:00
ceze88 322ad1c27d Release v4.1.1 2024-02-12 22:54:25 +01:00
ceze88 d6e050a033 Fix breed cap 2024-02-12 22:54:15 +01:00
ceze88 dd9eea801a Fix wools getting additional NBT data and can't be stacked 2024-02-10 13:12:51 +01:00
ceze88 10924217a7 Fix async sound play causes farms not to work 2024-02-10 13:12:11 +01:00
Christian Koop ec2c019745
Release v4.1.0 2024-01-13 21:50:14 +01:00
Christian Koop 7332899033
Removes now no-longer needed `#getDependencies` from plugin main class
The core now provides an implementation which returns an empty Set
2024-01-13 21:45:37 +01:00
ceze88 7cca82a54f Migrate to dynamic dependency loading 2024-01-11 16:04:14 +01:00
ceze88 d6909fb5c5 Release v4.0.0 2023-12-15 12:40:12 +01:00
ceze88 4767f79cd4 Fix data loading issues 2023-12-15 12:38:14 +01:00
ceze88 2a1966c153 Release v4.0.0-b3-SNAPSHOT 2023-10-25 16:39:01 +02:00
ceze88 c4af287f5b Update DataHelper 2023-10-25 16:38:21 +02:00
Christian Koop f2b3c6980e
Fixes Exception on plugin startup by dropping MySQL "support"
I don't see a way to support this check with the new database API.
`EpicFarming#getDataManager()` is `null` while the migrations are running
2023-10-24 03:26:33 +02:00
ceze88 c85fdb02c3 Release v4.0.0-b2-SNAPSHOT 2023-09-04 21:51:03 +02:00
ceze88 1c4cc32957 Updates FabledSkyBlock compatibility 2023-09-04 21:50:37 +02:00
ceze88 286617d6f4 Release v4.0.0-b1-SNAPSHOT 2023-08-24 12:05:44 +02:00
ceze88 b8d4824424 Update migration 2023-08-24 12:05:33 +02:00
ceze88 9fea3edc7b Release v4.0.0-SNAPSHOT 2023-08-24 12:04:13 +02:00
ceze88 d4bd92cfce Changes group id from com.songoda to com.craftaro 2023-07-26 18:05:13 +02:00
ceze88 f32760476d Revert "Changes group id from com.songoda to com.craftaro and updates repository"
This reverts commit 506a6b9526.
2023-07-26 18:04:44 +02:00
ceze88 506a6b9526 Changes group id from com.songoda to com.craftaro and updates repository 2023-07-26 18:03:12 +02:00
ceze88 36c0350324 Changes package names from com.songoda to com.craftaro 2023-07-26 18:01:37 +02:00
Christian Koop 7bedb94af4
Exclude `org/h2/` and `org/mariadb/` from jar minimization
Relates to d41670d212
2023-07-01 11:25:40 +02:00
Christian Koop 514ba25999
Fix default farm type in BlockListener
You can see in the Farm class and in `com/songoda/epicfarming/EpicFarming.java:219` that it
wants to default to `BOTH`
2023-07-01 11:09:49 +02:00
ceze88 d41670d212 Updates to new database system 2023-07-01 10:41:18 +02:00
Christian Koop 95a4110ae4
Update calls to CompatibleMaterial#getGlassPaneColor to new method name 2023-06-30 22:59:15 +02:00
Christian Koop e17a36357c
Replace deprecated usages of CompatibleSound with XSound 2023-06-30 22:58:36 +02:00
Christian Koop 87a8285fe4
Revert "Don't shade the Core's NMS classes into the final plugin"
This reverts commit 1b2f2de580.

The plugin might not need Nms but the Core sadly does for some basic functionality
2023-06-29 12:15:07 +02:00
Christian Koop 5dd494d2d9
Use `SpigotMC` as maven repository ID 2023-06-29 11:29:08 +02:00
Christian Koop f94fce4c59
Merge branch 'master' into development 2023-06-29 08:24:21 +02:00
Christian Koop 7d73daecf5
Updates .gitignore 2023-06-29 08:24:12 +02:00
craftaro-plugins-overview[bot] 38d4cf02a5
Updates contents of README.md 2023-06-26 15:25:52 +00:00
Christian Koop baf312cbf6
Fix non-replaced placeholders in `plugin.yml` 2023-06-26 16:43:36 +02:00
Christian Koop 5dfc521696
Release v3.4.0-SNAPSHOT 2023-06-25 16:23:39 +02:00
Christian Koop 1b2f2de580
Don't shade the Core's NMS classes into the final plugin
EpicFarming is not using NMS right now, so we don't need it
2023-06-25 16:23:19 +02:00
Christian Koop 3d5ec6ad7e
Migrate from SongodaCore to CraftaroCore v3.0.0-SNAPSHOT 2023-06-25 16:21:10 +02:00
Christian Koop 336f6d6570
Heavy code style changes and slight refactoring 2023-06-25 14:56:37 +02:00