Config.Node

Configuration for the node.

Constructors

this
this()
Undocumented in source.

Members

Structs

Game
struct Game
Undocumented in source.

Variables

aboutCommand
bool aboutCommand;
Undocumented in source.
bedrock
Game bedrock;
Undocumented in source.
depleteHunger
bool depleteHunger;
Undocumented in source.
difficulty
Difficulty difficulty;
Undocumented in source.
doDaylightCycle
bool doDaylightCycle;
Undocumented in source.
doEntityDrops
bool doEntityDrops;
Undocumented in source.
doFireTick
bool doFireTick;
Undocumented in source.
doScheduledTicks
bool doScheduledTicks;
Undocumented in source.
doWeatherCycle
bool doWeatherCycle;
Undocumented in source.
gamemode
Gamemode gamemode;
Undocumented in source.
helpCommand
bool helpCommand;
Undocumented in source.
ip
string ip;
Undocumented in source.
java
Game java;
Undocumented in source.
main
bool main;
Undocumented in source.
maxPlayers
uint maxPlayers;
Undocumented in source.
name
string name;
Undocumented in source.
naturalRegeneration
bool naturalRegeneration;
Undocumented in source.
password
string password;
Undocumented in source.
permissionCommand
bool permissionCommand;
Undocumented in source.
port
ushort port;
Undocumented in source.
pvp
bool pvp;
Undocumented in source.
randomTickSpeed
uint randomTickSpeed;
Undocumented in source.
stopCommand
bool stopCommand;
Undocumented in source.
transferCommand
bool transferCommand;
Undocumented in source.
viewDistance
uint viewDistance;
Undocumented in source.
worldCommand
bool worldCommand;
Undocumented in source.

Meta