{"id":15141167,"url":"https://github.com/buckaroobanzay/epic","last_synced_at":"2026-02-06T07:35:29.038Z","repository":{"id":48386400,"uuid":"211099021","full_name":"BuckarooBanzay/epic","owner":"BuckarooBanzay","description":"epic -- Enhanced Programmer for Ingame Control","archived":false,"fork":false,"pushed_at":"2024-08-16T05:29:35.000Z","size":9929,"stargazers_count":6,"open_issues_count":16,"forks_count":2,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-01-30T20:29:46.942Z","etag":null,"topics":["epic","minetest","minetest-mod","mob","quest"],"latest_commit_sha":null,"homepage":"","language":"Lua","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/BuckarooBanzay.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":"license.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-09-26T13:43:32.000Z","updated_at":"2024-08-16T05:29:39.000Z","dependencies_parsed_at":"2024-08-16T06:53:39.901Z","dependency_job_id":null,"html_url":"https://github.com/BuckarooBanzay/epic","commit_stats":null,"previous_names":["buckaroobanzay/epic"],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BuckarooBanzay%2Fepic","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BuckarooBanzay%2Fepic/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BuckarooBanzay%2Fepic/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BuckarooBanzay%2Fepic/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/BuckarooBanzay","download_url":"https://codeload.github.com/BuckarooBanzay/epic/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":237869216,"owners_count":19379288,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["epic","minetest","minetest-mod","mob","quest"],"created_at":"2024-09-26T09:00:27.942Z","updated_at":"2025-10-23T18:30:35.610Z","avatar_url":"https://github.com/BuckarooBanzay.png","language":"Lua","funding_links":[],"categories":[],"sub_categories":[],"readme":"\nepic -- Enhanced Programmer for Ingame Control\n-----------------\n\nA mod for [minetest](http://www.minetest.net)\n\n![](https://github.com/buckaroobanzay/epic/workflows/luacheck/badge.svg)\n![](https://github.com/buckaroobanzay/epic/workflows/test/badge.svg)\n[![Coverage Status](https://coveralls.io/repos/github/BuckarooBanzay/epic/badge.svg?branch=master)](https://coveralls.io/github/BuckarooBanzay/epic?branch=master)\n\n# Overview\n\nCreate and program missions or quests by placing and configuring blocks.\n\n\u003cimg src=\"./screenshot.png\"/\u003e\n\nSuccessor of the [missions](https://github.com/thomasrudin-mt/missions) mod.\n\n# Links\n\n* Github: https://github.com/buckaroobanzay/epic\n* Issues: https://github.com/buckaroobanzay/epic/issues\n* ContentDB: https://content.minetest.net/packages/BuckarooBanzay/epic/\n* Forums: https://forum.minetest.net/viewtopic.php?f=9\u0026t=23558\n\n# Features\n\n* Create missions or quests with player interaction\n* Audio and Visual effects (skybox, background-sounds, etc)\n* Environment manipulation (set node, remove node)\n* Inventory manipulation\n* Waypoints\n* Teleporting\n* Spawn mobs\n* Send messages\n* Execute commands\n* Simple control flow (no lua coding needed)\n* Conditional branching (for example: \"if player is *there* then execute *that*\")\n* 3rd-party mod integrations (mobs, signs, mesecons)\n\n# Demo\n\nFor a demo visit the [Damocles](https://damocles.minetest.land) server.\n\n# Compatibility\n\n* Minetest \u003e= 5.0\n\n# Manual\n\n* [Basic concept](doc/basic-concept.md)\n* Available [blocks](doc/blocks.md)\n* Simple Quest [example](doc/example.md)\n* [Privilieges](doc/privs.md)\n* [Chat commands](doc/chatcommands.md)\n* [Best practices](doc/best-practices.md)\n* [Area commands](doc/area-commands.md)\n\n# Dependencies\n\nOptional:\n* default\n* screwdriver\n* mobs\n* mesecons\n* digilines\n* player_monoids\n* soundblock\n* monitoring\n* signs\n\n# Plugins\n\n* More skyboxes: https://github.com/damocles-minetest/epic_skybox\n* Weather control: https://github.com/damocles-minetest/epic_weather\n\n# Settings\n\n* **epic.log_executor** (bool, false) logs executor internals to the action log\n* **epic.hud.offsetx** (float) hud x offset\n* **epic.hud.offsety** (float) hud y offset\n* **epic.build_restrictions** (bool, false) if true you need the `epic_builder` priv to place epic blocks\n\n# Portability notes\n\nAll coordinates are stored relative in the blocks.\nThis makes it possible to copy your creations in the same or across worlds with WorldEdit or a similar tool.\n\n# Technical docs\n\n* [Mod integration](doc/mod-integration.md)\n* [Executor hooks](doc/executor_hooks.md)\n* [Executor](doc/executor.md)\n* [State](doc/state.md)\n\n# Licenses\n\n## Code\n\n* MIT\n\n## Assets\n\n* epic_node_action.png / epic_node_bg.png / epic_mese_crystal.png / epic_node_condition.png\n  * CC BY-SA 3.0 https://github.com/minetest/minetest_game\n\n* 16x16 Icons in `textures/*`\n  * CC BY-SA 3.0 http://www.small-icons.com/packs/16x16-free-toolbar-icons.htm\n  * CC BY-SA 3.0 http://www.small-icons.com/packs/16x16-free-application-icons.htm\n\n* Other textures\n  * CC BY-SA 3.0\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbuckaroobanzay%2Fepic","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbuckaroobanzay%2Fepic","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbuckaroobanzay%2Fepic/lists"}