File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -63,16 +63,6 @@ CC=clang-18 CXX=clang++-18 cmake -B build -DCMAKE_BUILD_TYPE=Release
6363cmake --build build
6464```
6565
66- ## Troubleshooting
67-
68- ** ` GLIBC_2.xx not found ` when loading the plugin on Linux**
69-
70- Plugins are linked against glibc at build time and require the same or newer version at
71- runtime. A plugin built on Ubuntu 24.04 will not load on a server running Ubuntu 22.04.
72-
73- To maximize compatibility, build on an older OS. GitHub Actions runners (Ubuntu 22.04)
74- are a good default for this reason.
75-
7666## Project Structure
7767
7868```
@@ -104,6 +94,16 @@ builds for both Windows and Linux, and attaches the binaries to the release.
10494
10595Use ** dry run** to preview without making changes.
10696
97+ ## Troubleshooting
98+
99+ ** ` GLIBC_2.xx not found ` when loading the plugin on Linux**
100+
101+ Plugins are linked against glibc at build time and require the same or newer version at
102+ runtime. A plugin built on Ubuntu 24.04 will not load on a server running Ubuntu 22.04.
103+
104+ To maximize compatibility, build on an older OS. GitHub Actions runners (Ubuntu 22.04)
105+ are a good default for this reason.
106+
107107## Documentation
108108
109109For more on the Endstone API, see the [ documentation] ( https://endstone.dev/latest/ ) .
You can’t perform that action at this time.
0 commit comments