From 1266f181d1e034866ddce6eb772d0005d6da1fd7 Mon Sep 17 00:00:00 2001 From: MysteriousKyle <39589930+MysteriousKyle@users.noreply.github.com> Date: Tue, 15 Sep 2020 12:51:38 -0300 Subject: [PATCH] Update README.md --- README.md | 51 +++++++++++++++++++++++++++++++++++++++++---------- 1 file changed, 41 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index a0d776a..4b38046 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,37 @@ -## EpicVouchers -EpicVouchers is the best solution for vouchers on any server with amazing features updated everyday by me (Songoda). -Quality, performance, and support are my priorities for this resource. Purchase it for $2.99 (sometimes cheaper with sales). -> **Note:** Please consider purchasing this resource on Spigot if you want to really support me. - - -## Developers -Here is an example with built-in methods for developers that want to use the EpicVouchers API for their own resources. -This is a kinda long example so think about that too but I am sure that you will understand the usage of it quick and easy. +
+ +
++ Create vouchers that players can claim for rewards with seemingly infinite possibilities. Customize your server’s vouchers through an intuitive in-game editor. + +
+
+
+
+
+## Table of Contents
+
+* [Introduction](#introduction)
+* [Marketplace](#marketplace)
+* [Documentation](#documentation)
+* [Developers API](#developers-api)
+* [Support](#support)
+* [Suggestions](#suggestions)
+
+## Introduction
+EpicVouchers is simple to use voucher plugin, that gives you the ability to reward players automatically without needing to give them permission to a command or manually run a command on a player yourself. This plugin is perfect for cosmetic rewards, selling in-game ranks, crate and kit rewards, unique shop designs, etc. The plugin also features an in-game GUI that allows you to create, edit and delete vouchers without needing to configurate the files, or restart/reload the server to apply the changes. It's a perfect plugin for production servers, and gives you unlimited ways to reward your loyal players easily.
+
+## Marketplace
+You can visit [our marketplace](https://songoda.com/marketplace/product/epicvouchers-advanced-vouchers-by-gui.25) to download EpicVouchers as well as take a look at many other fantastic plugins which are sure to catch your eye.
+
+## Documentation
+You can find all the information about the plugin, including dependencies, commands, permissions, incompatible plugins on [our wiki](https://wiki.songoda.com/Epic_Vouchers). Feel free to also contribute to the wiki as a way to help others in the community with using the plugin.
+
+## Developers API
+Here is an example with built-in methods for developers that want to use the EpicVouchers API for their own resources. This is a pretty long example, so take that into consideration when looking at the example, but I am sure that you will understand the usage of it quickly.
+
```ruby
@EventHandler
public void redeemListener(VoucherRedeemEvent event) {
@@ -63,4 +88,10 @@ HandlerList handlers = event.getHandlers();
# Cancel the event with a boolean.
event.isCancelled(true);
}
-```
\ No newline at end of file
+```
+
+## Support
+If you encounter any issues while using the plugin, feel free to create a ticket on [our support desk](https://support.songoda.com).
+
+## Suggestions
+For suggestions about features you think should be added to the plugin to increase its functionality, feel free to create a thread over on [our feedback site](https://feedback.songoda.com).