Takaro module library

Takaro Modules

Takaro is a game server management platform for running, automating, and moderating multiplayer communities. These modules install into Takaro to add server automation, Discord workflows, economy systems, and moderation tools.

WipePlayerCharacter

by TrevorJD
for 7 Days to Die
Let 7 Days to Die players request their own character wipe through a confirmed Takaro command. This module gives admins a controlled way to offer self-service character resets while leaving inventory cleanup responsibility visible to the player.
Use this module to:
  • Offer a player-facing character reset command.
  • Require confirmation before destructive character wipe actions.
  • Reduce manual admin work for common reset requests.
communityTakaro v0.4.9

Components Overview

1
config
2
commands
0
hooks
0
Cron Jobs
0
functions
0
permissions

New Module: WipePlayerCharacter

NEW
December 12, 2025
Updated to version 1.0.0. Added 2 commands: reallywipeme, wipeme.

Configuration

Configure this module using the schemas below. The JSON schema defines the data structure, while the UI schema customizes how the configuration form is displayed.

Configuration Schema

No configuration properties defined. This module uses default settings.

UI Schema

No UI schema defined. Configuration form will use default rendering.

About Configuration Schemas

The Configuration Schema defines the structure and validation rules for module settings. The UI Schema customizes how the configuration form is displayed in the Takaro interface, including field ordering, labels, and input types.

Commands (2)

These commands can be executed by players in-game. Each command has a trigger word, optional arguments, and executes JavaScript code on the server.

reallywipeme

/reallywipemeTrigger Command

Description

No help text available

Function Implementation

reallywipeme Function

JAVASCRIPT

Usage Example

Player types: /reallywipeme

wipeme

/wipemeTrigger Command

Description

No help text available

Function Implementation

wipeme Function

JAVASCRIPT

Usage Example

Player types: /wipeme

About Module Commands

Commands allow players to interact with your module through chat. Each command has a trigger word that players type (prefixed with /), optional arguments for parameters, and a JavaScript function that executes when the command is used. Arguments are automatically validated and passed to the function.