Skip to content

VgamerV3/hytale-mod-template-entities

Repository files navigation

hytale-mod-template-entities

Overview

Entity-oriented state tracking and event-driven behavior hooks. This repository is a practical starting point for a Hytale mod.

Main entrypoint

  • Main class from manifest.json: net.hytaledepot.templates.mod.entities.EntitiesModPlugin
  • Includes asset pack: true

Source layout

  • Java sources: src/main/java
  • Manifest: src/main/resources/manifest.json
  • Runtime jar output: build/libs/hytale-mod-template-entities-1.0.0.jar

Key classes

  • EntitiesModPlugin
  • EntitiesModTemplate

Commands

  • /hdentitiesmoddemo
  • /hdentitiesmodstatus

Build

  1. Ensure the server jar is available in one of these locations:
    • HYTALE_SERVER_JAR
    • HYTALE_HOME/install/$patchline/package/game/latest/Server/HytaleServer.jar
    • workspace root HytaleServer.jar
    • libs/HytaleServer.jar
  2. Run: ./gradlew clean build
  3. Copy build/libs/hytale-mod-template-entities-1.0.0.jar into your server mods/ folder.

License

MIT

About

Hytale mod template for entities workflows, with runnable starter code and prebuilt artifact.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages