Saros Report System

Quick rating

Community listing page, reviews here may not be monitored by the author.

Saros Report System

By SaroceschOwner

No reviews yet

Bring a fast, configurable ticket system to your Minecraft servers. Players file tickets in-game with a single command, you receive Discord notifications instantly.

Mod Loaders
Forge
NeoForge
Minecraft
26.2

Community voices

Reviews

List view
Grid view
Compact view
Sort by
Date
Rating
Helpful
Unhelpful
Edited
Sort ascending
Show per page
10
25
50
Delete this review?

This removes your review from the project. You can write a new review after.

Review submitted for moderation

Your review has been sent to moderators, who will check that it meets our guidelines before it appears publicly.

No reviews yet. Be the first to review this project!

Get it on

Available Platforms

Compatibility

Supported Environments

Where It Runs
Server Only

Runs entirely on the server. Also works in singleplayer.

About

Project Details

Type
Mod
License
All Rights Reserved
Latest Version
Report System 1.0.0 (NeoForge)

For authors

Embed Badge

If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.

Custom banner text
ModDex rating badge preview

Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.

Identifiers

Platform IDs

CurseForge ID
Modrinth ID

Resources

External Links

Source Issues Wiki Discord

About

Description

Header

Bring a fast, configurable ticket system to your Minecraft servers. Players file tickets in-game with a single command, you receive rich Discord notifications instantly.


Highlights

  • In‑game tickets with a simple command: /ticket <category> <reason...>
  • Multi‑word categories supported (e.g., "Staff Request", "Player Report")
  • Smart tab completion that suggests only your configured categories
  • Discord webhook integration using rich embeds
    • Configurable embed color (hex)
    • Player head/avatar shown in the embed
    • Clean, readable layout using your message template
  • Fully server‑side configuration (common config); no client required
  • Customizable user‑facing messages (success/help/errors) with placeholders

Description

  • Ticket command

    • /ticket <category> <reason...>
    • Works with multi‑word categories
    • Bare /ticket shows a configurable help/usage message
  • Discord embeds

    • Ticket is posted to a Discord channel via webhook
    • Color is configurable (hex, e.g., #5865F2)
    • The player's Minecraft head is used as avatar and embed thumbnail
    • All placeholders from your template are preserved
  • Server‑side config only

    • Everything is configured from the server's common config (no client dependency)
    • All players see the same messages no matter their client language
  • Clean admin UX

    • Tab completion shows only categories from your config
    • Invalid categories or missing reasons return clear, configurable errors

Commands

  • Base command: /ticket
  • Usage: /ticket <category> <reason...>
  • Examples:
    • /ticket Bug Bees are escaping the hive enclosure
    • /ticket Staff Request Please review my claim
    • /ticket Player Report Steve griefed my base at spawn

Notes

  • Multi‑word categories are parsed correctly; the remainder becomes the reason
  • Suggestions show only configured categories

Config

All options live in config/sarosdiscordwebhook-common.toml. Key settings:

  • Core

    • tickets.enabled — enable/disable the system
    • tickets.categories — list of categories (strings). Supports multi‑word entries
    • tickets.discordWebhookUrl — your Discord webhook URL
    • tickets.commandPermissionLevel — required vanilla permission (0–4; 0 = everyone)
    • tickets.messageTemplate — text used as the embed description
    • tickets.embedColorHex — embed color (e.g., #5865F2)
  • Advanced

    • tickets.inputTimeoutSeconds — session timeout for future multi‑step flows
    • tickets.hideReasonInChat — for future chat‑capture flow (not used in default one‑line command)
  • Messages (all server‑side; placeholders are supported where shown)

    • tickets.messages.successSubmitted — shown on success
    • Placeholders: {category}, {reason}
    • tickets.messages.errorInvalidCategory — invalid category
    • tickets.messages.errorMissingReason — reason missing
    • tickets.messages.errorWebhookNotConfigured — webhook missing
    • tickets.messages.errorOnlyPlayers — console/non‑player usage
    • tickets.messages.usageHelp — displayed on bare /ticket
    • Placeholders: {categories} (comma‑separated list)
    • tickets.messages.errorNoCategories — if category list is empty
    • tickets.messages.errorSendFailed — Discord post failed

Placeholders available in tickets.messageTemplate (used inside the Discord embed):

  • {player}, {uuid}, {category}, {reason}, {dimension}, {x}, {y}, {z}

Discord

FAQ & Tips

  • Nothing posts to Discord

    • Ensure tickets.discordWebhookUrl is set and valid
    • Check tickets.enabled = true
  • Players can't use /ticket

    • Lower tickets.commandPermissionLevel (0 lets everyone use it)
  • I want a different embed look

    • Customize tickets.messageTemplate and tickets.embedColorHex
  • My categories have spaces

    • Supported! The command matches the longest configured category at the start of the input

Bisect Hosting

Project Support & Usage

Hosting: For the best performance, I recommend using BisectHosting linked in the banner.

Modpacks: You are free to include my work in any modpack. Please ensure proper credit is given by providing a link to this project page.

Header

Bring a fast, configurable ticket system to your Minecraft servers. Players file tickets in-game with a single command, you receive rich Discord notifications instantly.


Highlights

  • In‑game tickets with a simple command: /ticket <category> <reason...>
  • Multi‑word categories supported (e.g., "Staff Request", "Player Report")
  • Smart tab completion that suggests only your configured categories
  • Discord webhook integration using rich embeds
    • Configurable embed color (hex)
    • Player head/avatar shown in the embed
    • Clean, readable layout using your message template
    • Fully server‑side configuration (common config); no client required
    • Customizable user‑facing messages (success/help/errors) with placeholders

Description

  • Ticket command

    • /ticket <category> <reason...>
    • Works with multi‑word categories
    • Bare /ticket shows a configurable help/usage message
    • Discord embeds

      • Ticket is posted to a Discord channel via webhook
      • Color is configurable (hex, e.g., #5865F2)
      • The player's Minecraft head is used as avatar and embed thumbnail
      • All placeholders from your template are preserved
    • Server‑side config only

      • Everything is configured from the server's common config (no client dependency)
      • All players see the same messages no matter their client language
    • Clean admin UX

      • Tab completion shows only categories from your config
      • Invalid categories or missing reasons return clear, configurable errors

Commands

  • Base command: /ticket
  • Usage: /ticket <category> <reason...>
  • Examples:
    • /ticket Bug Bees are escaping the hive enclosure
    • /ticket Staff Request Please review my claim
    • /ticket Player Report Steve griefed my base at spawn

Notes

  • Multi‑word categories are parsed correctly; the remainder becomes the reason
  • Suggestions show only configured categories

Config

All options live in config/sarosdiscordwebhook-common.toml. Key settings:

  • Core

    • tickets.enabled — enable/disable the system
    • tickets.categories — list of categories (strings). Supports multi‑word entries
    • tickets.discordWebhookUrl — your Discord webhook URL
    • tickets.commandPermissionLevel — required vanilla permission (0–4; 0 = everyone)
    • tickets.messageTemplate — text used as the embed description
    • tickets.embedColorHex — embed color (e.g., #5865F2)
    • Advanced

      • tickets.inputTimeoutSeconds — session timeout for future multi‑step flows
      • tickets.hideReasonInChat — for future chat‑capture flow (not used in default one‑line command)
    • Messages (all server‑side; placeholders are supported where shown)

      • tickets.messages.successSubmitted — shown on success
        • Placeholders: {category}, {reason}
      • tickets.messages.errorInvalidCategory — invalid category
      • tickets.messages.errorMissingReason — reason missing
      • tickets.messages.errorWebhookNotConfigured — webhook missing
      • tickets.messages.errorOnlyPlayers — console/non‑player usage
      • tickets.messages.usageHelp — displayed on bare /ticket
        • Placeholders: {categories} (comma‑separated list)
      • tickets.messages.errorNoCategories — if category list is empty
      • tickets.messages.errorSendFailed — Discord post failed

Placeholders available in tickets.messageTemplate (used inside the Discord embed):

  • {player}, {uuid}, {category}, {reason}, {dimension}, {x}, {y}, {z}

Discord

FAQ & Tips

  • Nothing posts to Discord

    • Ensure tickets.discordWebhookUrl is set and valid
    • Check tickets.enabled = true
    • Players can't use /ticket

      • Lower tickets.commandPermissionLevel (0 lets everyone use it)
    • I want a different embed look

      • Customize tickets.messageTemplate and tickets.embedColorHex
    • My categories have spaces

      • Supported! The command matches the longest configured category at the start of the input

Bisect Hosting

Project Support & Usage

Hosting: For the best performance, I recommend using BisectHosting linked in the banner.

Modpacks: You are free to include my work in any modpack. Please ensure proper credit is given by providing a link to this project page.

Screenshots

Gallery

This project has no gallery images yet.

Versions

Files

Relations

Project Relations

More like this

Similar Mods

Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.

On ModDex

Community snapshot

0
Ratings
0
Followers
0
In stacks

By the numbers

Statistics

~2,000
Total Downloads
CurseForge
~1,000
Modrinth
<1,000
Last Updated
CurseForge
Created
CurseForge
Modrinth
Last synced
When ModDex last fetched this project from CurseForge or Modrinth. Every project is re-checked on a schedule, and any project that ships a new file is synced automatically within hours of the release.
New file updates sync automatically
How syncing works