{"id":137601,"date":"2026-06-08T06:17:47","date_gmt":"2026-06-08T03:17:47","guid":{"rendered":"https:\/\/vpesports.com\/minecraft\/mods\/servernews\/"},"modified":"2026-06-08T06:17:47","modified_gmt":"2026-06-08T03:17:47","slug":"servernews","status":"publish","type":"mod","link":"https:\/\/vpesports.com\/minecraft\/mods\/servernews\/","title":{"rendered":"ServerNews"},"content":{"rendered":"<p># ServerNews<\/p>\n<p>## Plugin Introduction<br \/>\nA news announcement system plugin designed for Minecraft servers, which allows administrators to publish and manage server news, displaying it to players in beautifully formatted book form.<\/p>\n<p>The plugin supports multiple languages (automatically switching based on client language settings), interactive content, and automatic notification features.<\/p>\n<p>Compatible with Folia, Paper, Bukkit, Purpur, Spigot, and other server cores.<\/p>\n<p>## Features<br \/>\n&#8211; \ud83d\udcd6 Displays news content in book form<br \/>\n&#8211; \ud83d\udd14 Automatically notifies players of unread news upon login<br \/>\n&#8211; \ud83c\udf0d Supports Chinese and English by default; additional languages can be added in `messages.yml`<br \/>\n&#8211; \ud83d\udd17 Supports URL links and command interactions<br \/>\n&#8211; \ud83d\udcca News statistics tracking<br \/>\n&#8211; \ud83d\udcc5 Automatically clears expired read records<br \/>\n&#8211; \ud83c\udfa8 Supports color codes and HEX colors<br \/>\n&#8211; \ud83d\udcf1 Compatible with PlaceholderAPI placeholders<\/p>\n<p>> **Note**\uff1aPlaceholderAPI must be installed to use PlaceholderAPI functionality<\/p>\n<p>## Usage<\/p>\n<p>### Player Commands<br \/>\n| Command | Description | Permission | Default |<br \/>\n|&#8212;&#8212;&#8212;|&#8212;&#8212;&#8212;&#8212;-|&#8212;&#8212;&#8212;&#8212;|&#8212;&#8212;&#8212;|<br \/>\n| `\/news` | Opens the news book | `servernews.use` | \u2705 Available to all players |<\/p>\n<p>### Admin Commands<br \/>\n| Command | Description | Example | Permission |<br \/>\n|&#8212;&#8212;&#8212;|&#8212;&#8212;&#8212;&#8212;-|&#8212;&#8212;&#8212;|&#8212;&#8212;&#8212;&#8212;|<br \/>\n| `\/newsadmin` | Show admin help menu | `\/newsadmin` | `servernews.admin` |<br \/>\n| `\/newsadmin help` | Show detailed help | `\/newsadmin help` | `servernews.admin` |<br \/>\n| `\/newsadmin reload` | Reload configuration files | `\/newsadmin reload` | `servernews.admin` |<br \/>\n| `\/newsadmin add <title> <content> [options]` | Add news with optional features | See examples below | `servernews.admin` |<br \/>\n| `\/newsadmin remove <id>` | Remove news by index | `\/newsadmin remove 0` | `servernews.admin` |<br \/>\n| `\/newsadmin list` | List all news with details | `\/newsadmin list` | `servernews.admin` |<br \/>\n| `\/newsadmin stats` | Show comprehensive news statistics | `\/newsadmin stats` | `servernews.admin` |<\/p>\n<p>### Advanced Add Command Options<br \/>\nThe `add` command supports several optional parameters to enhance news functionality:<\/p>\n<p>#### Basic Usage:<br \/>\n&#8220;`<br \/>\n\/newsadmin add &#8220;News Title&#8221; &#8220;News content here&#8221;<br \/>\n&#8220;`<\/p>\n<p>#### With URL Link:<br \/>\n&#8220;`<br \/>\n\/newsadmin add &#8220;Update Notice&#8221; &#8220;Check our website for details&#8221; -url https:\/\/example.com<br \/>\n&#8220;`<\/p>\n<p>#### With Command Execution:<br \/>\n&#8220;`<br \/>\n\/newsadmin add &#8220;Server Event&#8221; &#8220;Click to join the event!&#8221; -cmd \/warp event<br \/>\n&#8220;`<\/p>\n<p>#### With Hover Text:<br \/>\n&#8220;`<br \/>\n\/newsadmin add &#8220;Important&#8221; &#8220;Server maintenance scheduled&#8221; -hover &#8220;Hover for more info&#8221;<br \/>\n&#8220;`<\/p>\n<p>#### Combined Features:<br \/>\n&#8220;`<br \/>\n\/newsadmin add &#8220;New Features&#8221; &#8220;Multiple interactive elements&#8221; -url https:\/\/example.com -cmd \/help -hover &#8220;Click for website or hover for commands&#8221;<br \/>\n&#8220;`<\/p>\n<p>#### Option Details:<br \/>\n&#8211; **`-url <link>`**: Adds a clickable URL link (must start with http:\/\/ or https:\/\/)<br \/>\n&#8211; **`-cmd <command>`**: Adds a clickable command (must start with \/)<br \/>\n&#8211; **`-hover <text>`**: Adds hover tooltip text (can contain spaces and color codes)<\/p>\n<p>> **Tips**:<br \/>\n> &#8211; Options can be used in any order<br \/>\n> &#8211; URL and command cannot be used together (command takes priority)<br \/>\n> &#8211; Use quotes around text containing spaces<br \/>\n> &#8211; You can directly edit `news.yml` and use `\/newsadmin reload` afterward<\/p>\n<p>### Permission List<\/p>\n<p>| Permission Node | Description | Default | Notes |<br \/>\n|&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;|&#8212;&#8212;&#8212;&#8212;-|&#8212;&#8212;&#8212;|&#8212;&#8212;&#8211;|<br \/>\n| `servernews.use` | Allows using `\/news` command | `true` | All players can view news |<br \/>\n| `servernews.admin` | Grants access to admin commands | `op` | Full administrative control |<br \/>\n| `servernews.*` | Grants all news-related permissions | `op` | Includes all permissions |<\/p>\n<p>## Configuration Files<\/p>\n<p>### config.yml<br \/>\n&#8220;`yaml<br \/>\n# Maximum number of stored news items<br \/>\nmax-news: 10<\/p>\n<p># Auto-notification settings<br \/>\nauto-notification:<br \/>\n  # Delay after player joins (in ticks, 20 ticks = 1 second)<br \/>\n  delay-ticks: 60<br \/>\n&#8220;`<\/p>\n<p>### `news.yml`<br \/>\nStores all news entries in the following format:<\/p>\n<p>&#8220;`yaml<br \/>\nnews:<br \/>\n  &#8211; title: &#8220;News Title&#8221;<br \/>\n    content: &#8220;News content (supports color codes and placeholders)&#8221;<br \/>\n    date: &#8220;2024-01-15 14:30&#8221;<br \/>\n    url: &#8220;https:\/\/example.com&#8221; # Optional: clickable URL<br \/>\n    command: &#8220;\/spawn&#8221; # Optional: clickable command<br \/>\n    hover: &#8220;Hover text with &#038;acolors&#8221; # Optional: hover tooltip<br \/>\n  &#8211; title: &#8220;Another News&#8221;<br \/>\n    content: &#8220;More news content here&#8221;<br \/>\n    date: &#8220;2024-01-14 12:00&#8221;<br \/>\n    # Optional fields can be omitted<br \/>\n&#8220;`<\/p>\n<p>### `messages.yml`<br \/>\nContains all translatable messages for different languages. The plugin automatically detects player language and uses appropriate messages.<\/p>\n<p>## Command Examples<\/p>\n<p>### Adding News with Colors<br \/>\n&#8220;`bash<br \/>\n# Basic colored news<br \/>\n\/newsadmin add &#8220;&#038;6&#038;lServer Update&#8221; &#8220;&#038;aNew features added! &#038;bCheck them out.&#8221;<\/p>\n<p># With HEX colors<br \/>\n\/newsadmin add &#8220;&#038;#FF0000Important Notice&#8221; &#8220;&#038;#00FF00Everything is working fine!&#8221;<\/p>\n<p># With PlaceholderAPI<br \/>\n\/newsadmin add &#8220;Welcome %player_name%&#8221; &#8220;You have played for %player_time% hours&#8221;<br \/>\n&#8220;`<\/p>\n<p>### Management Examples<br \/>\n&#8220;`bash<br \/>\n# List all current news<br \/>\n\/newsadmin list<\/p>\n<p># Remove the first news item (index 0)<br \/>\n\/newsadmin remove 0<\/p>\n<p># View detailed statistics<br \/>\n\/newsadmin stats<\/p>\n<p># Reload after manual edits<br \/>\n\/newsadmin reload<br \/>\n&#8220;`<\/p>\n<p>## Frequently Asked Questions<\/p>\n<p>### Q: How to add colored news?<br \/>\n**A:**<br \/>\nUse `&#038;` followed by color codes or HEX colors:<br \/>\n&#8211; `&#038;a` for green text<br \/>\n&#8211; `&#038;#FF0000` for red text (HEX color code)<br \/>\n&#8211; `&#038;l` for bold, `&#038;o` for italic, `&#038;n` for underline<\/p>\n<p>### Q: Why can&#8217;t the news book be opened?<br \/>\n**A:**<br \/>\nCheck the following:<br \/>\n1. Player has the `servernews.use` permission<br \/>\n2. No error logs in the server console<br \/>\n3. News data is properly formatted in `news.yml`<br \/>\n4. Plugin is properly loaded and enabled<\/p>\n<p>### Q: How to increase the news limit?<br \/>\n**A:**<br \/>\nModify the `max-news` value in `config.yml` and reload the plugin.<\/p>\n<p>### Q: Can I use PlaceholderAPI placeholders?<br \/>\n**A:**<br \/>\nYes! Install PlaceholderAPI and use any placeholder in news titles, content, and hover text. Examples:<br \/>\n&#8211; `%player_name%` &#8211; Player&#8217;s name<br \/>\n&#8211; `%server_name%` &#8211; Server name<br \/>\n&#8211; `%player_time%` &#8211; Play time<\/p>\n<p>### Q: How does the auto-notification work?<br \/>\n**A:**<br \/>\nThe plugin tracks when each player last viewed news. When they join, if there&#8217;s newer news available, they&#8217;ll receive a clickable notification after the configured delay.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>A news announcement system plugin that allows for publishing and managing server news, displaying it in a book format. It supports multiple languages, interactive content, and automatic notification features.<\/p>\n","protected":false},"featured_media":137602,"template":"","meta":{"_minecraft_slug":"servernews","_minecraft_project_id":"5dL7fSM5","_minecraft_author":"Kurt5","_minecraft_license":"GPL-3.0-only","_minecraft_downloads":381,"_minecraft_follows":8,"_minecraft_client_side":"unsupported","_minecraft_server_side":"required","_minecraft_storage_type":"zip","_minecraft_archive_name":"servernews.zip","_minecraft_size_bytes":93718,"_minecraft_version_count":2,"_minecraft_updated_at":"2026-05-16T11:03:05.441441Z","_minecraft_date_created":"2025-08-12T03:14:55.157563Z","_minecraft_date_modified":"2025-08-18T00:55:55.371558Z","_minecraft_project_url":"https:\/\/modrinth.com\/mod\/servernews","_minecraft_icon_attachment_id":137602,"_minecraft_imported_at":"2026-06-08T03:17:47+00:00","_minecraft_import_hash":"2895759ec20007d0884598a5b50c9404","_minecraft_versions":"","_minecraft_links":"","_minecraft_gallery":"","_minecraft_api_metadata":""},"mod_category":[124,125,126,127,128,129],"mod_loader":[130,131,132,133,134],"minecraft_version":[118,119,120,46,47,48,49,50,51,52,53,54,55,56,57,58,59,36,60,93,94,101,102,62,37,40,41,73,74,38,78,79,80,81,82,83,167,163],"class_list":["post-137601","mod","type-mod","status-publish","has-post-thumbnail","hentry","mod_category-bukkit","mod_category-folia","mod_category-management","mod_category-paper","mod_category-purpur","mod_category-spigot","mod_loader-bukkit","mod_loader-folia","mod_loader-paper","mod_loader-purpur","mod_loader-spigot","minecraft_version-1-16","minecraft_version-1-16-1","minecraft_version-1-16-2","minecraft_version-1-16-3","minecraft_version-1-16-4","minecraft_version-1-16-5","minecraft_version-1-17","minecraft_version-1-17-1","minecraft_version-1-18","minecraft_version-1-18-1","minecraft_version-1-18-2","minecraft_version-1-19","minecraft_version-1-19-1","minecraft_version-1-19-2","minecraft_version-1-19-3","minecraft_version-1-19-4","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-11","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","minecraft_version-26-1","minecraft_version-26-1-1","minecraft_version-26-1-2"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.6 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>ServerNews - 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\/servernews\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"ServerNews - Minecraft\" \/>\n<meta property=\"og:description\" content=\"A news announcement system plugin that allows for publishing and managing server news, displaying it in a book format. It supports multiple languages, interactive content, and automatic notification features.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/vpesports.com\/minecraft\/mods\/servernews\/\" \/>\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\\\/servernews\\\/\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/servernews\\\/\",\"name\":\"ServerNews - Minecraft\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/servernews\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/servernews\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/servernews-icon-2e33e8f0c0c42f6628b33cd17af41c1060613947_96.webp\",\"datePublished\":\"2026-06-08T03:17:47+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/servernews\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/servernews\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/servernews\\\/#primaryimage\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/servernews-icon-2e33e8f0c0c42f6628b33cd17af41c1060613947_96.webp\",\"contentUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/servernews-icon-2e33e8f0c0c42f6628b33cd17af41c1060613947_96.webp\",\"width\":96,\"height\":96},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/servernews\\\/#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\":\"ServerNews\"}]},{\"@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":"ServerNews - 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\/servernews\/","og_locale":"en_US","og_type":"article","og_title":"ServerNews - Minecraft","og_description":"A news announcement system plugin that allows for publishing and managing server news, displaying it in a book format. It supports multiple languages, interactive content, and automatic notification features.","og_url":"https:\/\/vpesports.com\/minecraft\/mods\/servernews\/","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\/servernews\/","url":"https:\/\/vpesports.com\/minecraft\/mods\/servernews\/","name":"ServerNews - Minecraft","isPartOf":{"@id":"https:\/\/vpesports.com\/minecraft\/#website"},"primaryImageOfPage":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/servernews\/#primaryimage"},"image":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/servernews\/#primaryimage"},"thumbnailUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/servernews-icon-2e33e8f0c0c42f6628b33cd17af41c1060613947_96.webp","datePublished":"2026-06-08T03:17:47+00:00","breadcrumb":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/servernews\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/vpesports.com\/minecraft\/mods\/servernews\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/vpesports.com\/minecraft\/mods\/servernews\/#primaryimage","url":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/servernews-icon-2e33e8f0c0c42f6628b33cd17af41c1060613947_96.webp","contentUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/servernews-icon-2e33e8f0c0c42f6628b33cd17af41c1060613947_96.webp","width":96,"height":96},{"@type":"BreadcrumbList","@id":"https:\/\/vpesports.com\/minecraft\/mods\/servernews\/#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":"ServerNews"}]},{"@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\/137601","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\/137602"}],"wp:attachment":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media?parent=137601"}],"wp:term":[{"taxonomy":"mod_category","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_category?post=137601"},{"taxonomy":"mod_loader","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_loader?post=137601"},{"taxonomy":"minecraft_version","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/minecraft_version?post=137601"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}