Pixelib Logo

pixelib

Solutions that scale and just make sense, for projects that can't accept anything less.

By Duco & Mats

NEW: PixelScript

Make development 10 times faster with the JavaScript revolution for Minecraft plugins. Build 10x faster with modular code, hot reloading, and modern ES6 syntax.

JavaScriptMinecraftHot Reload
events.js
1import {Gui} from "../../../../global/utils/guilib/api/gui";
2import {ServerName} from "../../../../config/constants";
3import {createItem} from "../../../../global/utils/guilib/api/item";
4import {Button} from "../../../../global/utils/guilib/api/gui_button";
5import {GuiUtils} from "../../../../global/utils/guilib/api/gui_utils";
6
7registerListener($.PlayerJoinEvent, (event) => {
8  const player = event.getPlayer();
9  const welcomeGui = createWelcomeGui(player);
10  welcomeGui.open(player);
11})
12
JavaScriptPixelScript v29

More projects

Meteor

Write distributed Java applications as if all components are local.

v1.0.4
Details

Needle

Elegant, no fuss java dependency injection framework. Feels like spring, without the weight.

v1.0.0
Details

ReflectionPath

Navigate java objects as if its a JSON tree. No more reflection boilerplate or confusing type gymnastics.

v1.0.0
Details

Why we build

We're two developers who build tools we need in our daily work. When we encounter something frustrating or missing in the Java ecosystem, we build it ourselves.

Our approach is straightforward: create libraries with clean APIs that behave intuitively. No overengineering, no unnecessary complexity.

For us, it's about the craft. We enjoy the challenge of making complex problems simple, and we use these tools in our own projects.

D
M
Duco & Mats