From 294a4c1040e039ca7bb371b76fdb691fded5eed8 Mon Sep 17 00:00:00 2001 From: Jan Holcak Date: Thu, 11 Aug 2016 17:45:38 +0200 Subject: [PATCH] Create README.md --- README.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..b7f83fc --- /dev/null +++ b/README.md @@ -0,0 +1,21 @@ +# BetterAlias +"Smart" alias system for Bukkit commands + +Links: +====== +- [Bukkit](https://dev.bukkit.org/bukkit-plugins/betteralias/) + +Build +===== +1. git clone https://github.com/Ne0nx3r0/BetterAlias.git +2. cd BetterAlias +3. mvn install +4. cp target/BetterAlias*.jar {$server_dir}/plugins/BetterAlias.jar +5. run server + +Installation +============ +1. Add BetterAlias.jar to your plugins directory +2. Once loaded an aliases.yml file will be created +3. Customize the file and use /bareload to enable the changes. +4. Use the examples inside aliases.yml to setup aliases for everyone to use! (or add a custom permission node for the command)