Fixed a little bug in the messages.yml

This commit is contained in:
Sangelo 2022-06-07 19:13:10 +02:00
parent 0bec85b839
commit 3db53053e1
2 changed files with 13 additions and 1 deletions

12
README.md Normal file
View file

@ -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:</br>
``git clone`` this project's repository somewhere you like and open it using IntelliJ.</br>
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.</br>
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.

View file

@ -11,7 +11,7 @@ console-not-allowed-msg: "<red>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: "<red>You don't have the required permissions to execute this command.</red>"
# This is the error that will be sent when no arguments were given.
no-args-msg: "<red>No arguments were given. Usage: <gold>/<command> <usage>.</red>"
no-args-msg: "<red>No arguments were given. Usage: <gold>/<command>.</red>"
# This are the force reload messages.
force-reload-msg: "<dark_green>Forcing reload of the plugin..."
force-reload-complete-msg: "<dark_green>Forcing reload of the plugin <green>complete</green><dark_green>!"