From 75c3e1f601be1795351228e1e37500c776b4cb17 Mon Sep 17 00:00:00 2001 From: virustotalop Date: Fri, 16 Nov 2018 04:05:58 -0800 Subject: [PATCH] Updated readme, clarified some things about the project --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1370d7ff2..9138a6ae1 100644 --- a/README.md +++ b/README.md @@ -14,10 +14,13 @@ Designed to make writing menus for players to interact with easier. * Forge - Planned * A number of functions to use to customize menus * Functions use latebinding + * Addons can be written for more functions * Guis can be written in yaml, json or hocon * Proxy support + * Bungeecord * Custom replacers - * Built-in and support for PlaceholderAPI + * Built-in replacer support + * Support for PlaceholderAPI * Loading guis from a remote location * Currently supports loading from a webserver @@ -48,4 +51,4 @@ Some possible uses for DynamicGui. ### Building -`gradlew shadowJar` \ No newline at end of file +`gradlew shadowJar`