Compatibility
Minecraft: Java Edition
1.21.10
Platforms
Supported environments
Client-side
Server-side
Tags
Creators
Details
Licensed MIT
Published 2 weeks ago
Piku is a Fabric mod that brings Luau scripting to servers! You can build custom UI, cameras systems, and run client-side logic without Java, shader work or extra server load!
Usage
Piku is a client-side mod. Players are not required to use it on Piku servers by default, and is typically used to expand server functionality.
Platforms
| Platform | Client | Server |
|---|---|---|
| Fabric | โ | โ |
| Minestom | โ | โ |
| Paper | โ | โ |
Current Features
- Input Handling
- listening to player's inputs (keyboard, mouse)
- UI System
- build complex UIs using the 8+ UI components
- Camera System
- manipulate the player's camera using a full 3-axis movement (roll included), with easings
- Cinematic Camera System
- manipulate a decoupled camera using 3 axis movement with various movement and animation controls
- Scheduler
- time-based events and delays
- Shared States
- sync data between the server and the client
- Client Control
- tinker with the client using various controls
- hotbar visibility
- perspective
- inventory items
- nbt
- play sounds
- view bobbing
- tinker with the client using various controls
- Debugging
- built-in script independent logging
- Raycasting
- client-side raycasting with powerful entity filters and customisation options
- NBT & Components
- read & write data components of items and entities
To-do List / Roadmap
Tasks labeled here may not be worked on in chronological order.
- โ Input Handling
- โ Finish UI system (now finished for the most part)
- โ
Error handling & debugging
- โ
log.info,warn,error
- โ
- โ Time system/scheduler
- โ
Camera System
- โ Movement/rotation + easing
- โ All 3 axes of rotation
- โ
World Interaction
- โ Raycasts
- โ Querying blocks/entities on the client
- โน๏ธ Client Control
- โน๏ธ Lock/manipulate/animate FOV
- โ Disable/Enable bobbing
- โ Changeable bobbing strength
- โ Querying keybinds on the client
- โน๏ธ Player control
- โน๏ธ Disabling view of client or other players' limbs/armor
- โ Shared states
- โน๏ธ Particle System (GPU based)
- โ Write docs


