Skip to content

Commit

Permalink
chore: update plugin description
Browse files Browse the repository at this point in the history
  • Loading branch information
wu-vincent committed Mar 13, 2024
1 parent a6acb3c commit ae91fce
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions include/example_plugin.h
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@ class ExamplePlugin : public endstone::Plugin {

private:
endstone::PluginDescription description_{
"CppExamplePlugin", // name
"0.2.0", // version
"Official C++ example plugin for Endstone servers", // description
{"Endstone Developers <[email protected]>"} // authors
"CppExamplePlugin", // name
"0.2.0", // version
"C++ example plugin for Endstone servers", // description
{"Endstone Developers <[email protected]>"} // authors
};
};

0 comments on commit ae91fce

Please sign in to comment.