All updates in this version are available for the local version only. The SQL version will be updated in the future.
Added a Report Feature where players can report other players, which notifies the staff team. Staff members can do /report list to see all reports made by players.
Added Commands (Local Version only):
- /cb reload - reloads the config file.
- /report <player> <report> - Reports the player and notifies the staff team.
- /reports show <player> - Opens a GUI containing all reports made towards the player.
- /reports list - Opens a GUI listing all reports that are made.
- /reports blacklist <add/remove> <player> - Adds or removes player from the reports blacklist, disabling them from using the command.
Code (YAML):
# Formats: %reporter% %reported% %report% report-messages:
report-successful: "&aReport successful! The staff team has been notified of your report, please expect a response soon." blacklisted-message: "§cYou are blacklisted from using the report command." staff-notify: "&a%reporter% has submitted a report against %reported%! Do /reports show %reported% to look into it. Report: %report%"
Code (YAML):
# Permission to use the /report command custombansplus.report:
default: true
# Permission to use the /reports command custombansplus.reports:
default: op
# Notifies the user/group of any reports made in game. custombansplus.reports.notify:
default: op