Modscraper Modscraper Minecraft
Piku logo

Piku

Mod

A Fabric mod that adds client-side scripting to Minecraft servers.

Type

Mod

Modrinth Downloads

22

Modrinth ID

Z1TiZVjG

Last Updated

Jun 6, 2026

Description

๐Ÿ“– Docs ยท ๐Ÿ’ป GitHub

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
  • 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

Compatibility

Mod Loaders

Fabric

Game Versions

1.21.10

Similar Mods

External Resources