Reputation Command System Skript icon

Reputation Command System Skript 1.0.0

Reputation made very simple

Reputation Command System Skript Documentation

This document provides information about the Reputation System Skript, its commands, permissions, and functionality.

118f0c2289c0c9100d0d7cd2e5cfc492.gif

Skript Initialization

The skript initializes the reputation data and debug mode on server start.

on Skript start: if {reps} is not set: set {reps} to "{}" # Initialize an empty map for reputation data if {rep::debug} is not set: set {rep::debug} to true # Initialize debug mode if {rep::debug} is true: send "&aLoaded reputation data: &e%{reps}%"

Commands

/repdebug <enable|disable> Enables or disables debug mode. /repdebug enable or /repdebug disable
/repadd <player> <text> <number> Adds reputation to a player for a specific category. /repadd PlayerName Category 10
/repcheck <text> <number> <string> Checks player's reputation and executes a command if sufficient. /repcheck Category 20 command_to_execute
/reputation Displays the player's reputation. /reputation
/repadmin <player> Displays the reputation of another player. /repadmin PlayerName
/repcheckadmin <player> <text> <number> [<text>] Adjusts player reputation and executes a command, if given. /repcheckadmin PlayerName Category 10 command or /repcheckadmin PlayerName Category -5

Command Details

/repdebug <enable|disable>

This command allows administrators to toggle debug mode. When debug mode is enabled, additional information is sent to the console and players during various operations.

command /repdebug <text>: permission: rep.admin

/repadd <player> <text> <number>

This command allows administrators to add reputation points to a player for a specified category.

command /repadd <player> <text> <number>: permission: rep.admin

b7febadc977c552da818322f8a854863.png

/repcheck <text> <number> <string>

This command allows players to check their reputation and execute a command if they meet the required reputation for a specific category.

command /repcheck <text> <number> <string>: permission: rep.user

acece67caf03ce4be6d74f92993b4b60.png
 
b1eed0726b6c1e0726308f18232b7956.jpg

/reputation

This command displays the player's current reputation for all categories.

command /reputation: permission: rep.user

ebefd39f6d620517d65f57624c88549b.png

/repadmin <player>

This command displays the reputation of a specified player for all categories. Only administrators can use this command.

command /repadmin <player>: permission: rep.admin

494e7537ae2c93ac8c68df039c647b45.png

skript

reputation

system