SkillAgentSearch skills...

EndstonePluginTemplate

A template to make C++ plugins for Endstone.

Install / Use

/learn @thesamgordon/EndstonePluginTemplate
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Endstone Plugin Template

This template serves as a way to quickly create new plugins in C++ for Endstone. This template includes a GitHub workflow to build your plugin for Windows and Linux, with both Debug and Release builds.

What to Change

CMakeLists.txt - Change project(example_plugin) to reflect the name of your project.

src/example_plugin.cpp - Change example_plugin to the same name used above.

.github/workflows/cmake-compile.yml - Change PROJECT_NAME to the same name used above.

View on GitHub
GitHub Stars6
CategoryDevelopment
Updated8mo ago
Forks0

Languages

CMake

Security Score

67/100

Audited on Jul 23, 2025

No findings