Files
core-minigames/src/main/resources/manifest.json
T
HeruEdhel 49bbd2b871 feat: Enhance minigame effects and UI interactions
- Implemented LeaveMinigameQueueEffect to handle player removal from queues and runtime.
- Added OpenMinigameQueueUIEffect to manage the opening of the minigame queue UI.
- Introduced StartPlayerTimerEffect and StopPlayerTimerEffect for managing player timers and scoring.
- Enhanced PlaceBlocksEffect with options for filling volumes and hollow placements.
- Updated SpawnItemEffect to fix codec handling for item IDs.
- Added MountPlayerEffect and DismountPlayerEffect for player interactions with NPCs.
- Improved StartQueuedMinigameEffect to check player counts before starting games.
- Added localization entries for new effects and UI elements.
- Updated manifest to include HyUI as a dependency.
2026-06-11 17:17:54 -07:00

22 lines
544 B
JSON

{
"Group": "net.kewwbec",
"Name": "core-minigames",
"Version": "0.5.3",
"Description": "KweebecNetwork trigger-volume minigame framework for Hytale servers",
"Authors": [
{
"Name": "KweebecNetwork"
}
],
"Website": "https://kewwbec.net",
"ServerVersion": "^0.5.3",
"Dependencies": {
"Ellie:HyUI": "*"
},
"OptionalDependencies": {
},
"DisabledByDefault": false,
"Main": "net.kewwbec.minigames.MinigameCorePlugin",
"IncludesAssetPack": true
}