Skip to content

Commit

Permalink
chore: add a part for decline command in reports book
Browse files Browse the repository at this point in the history
  • Loading branch information
Syrent committed Nov 22, 2024
1 parent 2444377 commit 0e40256
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version=3.11.7
version=3.11.8
plugin-name=VelocityReport
2 changes: 1 addition & 1 deletion src/main/resources/languages/en_US.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ command:
header:
- "<dark_red>❐ <gradient:dark_red:red>Reports:"
- ""
format: "<click:run_command:'/reportadmin accept $id'><hover:show_text:'<red>Reporter: <aqua>$reporter</aqua>\nReported: <aqua>$reported</aqua>\nServer: <aqua>$server</aqua>\n\nReason: <aqua>$reason</aqua>\n\n <yellow>Click to follow up report!'><gold>● <red>$reported</hover></click>"
format: "<click:run_command:'/reportadmin accept $id'><hover:show_text:'<red>Reporter: <aqua>$reporter</aqua>\nReported: <aqua>$reported</aqua>\nServer: <aqua>$server</aqua>\n\nReason: <aqua>$reason</aqua>\n\n <yellow>Click to follow up report!'><gold>● <red>$reported</hover></click> <click:run_command:'/reportadmin decline $id'><hover:show_text:'<red>Click to decline this report'><dark_red>(Decline)</dark_red></hover></click>"
accept:
usage: "$warn_prefix <gradient:dark_red:red>Usage: <gold>/reportadmin accept <yellow><report id>"
use: "$successful_prefix <gradient:dark_green:green>Report successfully accepted ($id)!"
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/velocity-plugin.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "velocityreport",
"name": "VelocityReport",
"version": "3.11.4",
"version": "3.11.8",
"description": "Report plugin for velocity servers",
"url": "syrent.ir",
"authors": [
Expand Down

0 comments on commit 0e40256

Please sign in to comment.