File tree Expand file tree Collapse file tree
src/main/java/org/example Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33import com .zenith .api .plugin .Plugin ;
44import com .zenith .api .plugin .PluginAPI ;
55import com .zenith .api .plugin .ZenithProxyPlugin ;
6+ import net .kyori .adventure .text .logger .slf4j .ComponentLogger ;
67import org .example .command .ExampleCommand ;
78import org .example .command .ExampleESPCommand ;
89import org .example .module .ExampleESPModule ;
910import org .example .module .ExampleModule ;
10- import org .slf4j .Logger ;
1111
1212@ Plugin (
1313 id = "example-plugin" ,
@@ -22,7 +22,7 @@ public class ExamplePlugin implements ZenithProxyPlugin {
2222 // public static for simple access from modules and commands
2323 // or alternatively, you could pass these around in constructors
2424 public static ExampleConfig PLUGIN_CONFIG ;
25- public static Logger LOG ;
25+ public static ComponentLogger LOG ;
2626
2727 @ Override
2828 public void onLoad (PluginAPI pluginAPI ) {
You can’t perform that action at this time.
0 commit comments