From f009dc1321d2d341ec2a35238a74eaaea2fc0cc3 Mon Sep 17 00:00:00 2001 From: tastybento Date: Mon, 28 Oct 2019 11:03:20 -0700 Subject: [PATCH] Created Developer Documentation (markdown) --- Developer-Documentation.md | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 Developer-Documentation.md diff --git a/Developer-Documentation.md b/Developer-Documentation.md new file mode 100644 index 0000000..8ca498c --- /dev/null +++ b/Developer-Documentation.md @@ -0,0 +1,4 @@ +Welcome to the BentoBox developer documentation! + +BentoBox is a platform plugin that supports a suite of API's for addons that run on it. The architecture is virtually identical to the Bukkit plugin system. You can create GameModeAddons like BSkyBlock that provide players with your own game mode experience, or you can develop utility plugins, like Warps that enable players in any game mode (or even normal worlds) to use warp signs. +