The Archery Game Extension enables the creation of archery-based minigames where players can compete for points in defined arenas.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.
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>%
| Placeholder | Description |
|---|---|
%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). |