-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add language configuration to the plugin (#5)
* Added a config.yml for the plugin to change deny message, * Fixed the startup message version. * Added some pom.xml stuff to overall make the plugin more up to date. * Add the new language to the sent message. * Load the config & pass instance to the event. * Update README Add a usage section * Nevermind * Update plugin version * Add requested changes * Remove un-needed line * Reduce diff, alter code to set the deny claim message on load. Co-authored-by: Llm Dl <[email protected]>
- Loading branch information
Showing
4 changed files
with
28 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
language: | ||
deny-claim: "&cYou're not allowed to claim in this region." |