From 862e6bed9b7ebc195ef611ff56df2cc9af7ab4f2 Mon Sep 17 00:00:00 2001 From: Landon Jakus <131419859+kingshephard@users.noreply.github.com> Date: Sun, 11 Jan 2026 19:24:51 -0600 Subject: [PATCH] Added links to Bukkit and TrainCarts documentation --- docs/showscript3.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/showscript3.md b/docs/showscript3.md index 44aacf2..c676a0f 100644 --- a/docs/showscript3.md +++ b/docs/showscript3.md @@ -540,3 +540,7 @@ ticks(0) { ``` This allows you to use ShowScript to take practically any action on your server. **Note: This means that anybody with access to your `Shows` directory and the `castmember` command on your server essentially has the ability to run arbitrary code on your computer!** + +The documentation for Bukkit 1.12.2 can be found [here](https://helpch.at/docs/1.12.2/overview-summary.html). + +The documentation for TrainCarts can be found [here](https://ci.mg-dev.eu/javadocs/TrainCarts/.cache/unpack/com/bergerkiller/bukkit/tc/controller/package-summary.html).