# MODS

- [CRDTN Creatures](/mods/crdtn-creatures.md): Pack of scripted creatures for DayZ
- [Phantom](/mods/crdtn-creatures/phantom.md): Phantom is a custom script inspired by stalker's phantom dogs which are able to clone and emit psi energy.
- [config.cpp](/mods/crdtn-creatures/config.cpp.md)
- [CRDTN Core](/mods/crdtn-core.md)
- [File Logger](/mods/crdtn-core/file-logger.md): With the latest update I have added a custom file logger, which you can create in your code and save the logging results to your custom folder.
- [Logger Player Connected](/mods/crdtn-core/file-logger/logger-player-connected.md): In this example, I will show you how to create a logger for player connection so basically a file, which contains an information of time and connected player.
- [Rest Api](/mods/crdtn-core/rest-api.md): CRDTN Core supports using of Rest Api in a more convenient way. Sometimes you want to get some data from the internet during runtime of your server. You can use this for various things.
- [Getting started](/mods/crdtn-core/rest-api/getting-started.md)
- [Event Handler](/mods/crdtn-core/event-handler.md)
- [Notifications UI](/mods/crdtn-core/notifications-ui.md)
- [Admin Utils](/mods/crdtn-core/admin-utils.md): Admin utils is just a simple container for cache of player ids, which are elligible as admins.
- [NPCs](/mods/crdtn-core/npcs.md): You can spawn following npcs. Each npc has it's own display name, it's immortal and can be equipped with stuff.
- [CRDTN Gui](/mods/crdtn-gui.md): Client side mod which overhauls the vanilla UI with a custom font and colors with some minor custom elements.
- [CRDTN Krabice](/mods/crdtn-krabice.md): Complete stash system solution
- [CRDTN Factions](/mods/crdtn-factions.md): under development
- [CRDTN Quests](/mods/crdtn-quests.md): CRDTN Quests is a mod tinkered for DayZ server owners who are keen to add a new PVE experience into their worlds. This complex system allows players to use their own quest log and complete tasks.
- [Getting started](/mods/crdtn-quests/getting-started.md)
- [Client Side](/mods/crdtn-quests/client-side.md): This is a high level overview of how the Client side mod is structured. If you are not familiar with some of the points, please give me a comment on Discord or here and I will do my best to help.
- [Server Side](/mods/crdtn-quests/server-side.md)
- [Installation](/mods/crdtn-quests/server-side/installation.md)
- [Quests.json](/mods/crdtn-quests/server-side/installation/quests-json.md): Main config file of the quest database
- [Goal](/mods/crdtn-quests/server-side/installation/quests-json/goal.md)
- [Reward](/mods/crdtn-quests/server-side/installation/quests-json/reward.md)
- [Quest Events](/mods/crdtn-quests/server-side/installation/quest-events.md)
- [Teleport quest with quest event (server)](/mods/crdtn-quests/server-side/installation/quest-events/teleport-quest-with-quest-event-server.md)
- [Quest & Goal Types](/mods/crdtn-quests/server-side/quest-and-goal-types.md)
- [Turn-In goal](/mods/crdtn-quests/server-side/quest-and-goal-types/turn-in-goal.md)
- [Kill goal](/mods/crdtn-quests/server-side/quest-and-goal-types/kill-goal.md)
- [Trade goal](/mods/crdtn-quests/server-side/quest-and-goal-types/trade-goal.md)
- [Craft goal](/mods/crdtn-quests/server-side/quest-and-goal-types/craft-goal.md)
- [Action goal](/mods/crdtn-quests/server-side/quest-and-goal-types/action-goal.md)
- [Explore goal](/mods/crdtn-quests/server-side/quest-and-goal-types/explore-goal.md)
- [Rewards](/mods/crdtn-quests/server-side/rewards.md)
- [Quest NPCs](/mods/crdtn-quests/server-side/quest-npcs.md)
- [CRDTN Fire Regen](/mods/crdtn-fire-regen.md)
- [Config](/mods/crdtn-fire-regen/config.md)
- [CRDTN Sounds](/mods/crdtn-sounds.md)
- [CRDTN Locked Doors](/mods/crdtn-locked-doors.md): Fastest way of setting up the locked buildings on the server
- [Config](/mods/crdtn-locked-doors/config.md): Explanation of the config structure
- [How To](/mods/crdtn-locked-doors/how-to.md): Mod the Locked Doors? You need to create a new config.cpp file and add it somewhere within your server mods.
- [config.cpp](/mods/crdtn-locked-doors/config.cpp.md)
