-
Notifications
You must be signed in to change notification settings - Fork 3
Home
laz edited this page Jun 27, 2025
·
6 revisions
Here you can find everything related to plugins and more.
Did your server's config file broke? Here. Copy and paste!
#This will appear as server name in motd
serverName: DaemonMC
#This will appear as world name in motd
worldName: Nice new server
#How many player can join the server
maxOnline: 10
#Default world where players will spawn when joining
spawnWorld: My World
#Enable server internal Debug and Log.Debug messages
debug: false
DaemonMC comes with various game and debug commands.
Unload world and plugins, close the server.
/shutdown
Enter Debug mode to access debugging commands and options.
/dev
Show table with all online players.
/list
Show table with all spawned entities.
/liste
Leave debug mode and return to default command environment.
/exit
Send specific ActorFlags value to entity or player.
/actorflags <EntityID (long)> <ActorFlags (int)>
Enable or disable networking packet logger.
/pklog <enable (bool)>