001package com.ericlam.mc.bungee.hnmc.config;
002
003public interface MainConfig {
004
005    String getPrefix();
006
007    String getNotPlayer();
008
009    String getNoPermission();
010
011    String getNoThisPlayer();
012
013    void reloadConfig();
014}