mirror of
https://github.com/JEFF-Media-GbR/ChestSort.git
synced 2025-02-08 08:21:36 +01:00
Update JeffChestSortMessages.java
comments
This commit is contained in:
parent
2452d16329
commit
93b7882bbf
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user