Commit Graph

41 Commits

Author SHA1 Message Date
2b0e178704 Working ECS block event test
Some checks failed
Verifying Everything Compiles / build (push) Has been cancelled
2026-09-13 01:37:07 +02:00
Neil
b7d12fde4d Merge pull request #23 from AzureDoom/azuredoom-plugin
Some checks failed
Verifying Everything Compiles / build (push) Has been cancelled
Fixes for VSCode and Jar Name not updating when building
2026-06-19 23:03:15 +05:30
AzureDoom
887468221e Fix: Changing mod_name not updating build jar. 2026-06-19 13:21:06 -04:00
AzureDoom
0d554ed8f3 Fix: Ignore .vscode 2026-06-19 13:20:38 -04:00
Neil
7ce4389085 feat: Adds branch for Hytale-Tools plugin example (#21) 2026-06-08 23:39:18 +05:30
AzureDoom
6985b56930 Adds missing imports (I blame Neil :P) 2026-06-08 14:06:12 -04:00
AzureDoom
8476b14e4e Merge branch 'HytaleModding:main' into azuredoom-plugin 2026-06-08 14:03:13 -04:00
AzureDoom
b7a10d305b Adds an example github action that confirms the mod is building and working. 2026-06-08 14:02:34 -04:00
AzureDoom
3a5f053940 Revert "Update ExampleEvent for changes needed to work latest version"
This reverts commit 314ff77855.
2026-06-08 09:30:54 -04:00
AzureDoom
f0f2476f06 Add example of config as well 2026-06-08 09:28:46 -04:00
AzureDoom
314ff77855 Update ExampleEvent for changes needed to work latest version 2026-06-08 09:28:32 -04:00
Neil
bb19417b47 chore: update to 0.5.0 2026-06-08 02:44:50 +05:30
AzureDoom
77b31717f6 Update gradle properly (legacy gradle came from mc project that change the gradlew file quite a bit) 2026-06-03 17:10:29 -04:00
AzureDoom
88110c8c8f Uses latest hytale version always 2026-06-03 12:54:28 -04:00
AzureDoom
01ca457dd2 Add some more examples per community feedback 2026-06-03 12:34:06 -04:00
AzureDoom
4b4a990bae Updated for hytale-tools 2026-06-03 12:09:19 -04:00
Ádám Liszkai
fcba26deff feat: update plugin to 0.2.x so that fixed are auto-applied (#18) 2026-02-05 19:13:19 +00:00
Ádám Liszkai
86582c28de refactor: update plugin to 0.2.4
* feat: update plugin to 0.2.4

* docs: add kick-start description
2026-02-03 16:58:33 +00:00
oskarscot
bab30b7568 refactor: adjust build.gradle.kts 2026-02-03 15:22:52 +00:00
oskarscot
d6575627a3 fix: bump plugin version to fix circular dependencies and make gradlew executable, remove .idea/ junk 2026-02-02 16:32:44 +00:00
Ádám Liszkai
0a897e0522 feat: gradle support (#10)
Switching to the ScaffoldIt Gradle Plugin adding:
- HytaleServer.jar via the official Hytale maven
- Monorepo support via `common {}` block
- Kotlin support via `useKotlin()` function
- Hot-reloading using DCEVM JVM and IDEA
- Automatic manifest in-place generation
- Automatic source path scaffolding
- Source-linked Devserver for zero jar
- Source-linked Asset Editor
2026-02-02 16:08:11 +00:00
Neil
581c43974a fix: verison in manifest 2026-01-27 02:54:31 +05:30
Neil
0b1b779d6d Merge pull request #9 from BestSpark687090/patch-1
Remove the part of pom.xml that causes the resources to not show up inside the build
2026-01-26 15:35:16 +05:30
Neil
aed62e09a0 Merge pull request #14 from SamuelCastrillon/main
Update dependencies in pom.xml
2026-01-26 15:34:52 +05:30
SamuelCastrillon
95ff782b89 fix: artifactId 2026-01-25 21:32:35 -05:00
SamuelCastrillon
d4644e180f Merge branch 'main' of https://github.com/SamuelCastrillon/plugin-template 2026-01-25 21:26:09 -05:00
SamuelCastrillon
ba1443826e feat: Update the project artifact ID, add Hytale Maven repositories, and update the Hytale server dependency. 2026-01-25 21:26:00 -05:00
SamuelCastrillon
e8ef383282 feat: Update the project artifact ID, add Hytale Maven repositories, and update the Hytale server dependency. 2026-01-25 21:19:49 -05:00
BestSpark687090
a3c4f67dff Remove the part of pom.xml that causes the resources to not show up inside the build 2026-01-24 18:20:31 -06:00
Neil
a4b13fd63a Merge pull request #5 from shimizu-izumi/feature/auto-versioning
build(manifest): set version in manifest.json to the package version
2026-01-17 20:38:00 +05:30
Izumi
858e72a80d build(manifest): set version in manifest.json to the package version 2026-01-16 20:13:49 +01:00
ItsNeil17
85a2475eeb feat: use instead of
Signed-off-by: ItsNeil17 <neil@willofsteel.me>

# Conflicts:
#	.idea/workspace.xml
2026-01-14 17:34:41 +05:30
Neil
60291752d6 Merge pull request #2 from Flo12344/main
Added IncludesAssetPack to manifest.json
2026-01-14 05:47:50 +05:30
Flo_12344
7adcb51d81 Added IncludesAssetPack 2026-01-14 00:56:50 +01:00
Neil
c1cf44a567 Merge pull request #1 from JustDrven/feat/fix-git
Removed .idea folder
2026-01-14 00:00:18 +05:30
JustDrven
1a5c608adc chore(project): remove .idea folder 2026-01-13 19:26:32 +01:00
ItsNeil17
b76cce7f98 fix: add Main to manifest
Signed-off-by: ItsNeil17 <neil@willofsteel.me>
2026-01-13 23:26:45 +05:30
ItsNeil17
d39ec0203e feat: add example event
Signed-off-by: ItsNeil17 <neil@willofsteel.me>
2026-01-13 22:24:04 +05:30
ItsNeil17
8590409614 feat: add manifest.json
Signed-off-by: ItsNeil17 <neil@willofsteel.me>
2026-01-13 21:47:15 +05:30
Neil
40b123a0c9 chore: remove .idea 2026-01-13 20:54:18 +05:30
ItsNeil17
061c29c35c feat: initial
Signed-off-by: ItsNeil17 <neil@willofsteel.me>
2026-01-13 20:44:14 +05:30