diff --git a/include/example_plugin.h b/include/example_plugin.h index 0ec42c7..bb613ae 100644 --- a/include/example_plugin.h +++ b/include/example_plugin.h @@ -14,7 +14,7 @@ class ExamplePlugin : public endstone::Plugin { void onEnable() override { getLogger().info("onEnable is called"); - registerCommand("command", // name + registerCommand("fibonacci", // name "A simple command that writes the Fibonacci series up to n.", // description {"/fibonacci "}, // usages {"fib"} // aliases