
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.
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

/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


/reputation
This command displays the player's current reputation for all categories.
command /reputation: permission: rep.user

/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
