feather-rs / feather

A Minecraft server implementation in Rust
Apache License 2.0
2.58k stars 143 forks source link

Added some docs on plugins. #500

Open Miro-Andrin opened 2 years ago

Miro-Andrin commented 2 years ago

Started on docs for plugins with help from @Tracreed .

tim-kt commented 2 years ago

I've submitted some wording changes, nothing too major. What's missing for me as an outsider is what the plugin should look like after I create it with cargo-quill (to see if I made a mistake or not) and what the general structure of a plugin is (Plugin trait, implementing this trait, systems, etc).

Miro-Andrin commented 2 years ago

Agree, but we ran out of energy before we got that far.