From 3db53053e1e26018dbfee9f3dfbdb50f3e9cead7 Mon Sep 17 00:00:00 2001 From: Sangelo Date: Tue, 7 Jun 2022 19:13:10 +0200 Subject: [PATCH] Fixed a little bug in the messages.yml --- README.md | 12 ++++++++++++ src/main/resources/messages.yml | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..1335c4e --- /dev/null +++ b/README.md @@ -0,0 +1,12 @@ +# Unique +**Escape the ordinary – Be Unique!** + +This Plugin for Paper and Spigot aims to do what Essentials and others have tried, but in my opinion haven't achieved: Make the use of the plugin as user-friendly as possible. The user should know from a simple description what a command does, how to set it's permissions up and how to use it by reading a simple to understand [WIP] wiki page. + +## Contributions +Here's how you can contribute:
+``git clone`` this project's repository somewhere you like and open it using IntelliJ.
+Once you've made your wanted changes, you can build and test it using Maven. Then, once everything works, you are welcome to open a pull request, and I'll make sure to review it.
+Thanks for your help! +## Wiki and Documentation +You will find the wiki and the documentation of this project [here](https://url.sangelo.space/unique-wiki). It is still under construction though, it will be filled soon. \ No newline at end of file diff --git a/src/main/resources/messages.yml b/src/main/resources/messages.yml index d8ccafa..9172bb3 100644 --- a/src/main/resources/messages.yml +++ b/src/main/resources/messages.yml @@ -11,7 +11,7 @@ console-not-allowed-msg: "You need to be on the server to use this command. # This is the message that is sent to the player, when they don't have the required permissions no-perms-msg: "You don't have the required permissions to execute this command." # This is the error that will be sent when no arguments were given. -no-args-msg: "No arguments were given. Usage: / ." +no-args-msg: "No arguments were given. Usage: /." # This are the force reload messages. force-reload-msg: "Forcing reload of the plugin..." force-reload-complete-msg: "Forcing reload of the plugin complete!"