Fabric Reputation System

Fabric Reputation System

This is a mod to manage player reputation on a server. Mean players (e.g. griefers and thieves) can get downvoted, while nice players can get upvoted. You can configure some actions to happen based on a player's reputation.

by
2.8K Downloads
fabricquiltmanagementutility
Rent Server with this Mod

About this Mod

Fabric Reputation System

This is a mod to manage player reputation on a server. Mean players (e.g. griefers and thieves) can get downvoted, while nice players can get upvoted. You can configure some actions to happen based on a player's reputation. You can configure even more actions using a datapack.

Command summary

  • /rep view [player] — View the reputation of a player.
  • /rep set <rep>, /rep set <player> <rep> (operator only) — Set the reputation of a player.
  • /rep upvote <player> [reason] — Upvote a player. The reason argument can be configured to be required.
  • /rep downvote <player> [reason] — Downvote a player. The reason argument can be configured to be required.
  • /rep reload (operator only) — Reload the config file
  • /rep wanted — View the coordinates of a "wanted" player.

Getting the reputation in a datapack

You can save a player's reputation into a scoreboard objective with the following command:

execute as <entity> store result score @s <objective> run rep view @s[type=player]

Configuring the mod

Here's the mod's default config file:

{
	// Cooldown time is in seconds.
	// `/rep set` is not affected by cooldown, but `/rep upvote` and `/rep downvote` are.
	cooldown: 84600,
	// The minimum and maximum reputation.
	// All reputation changes will clamp between these values.
	minRep: null,
	maxRep: null,
	// Minimum required reputation to PvP. Anything lower than this will not be able to hit another player.
	// Can be set to null to always allow PvP.
	minPvPRep: null,
	// Minimum required reputation to modify within the range of spawn protection.
	// Can be set to null to always disallow modification.
	minSpawnBuildingRep: null,
	// Maximum required reputation to be wanted (have co-ords shown).
	// Can be set to null to not allow anyone to be wanted.
	maxWantedRep: null,
	// Require a reason to vote on a player.
	votingReasonRequired: true,
	// Show the upvote/downvote reason in notifications.
	showReason: false,
	// Notify the player when they get upvoted.
	upvoteNotifications: false,
	// Notify the player when they get downvoted.
	downvoteNotifications: false,
	// Webhook to log upvotes and downvotes.
	discordWebhookUrl: null
}

Querying reputation from a mod

First, depend on the mod in your build.gradle:

repositories {
    exclusiveContent {
        forRepository {
            maven {
                name = "Modrinth"
                url = "https://api.modrinth.com/maven"
            }
        }
        filter {
            includeGroup "maven.modrinth"
        }
    }
}

dependencies {
    modImplementation "maven.modrinth:fabric-rep-system:1.0.0"
}

Then, you can query the API for reputation data using RepUtils.getPlayerReputation(playerUuid).

Available Versions

Fabric Reputation System 1.1.1release
MC 1.19.2fabric, quilt
January 9, 2023
1.1.0release
MC 1.19.2fabric, quilt
November 19, 2022
1.0.0release
MC 1.18.2fabric, quilt
November 18, 2022

How to Install Fabric Reputation System on Your Server

1

Order Server

Order a Minecraft Java server with at least 3 GB RAM (4 GB recommended).

2

Set fabric Loader

In the panel under "Egg", select the fabric loader and matching Minecraft version (1.19.2).

3

Install Mod

Open the mod browser in the dashboard and search for "Fabric Reputation System". Click "Install" – done! Alternatively, upload the .jar via SFTP to the /mods folder.

Compatibility

Mod Loaders

fabricquilt

Minecraft Versions

1.19.2, 1.18.2

Server-side

Required

Recommended RAM

4 GB(min. 3 GB)

Frequently Asked Questions

Fabric Reputation System server crashes on startup – what to do?

Most common cause: wrong fabric version or insufficient RAM. Check the server log (latest.log) for "OutOfMemoryError" or "Mixin" errors. With Mado Hosting: ensure at least 3 GB RAM is allocated and the loader matches the mod version (1.19.2). You can switch loaders with one click in the panel.

Is Fabric Reputation System compatible with fabric and quilt?

Fabric Reputation System officially supports fabric, quilt for Minecraft 1.19.2, 1.18.2. The Mado dashboard automatically detects incompatible loader combinations.

Server lagging with Fabric Reputation System – how to optimize performance?

Recommended RAM: 4 GB (per 8 players). Use /spark profiler to check if Fabric Reputation System consumes the most tick time. Common fixes: reduce server view-distance to 8-10, install "performant" or "starlight" as supplementary mods on Forge. With Mado Hosting, your server runs on NVMe SSDs with dedicated CPU cores for minimal latency.

Rent Modded Server

Install Fabric Reputation System with just one click on your server.

Recommended RAM
4 GBab €8/mo
Min. 3 GB | +1 GB pro 8 Spieler
Create Server Now
1-Click Mod Install
NVMe SSD Storage
DDoS Protection included

Details

License
MIT License
Server-side
Required

Supported Versions

1.19.21.18.2