
In-game feedback system for your minecraft server where players can report bugs, suggestions, or have nice comments about your server!
Feedbackify is a comprehensive system for managing player feedback on Paper servers. It enables players to submit feedback via intuitive GUIs while providing administrators with robust tools to review, manage, and respond to feedback. The plugin integrates with Discord to send notifications about new feedback, status changes, and more. All messages sent by the plugin are automatically prefixed with a configurable string.
Feedback GUI
Players use the /feedback command to open a GUI that lets them:
Open Feedback Limits & Cooldown
-1 for no limit).feedback.cooldownbypass can bypass the cooldown.Analytics & Logs
/feedback analytics to view all submitted feedback./feedback logs <player> command shows detailed feedback logs for a specific player./feedback view <feedbackID> command (with tab-complete for feedback IDs) opens a detailed admin view for a specific feedback entry.Detailed Feedback Management
Feedback History
/feedback history./feedback togglenotifications.config.yml)feedback:
debug: false
dataFile: "feedbacks.yml"
autoSaveInterval: 300
guiSize: 27
guiItemSpacing:
nextPage: 53
previousPage: 45
itemFormats:
category: "&eCategory: %category%"
status: "&bStatus: %status%"
lineLength: 20
maxOpenFeedback: 3 # Maximum open feedback tickets per player (-1 for no limit)
cooldown: 5 # Cooldown in minutes (-1 for no cooldown)
/feedback
Opens the feedback creation GUI.
/feedback analytics
Opens the admin analytics GUI listing all feedback entries (requires feedback.analytics).
/feedback logs
Displays detailed feedback logs for the specified player (requires feedback.logs).
/feedback view
Opens the detailed admin view for a specific feedback (admins only; tab-complete shows available feedback IDs).
/feedback history
Opens a paginated history GUI of your submitted feedback.
/feedback community
Opens the public community feedback GUI.
/feedback togglenotifications
Toggles in-game feedback notifications on or off.
/feedback reload
Reloads the plugin configuration (requires feedback.manage).
/feedback blacklist [time] / /feedback unblacklist
Manage the blacklist for feedback submissions (requires feedback.blacklist).
feedback.manage
Allows managing the feedback system (enable/disable/reload).
feedback.logs
Permits viewing detailed feedback logs.
feedback.blacklist
Permits managing the blacklist for feedback submissions.
feedback.cooldownbypass
Allows bypassing the cooldown for submitting new feedback.
feedback.analytics
Grants access to the analytics GUI.
Report any bugs on the discord server. (Link on side)