LeviLamina
Loading...
Searching...
No Matches
ServerInfo.h
1#pragma once
2
3#include <atomic>
4#include <filesystem>
5
6namespace ll {
7LLAPI bool setServerMotd(std::string const& serverName, bool shouldAnnounce = true);
8LLNDAPI std::optional<std::filesystem::path> getWorldPath();
9LLNDAPI std::optional<std::filesystem::path> getWorldDataRoot();
10LLNDAPI std::optional<std::filesystem::path> getWorldConfigRoot();
11} // namespace ll