ServerPlugin

Undocumented in source.

Members

Functions

autosave
void autosave(MonoTime now)
Undocumented in source. Be warned that the author may not have intended to support it.
init
void init(IPluginManager pluginman)
Undocumented in source. Be warned that the author may not have intended to support it.
onSaveCommand
void onSaveCommand(CommandParams )
Undocumented in source. Be warned that the author may not have intended to support it.
onStopCommand
void onStopCommand(CommandParams )
Undocumented in source. Be warned that the author may not have intended to support it.
run
void run(string[] args, ServerMode serverMode)
Undocumented in source. Be warned that the author may not have intended to support it.
save
void save()
Undocumented in source. Be warned that the author may not have intended to support it.

Mixins

__anonymous
mixin IdAndSemverFrom!"voxelman.server.plugininfo"
Undocumented in source.

Variables

autosavePeriod
Duration autosavePeriod;
Undocumented in source.
isAutosaveEnabled
bool isAutosaveEnabled;
Undocumented in source.
isRunning
bool isRunning;
Undocumented in source.
lastSaveTime
MonoTime lastSaveTime;
Undocumented in source.
mode
ServerMode mode;
Undocumented in source.

Meta