Skip to content

Commit

Permalink
Update amscript-docs.md
Browse files Browse the repository at this point in the history
  • Loading branch information
macarooni-man committed Jan 15, 2024
1 parent 7ca15af commit edc9bff
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion amscript-docs.md
Original file line number Diff line number Diff line change
@@ -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! <br><br><br>
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
<br><br><br>



Expand Down

0 comments on commit edc9bff

Please sign in to comment.