Command / Function Reference
| Function | Who Runs It | Description |
|---|---|---|
function craftify:setup | Admin | Runs initial server setup — configures gamerules and registers warp data storage. |
function craftify:welcome | System | Triggered on first join. Grants the welcome pack to new players. |
function craftify:warp/create | Admin | Creates a warp point at the current position. Requires operator permission. |
function craftify:warp/remove | Admin | Removes a warp point by name. Requires operator permission. |
function craftify:warp/random | Player | Teleports the player to a random warp point from the registry. |
function craftify:warp/list | Admin | Lists all registered warp points to the chat / console. |
function craftify:pulse | System | Repeating tick function. Handles bee counter, dragon announcement, and warp checks. |
Note
All functions are run via the /function command in-game or via the server console. Player-accessible features (warp book, recipes) do not require direct function execution by players.Feature Summary
| Feature | Type | Player Impact | Admin Action |
|---|---|---|---|
| Custom crafting recipes (19+) | Recipe | New survival crafting options | None — active on load |
| End Crystal in End City loot | Loot Table | More end crystals from exploration | None |
| Skeleton Horse drops End Crystal | Loot Table | Rare bonus from skeleton horse kill | None |
| Player head drop on PvP kill | Loot Table | PvP trophies, decorative heads | None — requires PvP enabled |
| Ender Dragon drops egg | Loot Table | Dragon egg as loot instead of block | None |
| Improved Drowned drops | Loot Table | Better copper/shell farming | None |
| Improved Warden drops | Loot Table | Rewarding Warden fights | None |
| Bee count on nest/hive break | Function (Pulse) | Informs before destroying colony | Run craftify:setup |
| Dragon death announcement | Function (Pulse) | Server-wide event notification | Run craftify:setup |
| Welcome pack on first join | Advancement + Function | Starter items for new players | Run craftify:setup |
| Diamond X-ray warning | Advancement + Function | Rule reminder on diamond pickup | Run craftify:setup |
| Warp system (book, points, random) | Loot Table + Function | Fast travel between warp points | Setup + warp creation required |