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})
12JavaScriptPixelScript v29
More projects
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