{"id":96897,"date":"2026-06-05T16:19:00","date_gmt":"2026-06-05T13:19:00","guid":{"rendered":"https:\/\/vpesports.com\/minecraft\/mods\/m0-corecord\/"},"modified":"2026-06-05T16:19:00","modified_gmt":"2026-06-05T13:19:00","slug":"m0-corecord","status":"publish","type":"mod","link":"https:\/\/vpesports.com\/minecraft\/mods\/m0-corecord\/","title":{"rendered":"M0-CoreCord"},"content":{"rendered":"<p>Discord integration for the famous Anti-Griefing plugin CoreProtect.<br \/>\n_________________________________________________<\/p>\n<p># FEATURES<\/p>\n<p>\u2022 Lookups for player issued commands;<br \/>\n\u2022 Lookups for player messages;<br \/>\n\u2022 Lookups for log ins and log outs;<br \/>\n\u2022 Lookups for player placed and destroyed blocks;<br \/>\n\u2022 Lookups for items taken and placed into containers;<br \/>\n\u2022 Lookups for dropped and picked up items;<br \/>\n\u2022 Block whitelist using b: for a:block lookups;<br \/>\n\u2022 PlaceholderAPI support for certain messages;<br \/>\n\u2022 Customizable Discord BOT prefix;<br \/>\n\u2022 MySQL &#038; SQLite support;<br \/>\n\u2022 Customizable date format;<br \/>\n\u2022 Customizable discord message output;<br \/>\n\u2022 Customizable allowed roles to use the commands;<br \/>\n\u2022 Customizable messages, embed;<br \/>\n\u2022 Output results into a log file;<br \/>\n\u2022 Action logging via webhooks;<br \/>\n_________________________________________________<\/p>\n<p>## ABOUT<\/p>\n<p>### DISCORD COMMAND USAGE<br \/>\n`co!lookup u:username a:command t:time`<br \/>\n`co!lookup user:username action:command time:time`  <\/p>\n<p>Time variable can be defined as:<br \/>\nunseparated: `time:2h30m`, `t:1m16s`, etc.<br \/>\ncomma separated: `time:1d,30m` `t:2h,30m,10s`, etc.  <\/p>\n<p>Currently only supports one user lookup at a time.  <\/p>\n<p>### ADDITIONAL FEATURES<\/p>\n<p>#### LOOKUP COMMAND FILTER<br \/>\nYou can filter issued commands and other results using `f:` or `filter:` flag:<br \/>\nUsage: `co!lookup u:M0dii a:command f:gmc,gmsp t:24h`<\/p>\n<p>#### REVERSE RESULTS<br \/>\nYou can reverse the lookup results using `-r` or `-reverse` at the end of command:<br \/>\nUsage: `co!lookup u:M0dii a:command t:24h -reverse`<\/p>\n<p>You can reload the configuration with:<br \/>\n`co!reload` &#8211; in discord.<br \/>\n`\/corecord reload` &#8211; in game.<\/p>\n<p>You can check plugin and server version with:<br \/>\n`co!version` &#8211; in discord.<br \/>\n`\/corecord version` &#8211; in game.  <\/p>\n<p>#### LOG FILE<br \/>\nYou can upload results into a log file instead of an embed using `-f` or `-file` flag:<br \/>\nUsage: `co!lookup u:M0dii a:command t:24h -f`<\/p>\n<p>## FEATURES TO BE IMPLEMENTED:<\/p>\n<p>Block excludes (e:<exclude>)<br \/>\nRadius rollbacks from specific XYZ coordinates;<br \/>\nPlayer interactions (button clicks, etc.);<br \/>\nMob kills;<br \/>\nSign messages;<br \/>\nRollbacks;  <\/p>\n<p>To create a discord bot head to Discord Developer Portal at https:\/\/discord.com\/developers, log in with your account and create a new application.<\/p>\n<p>After, go to its settings menu and add a bot user, here you will also find the token that has to be put in the config.<\/p>\n<p>From there you can go to OAUTH section and invite your bot to your discord server.<\/p>\n<p>For more information and more detailed process, go to the wiki page on github:<br \/>\nDiscord BOT \u00b7 M0diis\/M0-CoreCord Wiki<br \/>\n_________________________________________________<\/p>\n<p># CONFIGURATION<\/p>\n<p>Configuration is pretty simple and easy to understand.<br \/>\nFor more detailed explanation, visit Github wiki page:<br \/>\nConfiguration \u00b7 M0diis\/M0-CoreCord Wiki (github.com)<\/p>\n<p>&#8220;`yml<br \/>\n## MySQL Configuration<br \/>\n# Make sure the values are the exact same<br \/>\n# as in your CoreProtect config.<br \/>\n# By default table prefix is co_<br \/>\n# You can also use SQLite, but I strongly recommend<br \/>\n# using MySQL instead.<br \/>\nuse-mysql: true<br \/>\nmysql-host: &#8220;host-name&#8221;<br \/>\nmysql-port: 3306<br \/>\nmysql-database: &#8220;database-name&#8221;<br \/>\nmysql-username: &#8220;database-user&#8221;<br \/>\n# Leave &#8221; if password not required<br \/>\nmysql-password: &#8220;user-password&#8221;<br \/>\n## Discord BOT Token<br \/>\n# https:\/\/discord.com\/developers\/applications<br \/>\ndiscord-bot-token: &#8220;your-token&#8221;<br \/>\ncommand-prefix: &#8220;co!&#8221;<br \/>\n## Embed configuration<br \/>\n# Embed page buttons use unicode symbols<br \/>\n# Leave them as it is if you don&#8217;t know what you&#8217;re doing<br \/>\n# Do not use high values for rows in one page<br \/>\n# Date format uses Java SimpleDataFormat<br \/>\n# https:\/\/docs.oracle.com\/javase\/7\/docs\/api\/java\/text\/SimpleDateFormat.html<br \/>\ndate-format: &#8220;yyyy-MM-dd HH:mm:ss&#8221;<br \/>\n# Whether to delete the embed when close button pressed<br \/>\n# If false, it will only hide the buttons.<br \/>\ndelete-on-close: false<br \/>\nembed-page-left: &#8216;\u2b05\ufe0f&#8217;<br \/>\nembed-page-right: &#8216;\u27a1\ufe0f&#8217;<br \/>\nembed-close: &#8216;\u274c&#8217;<br \/>\nrows-in-page: 5<br \/>\n# Whether to always show number of results in embed description<br \/>\n# without need to #count<br \/>\nalways-show-count: true<br \/>\n# Role IDs that are allowed to use the commands<br \/>\n# You have to have developer mode enabled on discord<br \/>\n# To get the ID right click on the role and copy<br \/>\nallowed-roles:<br \/>\n  &#8211; &#8216;role-one-id&#8217;<br \/>\n  &#8211; &#8216;role-two-id&#8217;<br \/>\n## Debugging<br \/>\n# Only enable if you need to find out what&#8217;s wrong<br \/>\n# Sends a lot of extra messages to the console<br \/>\ndebug: false<\/p>\n<p>webhook-loggers:<br \/>\n  1:<br \/>\n    url: &#8216;webhook-url-goes-here&#8217;<br \/>\n      actions:<br \/>\n      &#8211; &#8216;+block&#8217; # Place a block (+block, place)<br \/>\n      &#8211; &#8216;-block&#8217; # Break a block (-block, break)<br \/>\n     # &#8211; &#8216;+item&#8217; # Item pickup (+item, pickup, pickupitem)<br \/>\n     # &#8211; &#8216;-item&#8217; # Item drop (-item, drop, dropitem)<br \/>\n     # &#8211; &#8216;-session&#8217; # Player join (-session, quit, playerquit)<br \/>\n     # &#8211; &#8216;+session&#8217; # Player quit (+session, join, playerjoin)<br \/>\n     # &#8211; &#8216;container&#8217; # Open a container<br \/>\n     # &#8211; &#8216;chat&#8217; # Message send<br \/>\n     # &#8211; &#8216;command&#8217; # Command execution<br \/>\n     # &#8211; &#8216;kill&#8217; # Monster\/animal kill (kill, mobkill)<br \/>\n&#8220;`<br \/>\n_________________________________________________<\/p>\n<p>Please leave a positive review if the plugin works as intended, if you have an issue contact me on discord provided or open an issue on github.<\/p>\n<p>### METRICS<\/p>\n<p>M0-CoreCord collects anonymous server statistics through bStats, an open-source statistics service for Minecraft software.<br \/>\nIf you&#8217;d like to disable metrics collection via bStats, you can edit the \/plugins\/bStats\/config.yml file.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Discord integration for the famous Anti-Griefing plugin CoreProtect.<\/p>\n","protected":false},"featured_media":96898,"template":"","meta":{"_minecraft_slug":"m0-corecord","_minecraft_project_id":"kOdGtPGU","_minecraft_author":"M0diis","_minecraft_license":"AGPL-3.0-only","_minecraft_downloads":59,"_minecraft_follows":0,"_minecraft_client_side":"unsupported","_minecraft_server_side":"required","_minecraft_storage_type":"zip","_minecraft_archive_name":"m0-corecord.zip","_minecraft_size_bytes":23655160,"_minecraft_version_count":1,"_minecraft_updated_at":"2026-05-15T20:49:39.072577Z","_minecraft_date_created":"2025-08-07T01:43:04.131818Z","_minecraft_date_modified":"2025-08-05T11:42:52.070780Z","_minecraft_project_url":"https:\/\/modrinth.com\/mod\/m0-corecord","_minecraft_icon_attachment_id":96898,"_minecraft_imported_at":"2026-06-05T13:19:01+00:00","_minecraft_import_hash":"7b47873e13762588322aebe84ac7b771","_minecraft_versions":"","_minecraft_links":"","_minecraft_gallery":"","_minecraft_api_metadata":""},"mod_category":[126,127,92],"mod_loader":[132],"minecraft_version":[62,37,73,74,38,78,79,80,81],"class_list":["post-96897","mod","type-mod","status-publish","has-post-thumbnail","hentry","mod_category-management","mod_category-paper","mod_category-utility","mod_loader-paper","minecraft_version-1-21","minecraft_version-1-21-1","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"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.6 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>M0-CoreCord - 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\/m0-corecord\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"M0-CoreCord - Minecraft\" \/>\n<meta property=\"og:description\" content=\"Discord integration for the famous Anti-Griefing plugin CoreProtect.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/vpesports.com\/minecraft\/mods\/m0-corecord\/\" \/>\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\\\/m0-corecord\\\/\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/m0-corecord\\\/\",\"name\":\"M0-CoreCord - Minecraft\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/m0-corecord\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/m0-corecord\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/m0-corecord-icon-43f48942a261795abef52198bca2322342dfafa4.jpeg\",\"datePublished\":\"2026-06-05T13:19:00+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/m0-corecord\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/m0-corecord\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/m0-corecord\\\/#primaryimage\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/m0-corecord-icon-43f48942a261795abef52198bca2322342dfafa4.jpeg\",\"contentUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/m0-corecord-icon-43f48942a261795abef52198bca2322342dfafa4.jpeg\",\"width\":96,\"height\":96},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/m0-corecord\\\/#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\":\"M0-CoreCord\"}]},{\"@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":"M0-CoreCord - 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\/m0-corecord\/","og_locale":"en_US","og_type":"article","og_title":"M0-CoreCord - Minecraft","og_description":"Discord integration for the famous Anti-Griefing plugin CoreProtect.","og_url":"https:\/\/vpesports.com\/minecraft\/mods\/m0-corecord\/","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\/m0-corecord\/","url":"https:\/\/vpesports.com\/minecraft\/mods\/m0-corecord\/","name":"M0-CoreCord - Minecraft","isPartOf":{"@id":"https:\/\/vpesports.com\/minecraft\/#website"},"primaryImageOfPage":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/m0-corecord\/#primaryimage"},"image":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/m0-corecord\/#primaryimage"},"thumbnailUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/m0-corecord-icon-43f48942a261795abef52198bca2322342dfafa4.jpeg","datePublished":"2026-06-05T13:19:00+00:00","breadcrumb":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/m0-corecord\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/vpesports.com\/minecraft\/mods\/m0-corecord\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/vpesports.com\/minecraft\/mods\/m0-corecord\/#primaryimage","url":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/m0-corecord-icon-43f48942a261795abef52198bca2322342dfafa4.jpeg","contentUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/m0-corecord-icon-43f48942a261795abef52198bca2322342dfafa4.jpeg","width":96,"height":96},{"@type":"BreadcrumbList","@id":"https:\/\/vpesports.com\/minecraft\/mods\/m0-corecord\/#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":"M0-CoreCord"}]},{"@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\/96897","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\/96898"}],"wp:attachment":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media?parent=96897"}],"wp:term":[{"taxonomy":"mod_category","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_category?post=96897"},{"taxonomy":"mod_loader","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_loader?post=96897"},{"taxonomy":"minecraft_version","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/minecraft_version?post=96897"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}