Skip to content
laz edited this page Jun 27, 2025 · 6 revisions

DaemonMC Wiki

Here you can find everything related to plugins and more.

DaemonMC.yaml

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

Commands

DaemonMC comes with various game and debug commands.

shutdown

Unload world and plugins, close the server.

/shutdown

dev

Enter Debug mode to access debugging commands and options.

/dev

list

Show table with all online players.

/list

liste

Show table with all spawned entities.

/liste

Commands (Debug mode)

exit

Leave debug mode and return to default command environment.

/exit

actorflags

Send specific ActorFlags value to entity or player.

/actorflags <EntityID (long)> <ActorFlags (int)>

pklog

Enable or disable networking packet logger.

/pklog <enable (bool)>

Clone this wiki locally