From ea128f82ce735fbac7941c75671028311fe9cadd Mon Sep 17 00:00:00 2001 From: BONNe Date: Mon, 25 Feb 2019 15:10:19 +0200 Subject: [PATCH] Updated Addon Request Handlers (markdown) --- Addon-Request-Handlers.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Addon-Request-Handlers.md b/Addon-Request-Handlers.md index 7a01c9b..cd8c877 100644 --- a/Addon-Request-Handlers.md +++ b/Addon-Request-Handlers.md @@ -3,6 +3,11 @@ BentoBox request handlers are a nice feature that allows getting access to internal add-on data without necessary inject and overwrite add-on. The Challenges add-on has got 5 useful request handlers that provide information about challenges and challenge levels. +### Usage + +Challenges Request Handler works the same as all BentoBox Request Handlers. +You can see it in this PullRequest: https://github.com/BentoBoxWorld/BentoBox/pull/400 + ### Challenge List request handler Magic string: `challenge-list`