Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.borntocraftstudio.net/llms.txt

Use this file to discover all available pages before exploring further.

The Archery Game Extension enables the creation of archery-based minigames where players can compete for points in defined arenas.

Source Code

View the source code on GitHub.

Download Releases

Get the latest JARs.

๐Ÿ“š Entry Library

๐ŸŽฌ Actions

Commands to control the minigame flow.

Join Game

Join an arena

Quit Game

Leave the current game

๐Ÿ“– Definitions

Setup arenas and game rules.

Game Definition

Configure arena rules and settings

๐Ÿ“ฆ Artifacts

Runtime data management.

Arena Artifact

Active game state storage

Placeholders

Global placeholders pattern: %typewriter_archery_<type>_<definition_id>_<mode>%
PlaceholderDescription
%typewriter_archery_top_<id>_MAX_TARGET%Top score for Max Target mode.
%typewriter_archery_top_<id>_TIME_ATTACK%Top score for Time Attack mode.
%typewriter_archery_player_top_<id>_MAX_TARGET%Playerโ€™s personal best (Max Target).
%typewriter_archery_player_top_<id>_TIME_ATTACK%Playerโ€™s personal best (Time Attack).