{"id":127894,"date":"2026-06-07T15:37:43","date_gmt":"2026-06-07T12:37:43","guid":{"rendered":"https:\/\/vpesports.com\/minecraft\/mods\/quickreport\/"},"modified":"2026-06-07T15:37:43","modified_gmt":"2026-06-07T12:37:43","slug":"quickreport","status":"publish","type":"mod","link":"https:\/\/vpesports.com\/minecraft\/mods\/quickreport\/","title":{"rendered":"QuickReport"},"content":{"rendered":"<p># QuickReport<\/p>\n<p>**A quick and efficient reporting system for Minecraft servers**<\/p>\n<p>![Minecraft Version](https:\/\/www.spigotmc.org\/)<br \/>\n&#8212;<\/p>\n<p>## \ud83d\udccb Description<\/p>\n<p>QuickReport is a powerful and user-friendly reporting system designed for Minecraft servers. It allows players to report cheaters, rule-breakers, or any misconduct with ease, while providing administrators with comprehensive tools to manage and process reports efficiently.<\/p>\n<p>### \u2728 Key Features<\/p>\n<p>&#8211; **Easy Report Submission** &#8211; Players can report others with a simple command<br \/>\n&#8211; **Admin Review System** &#8211; Accept or reject reports with customizable rewards<br \/>\n&#8211; **Report History** &#8211; Players can view their submitted reports<br \/>\n&#8211; **Advanced Query System** &#8211; Detailed report information for staff members<br \/>\n&#8211; **Cooldown Protection** &#8211; Prevents spam with configurable cooldown timers<br \/>\n&#8211; **Clickable Messages** &#8211; Interactive admin notifications with click-to-view functionality<br \/>\n&#8211; **SQLite Database** &#8211; Lightweight and efficient data storage<br \/>\n&#8211; **Reward System** &#8211; Automatically reward players for accepted reports<br \/>\n&#8211; **Multi-Language Support** &#8211; Built-in English and Turkish language support<br \/>\n&#8211; **PlaceholderAPI Integration** &#8211; Statistics and leaderboard placeholders<\/p>\n<p>&#8212;<\/p>\n<p>## \ud83d\udce5 Installation<\/p>\n<p>1. Download the latest `QuickReport-1.0.0.jar` from the releases page<br \/>\n2. Place the JAR file in your server&#8217;s `plugins` folder<br \/>\n3. Restart your server or use a plugin manager to load it<br \/>\n4. Configure the plugin by editing `config.yml` and `messages.yml` in the `plugins\/QuickReport\/` folder<br \/>\n5. Reload the plugin with `\/reload confirm` or restart the server<\/p>\n<p>&#8212;<\/p>\n<p>## \ud83c\udfae Commands<\/p>\n<p>### Player Commands<\/p>\n<p>| Command | Description | Permission | Usage |<br \/>\n|&#8212;&#8212;&#8212;|&#8212;&#8212;&#8212;&#8212;-|&#8212;&#8212;&#8212;&#8212;|&#8212;&#8212;-|<br \/>\n| `\/report` | Submit a report against a player | `quickreport.report` | `\/report <player> <reason> [details]` |<br \/>\n| `\/myreports` | View your submitted reports | `quickreport.report` | `\/myreports [page]` |<br \/>\n| `\/queryreport` | Query a specific report by ID | `quickreport.report` | `\/queryreport <id>` |<\/p>\n<p>### Admin Commands<\/p>\n<p>| Command | Description | Permission | Usage |<br \/>\n|&#8212;&#8212;&#8212;|&#8212;&#8212;&#8212;&#8212;-|&#8212;&#8212;&#8212;&#8212;|&#8212;&#8212;-|<br \/>\n| `\/reports` | View all pending reports | `quickreport.admin` | `\/reports [page]` |<br \/>\n| `\/reportaction` | Accept or reject a report | `quickreport.admin` | `\/reportaction <accept|reject> <id> [reward-code|reason]` |<\/p>\n<p>&#8212;<\/p>\n<p>## \ud83d\udd10 Permissions<\/p>\n<p>| Permission | Description | Default |<br \/>\n|&#8212;&#8212;&#8212;&#8212;|&#8212;&#8212;&#8212;&#8212;-|&#8212;&#8212;&#8212;|<br \/>\n| `quickreport.report` | Allows players to submit and view reports | `true` (all players) |<br \/>\n| `quickreport.admin` | Allows staff to manage and process reports | `op` (operators only) |<\/p>\n<p>&#8212;<\/p>\n<p>## \u2699\ufe0f Configuration<\/p>\n<p>### config.yml<\/p>\n<p>&#8220;`yaml<br \/>\n# QuickReport Configuration File<\/p>\n<p># General Settings<br \/>\nreport-cooldown-seconds: 60 # Cooldown for submitting new reports<br \/>\nmax-reports-per-cooldown: 1 # Maximum reports within cooldown period<\/p>\n<p># Report Reasons (Tab-completion support)<br \/>\nreport-reasons:<br \/>\n  &#8211; &#8220;Fly&#8221;<br \/>\n  &#8211; &#8220;KillAura&#8221;<br \/>\n  &#8211; &#8220;Speed&#8221;<br \/>\n  &#8211; &#8220;Xray&#8221;<br \/>\n  &#8211; &#8220;Griefing&#8221;<br \/>\n  &#8211; &#8220;Swearing&#8221;<\/p>\n<p># Admin Notification Settings<br \/>\nadmin-permission: &#8220;quickreport.admin&#8221;<br \/>\nnotification-sound: &#8220;ENTITY_EXPERIENCE_ORB_PICKUP&#8221;<br \/>\nnotification-volume: 1.0<br \/>\nnotification-pitch: 1.0<\/p>\n<p># Reward System Configuration<br \/>\nrewards:<br \/>\n  diamond-reward:<br \/>\n    name: &#8220;&#038;bDiamond Reward&#8221;<br \/>\n    command: &#8220;give %player% diamond 5&#8221;<br \/>\n  money-reward:<br \/>\n    name: &#8220;&#038;eMoney Reward&#8221;<br \/>\n    command: &#8220;eco give %player% 1000&#8221;<br \/>\n  key-reward:<br \/>\n    name: &#8220;&#038;6Crate Key Reward&#8221;<br \/>\n    command: &#8220;crate give %player% common 1&#8221;<br \/>\n&#8220;`<\/p>\n<p>### Customizing Report Reasons<\/p>\n<p>Edit the `report-reasons` list in `config.yml` to add or remove valid reasons:<\/p>\n<p>&#8220;`yaml<br \/>\nreport-reasons:<br \/>\n  &#8211; &#8220;Hacking&#8221;<br \/>\n  &#8211; &#8220;Exploiting&#8221;<br \/>\n  &#8211; &#8220;Toxicity&#8221;<br \/>\n  &#8211; &#8220;Scamming&#8221;<br \/>\n&#8220;`<\/p>\n<p>### Admin Notification Sound<\/p>\n<p>Change the sound played to admins when a new report is submitted. See Spigot Sound List for available sounds.<\/p>\n<p>&#8212;<\/p>\n<p>## \ud83c\udf81 Reward System<\/p>\n<p>The reward system allows you to automatically reward players when their reports are accepted.<\/p>\n<p>### Adding a New Reward<\/p>\n<p>1. Open `config.yml`<br \/>\n2. Add a new reward under the `rewards` section:<\/p>\n<p>&#8220;`yaml<br \/>\nrewards:<br \/>\n  custom-reward:<br \/>\n    name: &#8220;&#038;aCustom Reward&#8221;<br \/>\n    command: &#8220;give %player% diamond_block 1&#8221;<br \/>\n&#8220;`<\/p>\n<p>3. Use the reward code when accepting a report:<\/p>\n<p>&#8220;`<br \/>\n\/reportaction accept 123 custom-reward<br \/>\n&#8220;`<\/p>\n<p>The `%player%` placeholder will be replaced with the reporter&#8217;s username.<\/p>\n<p>&#8212;<\/p>\n<p>## \ud83d\udcca PlaceholderAPI Support<\/p>\n<p>QuickReport integrates with PlaceholderAPI to provide statistics and leaderboard placeholders.<\/p>\n<p>### Available Placeholders<\/p>\n<p>| Placeholder | Description | Example Output |<br \/>\n|&#8212;&#8212;&#8212;&#8212;-|&#8212;&#8212;&#8212;&#8212;-|&#8212;&#8212;&#8212;&#8212;&#8212;-|<br \/>\n| `%quickreport_kabul_edilen%` | Number of accepted reports for a player | `5` |<br \/>\n| `%quickreport_reddedilen%` | Number of rejected reports for a player | `2` |<br \/>\n| `%quickreport_top_kabul_isim_<rank>%` | Top reporter name (accepted) | `Player1` |<br \/>\n| `%quickreport_top_kabul_sayi_<rank>%` | Top reporter count (accepted) | `10` |<br \/>\n| `%quickreport_top_red_isim_<rank>%` | Top reporter name (rejected) | `Player2` |<br \/>\n| `%quickreport_top_red_sayi_<rank>%` | Top reporter count (rejected) | `3` |<\/p>\n<p>### Usage Example<\/p>\n<p>&#8220;`yaml<br \/>\n# In a scoreboard or hologram<br \/>\n&#038;6Top Reporter: &#038;e%quickreport_top_kabul_isim_1%<br \/>\n&#038;7Reports: &#038;a%quickreport_top_kabul_sayi_1%<br \/>\n&#8220;`<\/p>\n<p>&#8212;<\/p>\n<p>## \ud83c\udf10 Multi-Language Support<\/p>\n<p>QuickReport supports multiple languages out of the box. The primary language is English (`en`), with Turkish (`tr`) as a secondary language.<\/p>\n<p>### Customizing Messages<\/p>\n<p>Edit `messages.yml` to customize messages:<\/p>\n<p>&#8220;`yaml<br \/>\nmessages:<br \/>\n  report-success:<br \/>\n    en: &#8220;&#038;aYour report has been submitted successfully!&#8221;<br \/>\n    tr: &#8220;&#038;aRaporunuz ba\u015far\u0131yla g\u00f6nderildi!&#8221;<br \/>\n&#8220;`<\/p>\n<p>### Adding a New Language<\/p>\n<p>1. Open `messages.yml`<br \/>\n2. Add your language code to any message:<\/p>\n<p>&#8220;`yaml<br \/>\nmessages:<br \/>\n  report-success:<br \/>\n    en: &#8220;&#038;aYour report has been submitted!&#8221;<br \/>\n    tr: &#8220;&#038;aRaporunuz g\u00f6nderildi!&#8221;<br \/>\n    de: &#8220;&#038;aDein Bericht wurde eingereicht!&#8221;<br \/>\n&#8220;`<\/p>\n<p>&#8212;<\/p>\n<p>## \ud83d\udcd6 Usage Examples<\/p>\n<p>### Player Workflow<\/p>\n<p>1. **Submit a report:**<br \/>\n   &#8220;`<br \/>\n   \/report Cheater123 Fly He was flying in spawn<br \/>\n   &#8220;`<\/p>\n<p>2. **Check your reports:**<br \/>\n   &#8220;`<br \/>\n   \/myreports<br \/>\n   &#8220;`<\/p>\n<p>3. **Query a specific report:**<br \/>\n   &#8220;`<br \/>\n   \/queryreport 5<br \/>\n   &#8220;`<\/p>\n<p>### Admin Workflow<\/p>\n<p>1. **View pending reports:**<br \/>\n   &#8220;`<br \/>\n   \/reports<br \/>\n   &#8220;`<\/p>\n<p>2. **Click on a report** or use:<br \/>\n   &#8220;`<br \/>\n   \/queryreport 5<br \/>\n   &#8220;`<\/p>\n<p>3. **Accept a report with reward:**<br \/>\n   &#8220;`<br \/>\n   \/reportaction accept 5 diamond-reward<br \/>\n   &#8220;`<\/p>\n<p>4. **Reject a report with reason:**<br \/>\n   &#8220;`<br \/>\n   \/reportaction reject 5 Insufficient evidence<br \/>\n   &#8220;`<\/p>\n<p>&#8212;<\/p>\n<p>## \ud83d\udd04 Report Status<\/p>\n<p>Reports can have three statuses:<\/p>\n<p>&#8211; **PENDING** &#8211; Awaiting admin review<br \/>\n&#8211; **ACCEPTED** &#8211; Approved by staff (reporter gets rewarded)<br \/>\n&#8211; **REJECTED** &#8211; Denied by staff<\/p>\n<p>&#8211; **Developer**: Melut<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Players can report others, track report status, and view history. Admins get instant alerts, manage reports via chat menus, and give rewards for valid reports.<\/p>\n","protected":false},"featured_media":127895,"template":"","meta":{"_minecraft_slug":"quickreport","_minecraft_project_id":"ui6waJbI","_minecraft_author":"melut","_minecraft_license":"BSD-2-Clause","_minecraft_downloads":65,"_minecraft_follows":1,"_minecraft_client_side":"unsupported","_minecraft_server_side":"required","_minecraft_storage_type":"zip","_minecraft_archive_name":"quickreport.zip","_minecraft_size_bytes":38029,"_minecraft_version_count":1,"_minecraft_updated_at":"2026-05-15T20:38:22.171180Z","_minecraft_date_created":"2025-11-22T10:18:35.608654Z","_minecraft_date_modified":"2025-11-19T20:56:14.811403Z","_minecraft_project_url":"https:\/\/modrinth.com\/mod\/quickreport","_minecraft_icon_attachment_id":127895,"_minecraft_imported_at":"2026-06-07T12:37:44+00:00","_minecraft_import_hash":"c82f1f4786afe013da42d283b56054ff","_minecraft_versions":"","_minecraft_links":"","_minecraft_gallery":"","_minecraft_api_metadata":""},"mod_category":[124,89,126,127,128,129,123,92],"mod_loader":[130,132,133,134],"minecraft_version":[59,36,60,93,94,101,102,62,37,40,73,74,38,78,79,80,81,82],"class_list":["post-127894","mod","type-mod","status-publish","has-post-thumbnail","hentry","mod_category-bukkit","mod_category-game-mechanics","mod_category-management","mod_category-paper","mod_category-purpur","mod_category-spigot","mod_category-technology","mod_category-utility","mod_loader-bukkit","mod_loader-paper","mod_loader-purpur","mod_loader-spigot","minecraft_version-1-20","minecraft_version-1-20-1","minecraft_version-1-20-2","minecraft_version-1-20-3","minecraft_version-1-20-4","minecraft_version-1-20-5","minecraft_version-1-20-6","minecraft_version-1-21","minecraft_version-1-21-1","minecraft_version-1-21-10","minecraft_version-1-21-2","minecraft_version-1-21-3","minecraft_version-1-21-4","minecraft_version-1-21-5","minecraft_version-1-21-6","minecraft_version-1-21-7","minecraft_version-1-21-8","minecraft_version-1-21-9"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.6 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>QuickReport - Minecraft<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/vpesports.com\/minecraft\/mods\/quickreport\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"QuickReport - Minecraft\" \/>\n<meta property=\"og:description\" content=\"Players can report others, track report status, and view history. Admins get instant alerts, manage reports via chat menus, and give rewards for valid reports.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/vpesports.com\/minecraft\/mods\/quickreport\/\" \/>\n<meta property=\"og:site_name\" content=\"Minecraft\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/quickreport\\\/\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/quickreport\\\/\",\"name\":\"QuickReport - Minecraft\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/quickreport\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/quickreport\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/quickreport-icon-5080587a3f8ee273a9faa3528953bbcbdf2fbd4e_96.webp\",\"datePublished\":\"2026-06-07T12:37:43+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/quickreport\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/quickreport\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/quickreport\\\/#primaryimage\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/quickreport-icon-5080587a3f8ee273a9faa3528953bbcbdf2fbd4e_96.webp\",\"contentUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/quickreport-icon-5080587a3f8ee273a9faa3528953bbcbdf2fbd4e_96.webp\",\"width\":96,\"height\":96},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/quickreport\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Mods\",\"item\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"QuickReport\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/\",\"name\":\"Minecraft\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"QuickReport - Minecraft","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/vpesports.com\/minecraft\/mods\/quickreport\/","og_locale":"en_US","og_type":"article","og_title":"QuickReport - Minecraft","og_description":"Players can report others, track report status, and view history. Admins get instant alerts, manage reports via chat menus, and give rewards for valid reports.","og_url":"https:\/\/vpesports.com\/minecraft\/mods\/quickreport\/","og_site_name":"Minecraft","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/vpesports.com\/minecraft\/mods\/quickreport\/","url":"https:\/\/vpesports.com\/minecraft\/mods\/quickreport\/","name":"QuickReport - Minecraft","isPartOf":{"@id":"https:\/\/vpesports.com\/minecraft\/#website"},"primaryImageOfPage":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/quickreport\/#primaryimage"},"image":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/quickreport\/#primaryimage"},"thumbnailUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/quickreport-icon-5080587a3f8ee273a9faa3528953bbcbdf2fbd4e_96.webp","datePublished":"2026-06-07T12:37:43+00:00","breadcrumb":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/quickreport\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/vpesports.com\/minecraft\/mods\/quickreport\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/vpesports.com\/minecraft\/mods\/quickreport\/#primaryimage","url":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/quickreport-icon-5080587a3f8ee273a9faa3528953bbcbdf2fbd4e_96.webp","contentUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/quickreport-icon-5080587a3f8ee273a9faa3528953bbcbdf2fbd4e_96.webp","width":96,"height":96},{"@type":"BreadcrumbList","@id":"https:\/\/vpesports.com\/minecraft\/mods\/quickreport\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/vpesports.com\/minecraft\/"},{"@type":"ListItem","position":2,"name":"Mods","item":"https:\/\/vpesports.com\/minecraft\/mods\/"},{"@type":"ListItem","position":3,"name":"QuickReport"}]},{"@type":"WebSite","@id":"https:\/\/vpesports.com\/minecraft\/#website","url":"https:\/\/vpesports.com\/minecraft\/","name":"Minecraft","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/vpesports.com\/minecraft\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}},"_links":{"self":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod\/127894","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod"}],"about":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/types\/mod"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media\/127895"}],"wp:attachment":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media?parent=127894"}],"wp:term":[{"taxonomy":"mod_category","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_category?post=127894"},{"taxonomy":"mod_loader","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_loader?post=127894"},{"taxonomy":"minecraft_version","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/minecraft_version?post=127894"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}