1 320
收录服务器
1 837
注册
43 099
玩家
一个易于使用的报告系统。
作 者 MCraftGamer35
发布时间 2015年4月8日
支持核心 Spigot
原生版本
支持版本
点此下载

AdvancedReport 插件允许玩家举报违规行为,并为管理人员提供查看和管理举报的工具。它旨在简化报告流程,并帮助服务器维护一个健康的游戏环境。

🚨 AdvancedReport

🎮 命令

  • /report <Player> <Reason> - 举报玩家,并说明原因。
  • /reports <Player> - 查看玩家的举报记录(同时显示其可疑等级)。
  • /clearreports <Player> - 清除指定玩家的举报记录。
  • /togglereports [on/off] - 切换是否接收举报信息。
  • /advanced - 查看举报数据、服务器数据和插件数据。
  • /setprefix - 设置消息前缀(需要管理员权限)。
  • /advancedreport - 查看插件的其他信息。
  • /listreports - 显示离线时的举报信息(50% 完成,可能存在错误)。
  • /ar - 主插件控制面板。

🔑 权限

  • player.report - 允许使用 /report 命令。
  • reports.see - 允许查看举报信息。
  • reports.view - 允许使用 /reports 命令。
  • reports.clear - 允许使用 /clearreports 命令。
  • reports.toggle - 允许使用 /togglereports 命令。
  • reports.advanced - 允许使用 /advanced 命令。
  • reports.staff - 允许使用 /ar 命令。
  • reports.check - 允许使用 /listreports 命令。

🐞 错误代码

  • #AR0037 - 服务器检测到兼容性问题。[影响:轻微,不会影响功能]

未来会添加更多错误代码,以便更好地支持错误修复。

⚙️ 配置示例


Settings:
  Prefix: '&6[&aReports&6]'
  NoPerm: '&cYou do not have permission to use this command.'
  PlayerNotFound: '&cPlayer not found.'
  Reported: '&aYou have reported &6%player%&a.'
  ReportRecieved: '&6%player% &ahas reported &6%target% &afor &6%reason%&a.'
  CheckReports: '&6%player%&a''s reports:'
  NoReports: '&6%player%&a has no reports.'
  ClearedReports: '&aYou have cleared &6%player%&a''s reports.'
  ToggleOn: '&aYou have toggled reports on.'
  ToggleOff: '&cYou have toggled reports off.'
  ConsoleCant: '&cYou must be a player to use this command.'
  AdvancedInfo: '&6Advanced Report Data:'
  ServerData: '&6Server Data:'
  PluginData: '&6Plugin Data:'
  SuspicionLevel: '&6%player%&a''s suspicion level: &6%level%'
  SetPrefix: '&aYou have set the prefix to &6%prefix%&a.'
  InvalidUsage: '&cInvalid Usage.'
  NoReason: '&cPlease specify a reason.'
  Usage: '&cUsage: /report <player> <reason>'
  ReportYourself: '&cYou cannot report yourself.'
  NoReportsOffline: '&cThere are no reports to view.'
  SuspicionReached: '&6%player% &a has reached suspicion level &6%level%&a.'
  ListReports: '&6Reports:'
  ListReportsFormat: '&6%player% &a- &6%reason%'
  ListReportsNone: '&cThere are no reports.'
  PluginInfo: '&6Plugin Information:'
  PluginName: '&6Plugin Name: &aAdvancedReport'
  PluginVersion: '&6Plugin Version: &a%version%'
  PluginAuthor: '&6Plugin Author: &aLuflexed'
  PluginWebsite: '&6Plugin Website: &aN/A'
  PluginDescription: '&6Plugin Description: &aA simple report plugin.'
  PluginStatus: '&6Plugin Status: &a%status%'
  PluginEnabled: '&aEnabled'
  PluginDisabled: '&cDisabled'
  PluginLoadTime: '&6Plugin Load Time: &a%time%ms'
  PluginMemoryUsage: '&6Plugin Memory Usage: &a%memory%MB'
  PluginCPUUsage: '&6Plugin CPU Usage: &a%cpu%%'
  PluginTPS: '&6Plugin TPS: &a%tps%'
  PluginOnlinePlayers: '&6Plugin Online Players: &a%players%'
  PluginTotalMemory: '&6Plugin Total Memory: &a%totalMemory%MB'
  PluginFreeMemory: '&6Plugin Free Memory: &a%freeMemory%MB'
  PluginMaxMemory: '&6Plugin Max Memory: &a%maxMemory%MB'
  PluginAvailableProcessors: '&6Plugin Available Processors: &a%processors%'
  Suspicion:
    Level1: 5
    Level2: 10
    Level3: 15