Commit Graph

13 Commits

Author SHA1 Message Date
486254b6dd Added SolarCell Ticking System 2026-02-07 00:24:59 +01:00
6fc02d82b4 Added SolarCellInitializer 2026-02-06 18:14:31 +01:00
4cb965adb9 Added Interfaces and SolarCellComponent 2026-02-06 17:42:04 +01:00
2370f624c7 Add World destruction 2026-02-06 13:31:34 +01:00
790012e4c4 Added Logging for what kind of components a chunk reference has 2026-02-05 23:48:37 +01:00
63482565c5 Run Workflow 2026-02-05 22:23:17 +01:00
5ed67d4e0d Updated Manifest and Package names
# Conflicts:
#	src/main/java/org/KaiFlo/SolarCell/ExamplePlugin.java
#	src/main/java/org/KaiFlo/SolarCell/SolarCellPlugin.java
#	src/main/java/org/example/plugin/ExamplePlugin.java
2026-02-05 22:02:17 +01:00
6f20b8268b Updated Manifest and Package names 2026-02-05 21:58:32 +01:00
14012dbb2a Remove old Plugin 2026-02-05 21:50:49 +01:00
Britakee
b8aa5e265e Merge branch 'main' of https://github.com/Avellea/hytale-template-plugin into Avellea-main 2026-01-19 04:06:00 +01:00
Britakee
41dd40e48b Migrate to new Hytale plugin template structure
Replaces the previous Kotlin-based Gradle build and template files with a new Java-based Gradle build system and updated example plugin code. Removes old build scripts, plugin template, and configuration, and introduces a new ExamplePlugin with updated manifest, command, and recipe example. Updates documentation and project configuration to match the new structure and usage.
2026-01-16 07:24:15 +01:00
Avellea
f1a44f2a21 [FIX] Modify template for release Hytale 2026-01-15 10:17:41 -06:00
Britakee
0dc5695def Initial project setup with Hytale plugin template
Add a minimal, ready-to-use Hytale plugin template including Gradle build scripts, GitHub Actions CI workflow, example plugin class, configuration and manifest files, and supporting documentation. This setup provides modern build tooling, automated server testing, and best practices for plugin development.
2026-01-09 20:08:26 +01:00