MCPcopy Create free account
hub / github.com/EndstoneMC/endstone / getPluginFileFilters

Method getPluginFileFilters

src/endstone/python/plugin.cpp:78–81  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

76 }
77
78 [[nodiscard]] std::vector<std::string> getPluginFileFilters() const override
79 {
80 return {"\\.whl"};
81 }
82
83 void enablePlugin(Plugin &plugin) const override
84 {

Callers 1

TEST_FFunction · 0.45

Calls

no outgoing calls

Tested by 1

TEST_FFunction · 0.36