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.
7dtdCommands
- Provide teleport, utility, and player convenience commands.
- Centralize command permissions and help text in Takaro.
- Extend 7 Days to Die server operations with configurable module workflows.
Components Overview
New Module: 7dtdCommands
NEWminibike, drone, bicycle, gfxoff, debuff, 4x4, visit, gyro, home, gfxon. New permissions: inGameCommands, HOME_PERMISSION, VISIT_PERMISSION.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 (12)
These commands can be executed by players in-game. Each command has a trigger word, optional arguments, and executes JavaScript code on the server.
link
Description
Function Implementation
link Function
JAVASCRIPTUsage Example
gfxon
Description
Function Implementation
gfxon Function
JAVASCRIPTUsage Example
gfx
Description
Function Implementation
gfx Function
JAVASCRIPTUsage Example
visit
Description
Arguments (1)
playerTarget
stringPosition 0""Function Implementation
visit Function
JAVASCRIPTUsage Example
bicycle
Description
Function Implementation
bicycle Function
JAVASCRIPTUsage Example
debuff
Description
Function Implementation
debuff Function
JAVASCRIPTUsage Example
minibike
Description
Function Implementation
minibike Function
JAVASCRIPTUsage Example
drone
Description
Function Implementation
drone Function
JAVASCRIPTUsage Example
gyro
Description
Function Implementation
gyro Function
JAVASCRIPTUsage Example
4x4
Description
Function Implementation
4x4 Function
JAVASCRIPTUsage Example
home
Description
Function Implementation
home Function
JAVASCRIPTUsage Example
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.
Permissions (3)
These permissions control who can access different features of this module. Administrators can assign these permissions to roles, allowing fine-grained access control.
General Permissions
Home command Permission
HOME_PERMISSIONPermission KeyDescription
Gives players access to the home command
Permission Details
HOME_PERMISSIONIn Game Commands
inGameCommandsPermission KeyDescription
Commands in game
Permission Details
inGameCommandsVisit Command Permission
VISIT_PERMISSIONPermission KeyDescription
Gives players permission to use the visit commmand
Permission Details
VISIT_PERMISSIONAbout Module Permissions
Permissions control access to module features and functionality. Each permission has a unique key for identification, a friendly name for display, and a description explaining what it allows. Some permissions are countable, meaning they can have numeric values or limits assigned. Administrators assign these permissions to user roles to control who can use different module features.







































