Skip to main content

Reference

Command and function reference, and feature summary.

Command / Function Reference

FunctionWho Runs ItDescription
function craftify:setupAdminRuns initial server setup — configures gamerules and registers warp data storage.
function craftify:welcomeSystemTriggered on first join. Grants the welcome pack to new players.
function craftify:warp/createAdminCreates a warp point at the current position. Requires operator permission.
function craftify:warp/removeAdminRemoves a warp point by name. Requires operator permission.
function craftify:warp/randomPlayerTeleports the player to a random warp point from the registry.
function craftify:warp/listAdminLists all registered warp points to the chat / console.
function craftify:pulseSystemRepeating 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

FeatureTypePlayer ImpactAdmin Action
Custom crafting recipes (19+)RecipeNew survival crafting optionsNone — active on load
End Crystal in End City lootLoot TableMore end crystals from explorationNone
Skeleton Horse drops End CrystalLoot TableRare bonus from skeleton horse killNone
Player head drop on PvP killLoot TablePvP trophies, decorative headsNone — requires PvP enabled
Ender Dragon drops eggLoot TableDragon egg as loot instead of blockNone
Improved Drowned dropsLoot TableBetter copper/shell farmingNone
Improved Warden dropsLoot TableRewarding Warden fightsNone
Bee count on nest/hive breakFunction (Pulse)Informs before destroying colonyRun craftify:setup
Dragon death announcementFunction (Pulse)Server-wide event notificationRun craftify:setup
Welcome pack on first joinAdvancement + FunctionStarter items for new playersRun craftify:setup
Diamond X-ray warningAdvancement + FunctionRule reminder on diamond pickupRun craftify:setup
Warp system (book, points, random)Loot Table + FunctionFast travel between warp pointsSetup + warp creation required