From edc9bffcd3d1ebb6800b7542bdf1c87eabb35108 Mon Sep 17 00:00:00 2001 From: Kaleb Efflandt Date: Sun, 14 Jan 2024 23:30:29 -0600 Subject: [PATCH] Update amscript-docs.md --- amscript-docs.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/amscript-docs.md b/amscript-docs.md index d6e4c9d27..3dc21af5b 100644 --- a/amscript-docs.md +++ b/amscript-docs.md @@ -1,6 +1,12 @@ # Overview -The auto-mcs scripting API (*amscript*) is available to quickly create universal plugins for your auto-mcs servers. It functions primarily as an asynchronous wrapper which fires events from what happens in-game and uses standard Python 3.9 syntax. Because of this mechanic, a single script will work with every Vanilla, CraftBukkit (and derivatives), Forge, and Fabric server regardless of the game version. This functionality can be accessed via the amscript button in the Server Manager. Create a new script to open the built-in IDE and get started!


+The auto-mcs scripting API (*amscript*) is available to quickly create universal plugins for your auto-mcs servers. It functions primarily as an asynchronous wrapper which fires events from what happens in-game and uses standard Python 3.9 syntax. Because of this mechanic, a single script will work with every Vanilla, CraftBukkit (and derivatives), Forge, and Fabric server regardless of the game version. This functionality can be accessed via the amscript button in the Server Manager. Create a new script to open the built-in IDE and get started! + +To see more examples of the library in action, [visit our repository of amscripts](https://github.com/macarooni-man/auto-mcs/tree/main/amscript-library) to see how the objects and events work together! + +> Note: All of these scripts are available to download and edit directly inside the amscript manager + +