Updated API (markdown)

NotMyFault 2018-12-18 21:19:30 +01:00
parent 737ee5a243
commit 0777340685

2
API.md

@ -1,5 +1,5 @@
# Need help?
If you need help coding anything, feel free to hop on [IRC](http://webchat.esper.net/?nick=&channels=IntellectualCrafters&fg_color=000&fg_sec_color=000&bg_color=FFF).
If you need help coding anything, feel free to hop on [discord](https://discord.gg/ngZCzbU).
# Porting WorldEdit API code to FAWE
Firstly, FAWE isn't meant to modify the behavior of the WorldEdit API. Existing code should run faster simply by having FAWE installed. Porting code (which is using the WorldEdit API) to work async is as easy as putting it in an async thread (e.g. With the bukkit scheduler).