Dimitri Lagast avatar

Dimitri Lagast

Community

@xdinkyx · Belgium

0Followers
|
7Public Repos
|
40Published Skills

Agent Skills by Dimitri Lagast

Showing 40 vetted skills indexed across 1 GitHub repositories.

xDinkyxxDinkyx

hytale-commands

Document Hytale plugin server commands with Java argument and permission handling.

Community
Advanced
xDinkyxxDinkyx

hytale-hotbar-actions

Intercept and filter player packets to customize Hytale hotbar key actions.

Community
Advanced
xDinkyxxDinkyx

hytale-tag-system

Document Hytale's hierarchical tag system and AssetRegistry API usage.

Community
Intermediate
xDinkyxxDinkyx

hytale-logging

Document Hytale's HytaleLogger API for server-side plugin logging.

Community
Intermediate
xDinkyxxDinkyx

hytale-config-files

Manages persistent Hytale plugin configuration files using Java and Config<T>.

Community
Intermediate
xDinkyxxDinkyx

hytale-ecs

Explains Hytale's Entity Component System for plugin development.

Community
Advanced
xDinkyxxDinkyx

hytale-env-setup

Set up a Hytale plugin development environment with JDK 25 and VS Code.

Community
Intermediate
xDinkyxxDinkyx

update-server-lib

Download the latest Hytale pre-release server, decompile its JAR with Vineflower, and update server assets.

Community
Advanced
xDinkyxxDinkyx

generate-agent-docs

Generates documentation for AI coding assistant customizations from parsed YAML and Markdown content.

Community
Intermediate
xDinkyxxDinkyx

hytale-chat-formatting

Format Hytale chat messages with PlayerChatEvent and TinyMessage rich text.

Community
Intermediate
xDinkyxxDinkyx

hytale-text-holograms

Generate floating text holograms in Hytale using invisible entities with Nameplate components.

Community
Intermediate
xDinkyxxDinkyx

hytale-teleporting-players

Teleport Hytale players using Teleport components and Transform data.

Community
Intermediate
xDinkyxxDinkyx

copilot-file-specs

Document file formats for AI coding assistant customization files.

Community
Basic
xDinkyxxDinkyx

hytale-camera-controls

Manage Hytale server-side camera settings via ServerCameraSettings and SetServerCamera packets.

Community
Intermediate
xDinkyxxDinkyx

hytale-notifications

Send in-game notifications to Hytale players via NotificationUtil.

Community
Basic
xDinkyxxDinkyx

hytale-player-input

Intercept and filter Hytale player input packets via PacketAdapters.

Community
Advanced
xDinkyxxDinkyx

hytale-spawning-entities

Spawn visible model-based entities in Hytale using the Entity Component System.

Community
Intermediate
xDinkyxxDinkyx

hytale-items

Document Hytale's item system, including the Item Registry API and custom item JSON definitions.

Community
Intermediate
xDinkyxxDinkyx

hytale-blocks

Create custom Hytale block definitions with JSON and asset packs.

Community
Intermediate
xDinkyxxDinkyx

hytale-instances

Manage Hytale instanced worlds with the InstancesPlugin for spawning, teleporting, and removing instances.

Community
Advanced
xDinkyxxDinkyx

analyze-agent-overlap

Scan provider folders to detect overlaps among agents, skills, prompts, and instructions.

Community
Advanced
xDinkyxxDinkyx

hytale-ui-modding

Create custom Hytale UIs using .ui files and the Java UI API.

Community
Advanced
xDinkyxxDinkyx

hytale-playing-sounds

Play sounds to players in Hytale plugins using SoundUtil and SoundEvent.

Community
Basic
xDinkyxxDinkyx

hytale-events

Document Hytale event handling for IEvent, IAsyncEvent, and EcsEvent plugins.

Community
Intermediate