File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
src/main/java/me/hsgamer/bettergui Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change 2222import me .hsgamer .hscore .common .CachedValue ;
2323import me .hsgamer .hscore .common .StringReplacer ;
2424import me .hsgamer .hscore .config .proxy .ConfigGenerator ;
25+ import me .hsgamer .hscore .variable .CommonVariableBundle ;
2526import me .hsgamer .hscore .variable .VariableBundle ;
2627import org .bstats .bukkit .Metrics ;
2728import org .bstats .charts .AdvancedPie ;
@@ -61,6 +62,7 @@ public static BetterGUI getInstance() {
6162 public void load () {
6263 MessageUtils .setPrefix (messageConfig ::getPrefix );
6364
65+ CommonVariableBundle .registerVariables (variableBundle );
6466 BukkitVariableBundle .registerVariables (variableBundle );
6567 variableBundle .register ("menu_" , StringReplacer .of ((original , uuid ) -> {
6668 String [] split = original .split ("_" , 2 );
You can’t perform that action at this time.
0 commit comments