Update JeffChestSortMessages.java

comments
This commit is contained in:
JEFF 2019-04-29 01:01:23 +02:00 committed by GitHub
parent 2452d16329
commit 93b7882bbf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,11 +3,17 @@ package de.jeffclan.JeffChestSort;
import org.bukkit.ChatColor;
public class JeffChestSortMessages {
// Messages can be customized in the config.yml
// To avoid problems with missing messages in the config, the default messages are
// hardcoded.
// When creating pull requests that feature a message to the player, please stick to this scheme
JeffChestSortPlugin plugin;
final String MSG_ACTIVATED, MSG_DEACTIVATED, MSG_COMMANDMESSAGE, MSG_COMMANDMESSAGE2, MSG_PLAYERSONLY;
JeffChestSortMessages(JeffChestSortPlugin plugin) {
this.plugin = plugin;