Skip to content

Commit

Permalink
Update plugins.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Overo3 authored Dec 4, 2024
1 parent 140e534 commit 8a6c19d
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions plugins.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
# Making plugins for CipherOS

I designed the plugin structure to be similar to the Bukkit plugins to make it easier to develop on.

Making plugins for CipherOS is very easy if you know how to do object orianted programming for Python and if you know how to build modules with the `__init__.py` class.

You can use the [Example plugin](https://github.com/mas6y6/CipherOS/tree/main/example_plugin) if you want.
Expand Down Expand Up @@ -207,7 +205,7 @@ These are tools for helping you make your plugin that is built into CipherOS.

This is the custom built in `ArgumentParser` that CipherOS.

> [!IMPORTENT]
> [!IMPORTANT]
> **Please include after the `parser.parse_args()` function**
> ```py
> if parser.help_flag
Expand All @@ -217,4 +215,4 @@ This is the custom built in `ArgumentParser` that CipherOS.
> **This required because when the flags (--help,-h) are passed the Help message is printed into the console.**
> **But it continues the script so this is required to kill the rest of the script**
- I will continue writing it later :D @mas6y6 12/3/24 9:40
- I will continue writing it later :D @mas6y6 12/3/24 9:40

0 comments on commit 8a6c19d

Please sign in to comment.