• Joined on 2025-04-15
kariya pushed to master at hcu/hcu-items 2025-12-11 23:49:03 +09:00
23bb8559f2 feat: Add double jump component
kariya pushed to master at hcu/hcu-items 2025-12-11 22:18:10 +09:00
d293cb031b refactor: Consolidate component ticking logic into EventListener, remove ComponentListener, and update App.kt and documentation accordingly.
kariya pushed to master at hcu/hcu-items 2025-12-11 21:59:59 +09:00
b476368425 refactor: Replace SpecialItem with CustomItem interface and AbstractItem class.
kariya pushed to master at hcu/hcu-items 2025-12-10 22:17:15 +09:00
9bb631df74 feat: Add command argument to apply components with a specific tier level.
kariya pushed to master at hcu/hcu-items 2025-12-10 22:12:14 +09:00
2f441e334d refactor: Centralize event dispatching to special items and components, enhance item hand checks, and add new content creation documentation.
kariya pushed to master at hcu/hcu-items 2025-12-10 21:43:02 +09:00
d4e84fea1b feat: Add onToggleSneak event to CustomComponent and refactor GliderComponent activation to use it with a global ticker.
kariya pushed to master at hcu/hcu-items 2025-12-10 21:05:52 +09:00
ee4ac4467e feat: Migrate Glider item functionality to GliderComponent, enabling dynamic tier attributes and right-click deployment, and add min/max tier enforcement to SpecialItem creation.
kariya pushed to master at hcu/hcu-items 2025-12-09 20:52:10 +09:00
400d02d320 feat: Introduce a component-based item system with new registries and listeners, refactoring special items like Glider and Grappling.
kariya pushed to master at hcu/hcu-items 2025-12-09 17:07:41 +09:00
e6c35c5b1e feat: Reduce player vertical velocity after grappling and increase grappling hook projectile speed.
kariya pushed to master at hcu/hcu-items 2025-12-08 22:20:53 +09:00
283961652c feat: Improve Glider item user feedback with action bar messages, sounds, and particles, add a detailed gliding status display, and update Grappling Hook lore with tier-based stats.
kariya pushed to master at hcu/hcu-items 2025-12-08 21:51:47 +09:00
7cc8ccc395 feat: Introduce Glider item with its associated recipes, models, textures, and mechanics.
kariya pushed to master at hcu/hcu-items 2025-12-08 17:10:02 +09:00
0a8011d65b docs: Remove excessive Javadoc and inline comments from item and registry classes.
kariya pushed to master at hcu/hcu-items 2025-12-08 17:07:07 +09:00
a47930ac87 feat: Implement a grappling hook special item with dedicated event handling for its mechanics.
kariya pushed to master at hcu/hcu-items 2025-12-08 15:37:24 +09:00
553f4589a6 feat: Introduce item tiers, integrate them into special item creation and behavior, and update the /hcu give command to support tier specification.
kariya pushed to master at hcu/hcu-items 2025-12-08 02:54:00 +09:00
7ca1092d6d build: Add Gradle performance properties, switch several dependencies to compileOnly, and remove Exposed and PostgreSQL dependencies.
kariya pushed to master at hcu/hcu-items 2025-12-08 02:24:43 +09:00
b19d9cf17a feat: implement initial hcu Items plugin with command and event handling for special items
kariya created branch master in hcu/hcu-items 2025-12-08 02:24:43 +09:00
kariya created repository hcu/hcu-items 2025-12-08 02:23:42 +09:00
kariya pushed to main at kariya/elevator 2025-12-08 00:34:38 +09:00
d1702b5018 feat: Implement safety checks for elevator teleportation to prevent players from getting stuck in blocks.
kariya pushed to main at kariya/elevator 2025-12-07 23:43:21 +09:00
152bb5096d fix: Corrected an issue where elevators would not function if other blocks were present between the elevator blocks.