Skip to content

Commit

Permalink
feat: add website to CppExamplePlugin's metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
wu-vincent committed Mar 21, 2024
1 parent 461eaad commit 80eb9b3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/example_plugin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
ENDSTONE_PLUGIN(/*name=*/"CppExamplePlugin", /*version=*/"0.3.0", /*main_class=*/ExamplePlugin)
{
plugin.description = "C++ example plugin for Endstone servers";
plugin.website = "https://github.com/EndstoneMC/cpp-example-plugin";
plugin.authors = {"Endstone Developers <[email protected]>"};

plugin.command("debug")
Expand Down

0 comments on commit 80eb9b3

Please sign in to comment.