{"id":113149,"date":"2026-06-06T18:51:35","date_gmt":"2026-06-06T15:51:35","guid":{"rendered":"https:\/\/vpesports.com\/minecraft\/mods\/noieservercion\/"},"modified":"2026-06-06T18:51:35","modified_gmt":"2026-06-06T15:51:35","slug":"noieservercion","status":"publish","type":"mod","link":"https:\/\/vpesports.com\/minecraft\/mods\/noieservercion\/","title":{"rendered":"NoieServerCion"},"content":{"rendered":"<p># \ud83e\ude99 NoieServerCion<\/p>\n<div align=\"center\">\n<p>![Version](https:\/\/img.shields.io\/badge\/version-1.5-blue.svg)<br \/>\n![Minecraft](https:\/\/img.shields.io\/badge\/Minecraft-1.20+-green.svg)<br \/>\n![Java](https:\/\/img.shields.io\/badge\/Java-21+-red.svg)<\/p>\n<p>**A sophisticated Minecraft economy solution with dual-Cion systems**<\/p>\n<\/div>\n<p>&#8212;<\/p>\n<p>## \ud83d\udccb Overview<\/p>\n<p>NoieServerCion is a versatile Minecraft server Cion management plugin that provides robust economic infrastructure for your server. The plugin implements both server-wide global Cion (nsc) and player-specific personal Cion (npcion), giving server administrators unprecedented flexibility in creating economic systems.<\/p>\n<p>### What Makes NoieServerCion Different?<\/p>\n<p>Unlike traditional economy plugins that provide a single Cion, NoieServerCion allows you to:<\/p>\n<p>&#8211; Create multiple Cion with different purposes<br \/>\n&#8211; Implement player-specific Cion for special events or rewards<br \/>\n&#8211; Set Cion limits to prevent inflation<br \/>\n&#8211; Use precision decimal values for micro-transactions<br \/>\n&#8211; Configure intelligent placeholder detection for seamless integration<\/p>\n<p>&#8212;<\/p>\n<p>## \u2728 Features<\/p>\n<p>### Core System<\/p>\n<p>&#8211; **Dual Cion System**:<br \/>\n  &#8211; Server-wide global Cion for server-wide economies<br \/>\n  &#8211; Player-specific personal Cion for individual rewards and achievements<\/p>\n<p>&#8211; **Advanced Management**:<br \/>\n  &#8211; Complete Cion creation, deletion, renaming, and query functions<br \/>\n  &#8211; Batch operations with global mode commands<br \/>\n  &#8211; Transaction logging and monitoring capabilities<\/p>\n<p>&#8211; **Technical Excellence**:<br \/>\n  &#8211; Decimal Cion values with 2 decimal places precision<br \/>\n  &#8211; Configurable maximum value limits<br \/>\n  &#8211; Optimized database structure and caching<br \/>\n  &#8211; Asynchronous operations to prevent server lag<\/p>\n<p>### Integration &#038; Extensions<\/p>\n<p>&#8211; **Database Support**:<br \/>\n  &#8211; Local SQLite storage for small servers<br \/>\n  &#8211; MySQL support for larger infrastructures<br \/>\n  &#8211; Efficient connection pooling and data caching<\/p>\n<p>&#8211; **Developer-Friendly**:<br \/>\n  &#8211; Comprehensive placeholder system for scoreboard\/GUI integration<br \/>\n  &#8211; Smart detection algorithm for choosing appropriate Cion display<br \/>\n  &#8211; Clean API for third-party plugin integration<\/p>\n<p>### Administration<\/p>\n<p>&#8211; **Powerful Control**:<br \/>\n  &#8211; Granular permissions system<br \/>\n  &#8211; Comprehensive command structure<br \/>\n  &#8211; Advanced configuration options<br \/>\n  &#8211; Real-time reload capabilities<\/p>\n<p>&#8212;<\/p>\n<p>## \ud83d\uddc4\ufe0f Data Structure<\/p>\n<p>The plugin organizes data in three optimized tables:<\/p>\n<p>| Table                 | Purpose             | Description                                          |<br \/>\n|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;|<br \/>\n| **Server_Cion**       | Global Cion   | Stores the main Cion data for server-wide Cion |<br \/>\n| **Server_Cion_Limit** | Limit management    | Defines maximum values for each Cion type        |<br \/>\n| **Player_Cion**       | Personal Cion | Maintains player-specific Cion balances          |<\/p>\n<p>&#8212;<\/p>\n<p>## \ud83d\udd0d Commands<\/p>\n<p>### Server Cion Commands `\/nsc`<\/p>\n<p>| Command       | Description                   | Usage                                      | Example                     |<br \/>\n|&#8212;&#8212;&#8212;&#8212;&#8212;|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;|<br \/>\n| `\/nsc create` | Create a new server Cion      | `\/nsc create <Cion_name> [initial_amount]` | `\/nsc create diamonds 1000` |<br \/>\n| `\/nsc remove` | Delete a server Cion          | `\/nsc remove <Cion_name>`                  | `\/nsc remove diamonds`      |<br \/>\n| `\/nsc give`   | Increase server Cion amount   | `\/nsc give <Cion_name> <amount>`           | `\/nsc give diamonds 500`    |<br \/>\n| `\/nsc take`   | Decrease server Cion amount   | `\/nsc take <Cion_name> <amount>`           | `\/nsc take diamonds 250`    |<br \/>\n| `\/nsc set`    | Set server Cion amount        | `\/nsc set <Cion_name> <amount>`            | `\/nsc set diamonds 2000`    |<br \/>\n| `\/nsc rename` | Rename server Cion            | `\/nsc rename <old_name> <new_name>`        | `\/nsc rename diamonds gems` |<br \/>\n| `\/nsc list`   | Display all server Cion | `\/nsc list [cache|database]`              | `\/nsc list cache`           |<br \/>\n| `\/nsc limit`  | Set Cion limit                | `\/nsc limit <Cion_name> [limit_value]`     | `\/nsc limit diamonds 10000` |<br \/>\n| `\/nsc reload` | Reload plugin                 | `\/nsc reload`                              | `\/nsc reload`               |<\/p>\n<p>### Player Cion Commands `\/npcion`<\/p>\n<p>Player Cion commands support two powerful modes:<\/p>\n<p>#### 1\ufe0f\u20e3 Player-Specific Mode<\/p>\n<p>Operations that target a specific player&#8217;s Cion balance.<\/p>\n<p>| Command          | Description                          | Usage                                                               | Example                                |<br \/>\n|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-|<br \/>\n| `\/npcion create` | Create Cion for a specific player    | `\/npcion create <player_name> <Cion_name> [initial_amount] [limit]` | `\/npcion create Steve tokens 100 1000` |<br \/>\n| `\/npcion remove` | Delete a specific player&#8217;s Cion      | `\/npcion remove <player_name> <Cion_name>`                          | `\/npcion remove Steve tokens`          |<br \/>\n| `\/npcion give`   | Give Cion to a player                | `\/npcion give <player_name> <Cion_name> <amount>`                   | `\/npcion give Steve tokens 50`         |<br \/>\n| `\/npcion take`   | Deduct Cion from a player            | `\/npcion take <player_name> <Cion_name> <amount>`                   | `\/npcion take Steve tokens 25`         |<br \/>\n| `\/npcion set`    | Set player&#8217;s Cion amount             | `\/npcion set <player_name> <Cion_name> <amount>`                    | `\/npcion set Steve tokens 200`         |<br \/>\n| `\/npcion rename` | Rename player&#8217;s Cion                 | `\/npcion rename <player_name> <old_name> <new_name>`                | `\/npcion rename Steve tokens credits`  |<br \/>\n| `\/npcion list`   | Display all of a player&#8217;s Cion | `\/npcion list <player_name>`                                        | `\/npcion list Steve`                   |<br \/>\n| `\/npcion limit`  | Set player&#8217;s Cion limit              | `\/npcion limit <player_name> <Cion_name> [limit_value]`             | `\/npcion limit Steve tokens 2000`      |<\/p>\n<p>#### 2\ufe0f\u20e3 Global Mode<\/p>\n<p>Operations that target all players simultaneously, while maintaining individual balances.<\/p>\n<p>| Command          | Description                            | Usage                                                 | Example                             |<br \/>\n|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-|<br \/>\n| `\/npcion create` | Create Cion for all players            | `\/npcion create <Cion_name> [initial_amount] [limit]` | `\/npcion create event_points 0 100` |<br \/>\n| `\/npcion remove` | Delete Cion from all players           | `\/npcion remove <Cion_name>`                          | `\/npcion remove event_points`       |<br \/>\n| `\/npcion list`   | Display Cion used by all players | `\/npcion list`                                        | `\/npcion list`                      |<\/p>\n<p>&#8212;<\/p>\n<p>## \ud83d\udd12 Permissions<\/p>\n<p>| Permission Node         | Description                                       | Recommended For               |<br \/>\n|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-|<br \/>\n| `noieservercion.admin`  | Full access to all plugin administration commands | Server owners, administrators |<br \/>\n| `noieservercion.player` | Access to player Cion commands                    | Moderators, trusted staff     |<\/p>\n<p>&#8212;<\/p>\n<p>## \ud83d\udcca Placeholders<\/p>\n<p>NoieServerCion provides dynamic placeholders for integration with other plugins:<\/p>\n<p>| Placeholder                  | Description                                                                                                                              | Example Result |<br \/>\n|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;|&#8212;&#8212;&#8212;&#8212;&#8212;-|<br \/>\n| `%noieservercion_cion_name%` | Displays the value of the specified Cion with smart detection (prioritizes player&#8217;s personal Cion, defaults to server Cion if not found) | `250.00`       |<br \/>\n| `%noieservercion_cion_name_[Format]%`      | Custom number format                                                                                          | `0.##`       |<\/p>\n<p>### Smart Detection Algorithm<\/p>\n<p>The plugin uses an intelligent algorithm to determine which Cion to display:<\/p>\n<p>1. First checks if the player has a personal Cion with the specified name<br \/>\n2. If not found, falls back to server-wide Cion with the same name<br \/>\n3. If neither exists, returns a configurable default value (typically 0.00)<\/p>\n<p>This allows for seamless scoreboard and GUI integration without complex conditional logic.<\/p>\n<p>&#8212;<\/p>\n<p>## \u2699\ufe0f Configuration<\/p>\n<p>The plugin configuration file contains extensive customization options:<\/p>\n<p>### 1. Database Settings<\/p>\n<p>&#8220;`yaml<br \/>\nmysql:<br \/>\n  enabled: false               # Set to true to use MySQL instead of SQLite<br \/>\n  host: &#8220;localhost&#8221;            # Database server address<br \/>\n  port: 3306                   # MySQL port<br \/>\n  database: &#8220;minecraft&#8221;        # Database name<br \/>\n  username: &#8220;root&#8221;             # Database username<br \/>\n  password: &#8220;password&#8221;         # Database password<br \/>\n  connection_pool: 10          # Number of connections to maintain<br \/>\n  timeout: 30000               # Connection timeout in milliseconds<br \/>\n&#8220;`<\/p>\n<p>### 2. Message Customization<\/p>\n<p>&#8220;`yaml<br \/>\nmessages:<br \/>\n  permission_denied: &#8216;<#7c8ff2>You do not have permission to perform this action.&#8217;<br \/>\n  invalid_amount_message: &#8216;<#7c8ff2>The specified amount is invalid.&#8217;<br \/>\n  invalid_limit_message: &#8216;<#7c8ff2>The specified limit is invalid. Limit must be greater than 0.&#8217;<\/p>\n<p>&#8220;`<br \/>\n&#8212;<\/p>\n<p>## \ud83d\udce5 Installation<\/p>\n<p>1. **Download the Plugin**<br \/>\n   &#8211; Get the latest version from the official website or SpigotMC<\/p>\n<p>2. **Server Installation**<br \/>\n   &#8211; Place the JAR file in your server&#8217;s `plugins` folder<\/p>\n<p>3. **Server Restart**<br \/>\n   &#8211; Restart your server or use a plugin manager to load the plugin<\/p>\n<p>4. **Configuration**<br \/>\n   &#8211; Edit the `config.yml` file to customize the plugin to your needs<br \/>\n   &#8211; Configure MySQL if needed for larger servers<\/p>\n<p>5. **Reload**<br \/>\n   &#8211; Run `\/nsc reload` to apply your configuration changes<\/p>\n<p>&#8212;<\/p>\n<p>## \ud83d\udd04 Dependencies<\/p>\n<p>### Required<br \/>\n&#8211; Bukkit\/Spigot\/Paper server platform<\/p>\n<p>### Optional<br \/>\n&#8211; **PlaceholderAPI**: Enables the use of placeholders in other plugins<br \/>\n&#8211; **Vault**: Provides compatibility with other economy plugins<br \/>\n&#8211; **MySQL**: For larger servers requiring database storage<\/p>\n<p>&#8212;<\/p>\n<p>## \ud83c\udf1f Best Practices<\/p>\n<p>### Economy Design<br \/>\n&#8211; Create different Cion for different purposes (e.g., voting rewards, event tokens)<br \/>\n&#8211; Set appropriate limits to prevent economy inflation<br \/>\n&#8211; Use player-specific Cion for temporary events<\/p>\n<p>### Performance Optimization<br \/>\n&#8211; Enable caching for high-traffic servers<br \/>\n&#8211; Consider MySQL for servers with many players<br \/>\n&#8211; Schedule regular database maintenance <\/p>\n<p>### Security<br \/>\n&#8211; Restrict admin permissions to trusted staff only<br \/>\n&#8211; Enable transaction logging in high-security environments<br \/>\n&#8211; Regularly backup your Cion data<\/p>\n<p>&#8212;<\/p>\n<p>## \ud83d\udcca Use Cases<\/p>\n<p>### Server Shops and Markets<br \/>\nCreate a robust economy with multiple Cion for different types of shops.<\/p>\n<p>### Event Rewards<br \/>\nUse player-specific Cion for limited-time events without affecting the main economy.<\/p>\n<p>### Progression Systems<br \/>\nImplement progression systems with Cion that unlock special features or items.<\/p>\n<p>### VIP Benefits<br \/>\nProvide VIP players with exclusive Cion or higher limits.<\/p>\n<p>&#8212;<\/p>\n<p>## \u2753 Frequently Asked Questions<\/p>\n<p>### General Questions<\/p>\n<p>**Q: Can I use NoieServerCion alongside other economy plugins?**<br \/>\nA: Yes! NoieServerCion is designed to work alongside other economy plugins without conflicts.<\/p>\n<p>**Q: What&#8217;s the difference between server Cion and player Cion?**<br \/>\nA: Server Cions are global Cion accessible to everyone, while player Cions are specific to individual players.<\/p>\n<p>**Q: Is there a limit to how many Cion I can create?**<br \/>\nA: There&#8217;s no hard limit, but for performance reasons, we recommend keeping it under 50 total Cion.<\/p>\n<p>### Technical Questions<\/p>\n<p>**Q: Does the plugin work with offline players?**<br \/>\nA: Yes, the plugin stores data in a database, allowing manipulation of offline player balances.<\/p>\n<p>**Q: Is the data stored securely?**<br \/>\nA: Yes, all database interactions are secure and follow best practices for data protection.<\/p>\n<p>&#8212;<\/p>\n<p>## \ud83d\udd27 Troubleshooting<\/p>\n<p>### Common Issues<\/p>\n<p>| Issue                    | Solution                                                                            |<br \/>\n|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-|<br \/>\n| Plugin doesn&#8217;t load      | Check server logs for errors and ensure you&#8217;re using a compatible Minecraft version |<br \/>\n| MySQL connection fails   | Verify your database credentials and ensure the MySQL server is accessible          |<br \/>\n| Commands not working     | Check permissions and command syntax                                                |<br \/>\n| Placeholders not working | Ensure PlaceholderAPI is installed and properly configured                          |<\/p>\n<p>&#8212;<\/p>\n<p>## \ud83d\udccb Changelog<\/p>\n<p>### Version 1.5<br \/>\n&#8211; Added Limit feature: set a maximum cap for a specified Cion<br \/>\n&#8211; Added Initial Allocation feature<br \/>\n&#8211; Introduced a Cion system scoped to both the global pool and individual players<br \/>\n&#8211; Upgraded to Java 21 compatibility<br \/>\n&#8211; Performance improvements and bug fixes<\/p>\n<p>&#8212;<\/p>\n<p>## \ud83d\udcde Support<\/p>\n<p>Having issues or questions? We&#8217;re here to help!<\/p>\n<p>&#8211; **Discord**: Join our community<\/p>\n<p>&#8212;<\/p>\n<p>## \ud83d\udcdc License<\/p>\n<p>Copyright \u00a9 2025 linmimeng. All Rights Reserved.<\/p>\n<p>NoieServerCion is proprietary software. Unauthorized copying, modification, or distribution is prohibited without express permission from the author.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>A digital system for servers and both global and individual players!<\/p>\n","protected":false},"featured_media":113150,"template":"","meta":{"_minecraft_slug":"noieservercion","_minecraft_project_id":"Zrkjj6Yy","_minecraft_author":"misty4119","_minecraft_license":"LicenseRef-All-Rights-Reserved","_minecraft_downloads":99,"_minecraft_follows":0,"_minecraft_client_side":"unsupported","_minecraft_server_side":"required","_minecraft_storage_type":"zip","_minecraft_archive_name":"noieservercion.zip","_minecraft_size_bytes":1376799,"_minecraft_version_count":6,"_minecraft_updated_at":"2026-05-15T19:45:45.460465Z","_minecraft_date_created":"2025-01-07T22:31:59.911465Z","_minecraft_date_modified":"2025-06-19T18:09:17.337687Z","_minecraft_project_url":"https:\/\/modrinth.com\/mod\/noieservercion","_minecraft_icon_attachment_id":113150,"_minecraft_imported_at":"2026-06-06T15:51:36+00:00","_minecraft_import_hash":"4eee2bebbcc85ad94afbc43e8f3df9df","_minecraft_versions":"","_minecraft_links":"","_minecraft_gallery":"","_minecraft_api_metadata":""},"mod_category":[124,844,126,127,128,129,123],"mod_loader":[130,132,133,134],"minecraft_version":[845,846,847,848,849,59,36,60,93,94,101,102,62,37,73,74,38,78,79],"class_list":["post-113149","mod","type-mod","status-publish","has-post-thumbnail","hentry","mod_category-bukkit","mod_category-economy","mod_category-management","mod_category-paper","mod_category-purpur","mod_category-spigot","mod_category-technology","mod_loader-bukkit","mod_loader-paper","mod_loader-purpur","mod_loader-spigot","minecraft_version-1-2-1","minecraft_version-1-2-2","minecraft_version-1-2-3","minecraft_version-1-2-4","minecraft_version-1-2-5","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-2","minecraft_version-1-21-3","minecraft_version-1-21-4","minecraft_version-1-21-5","minecraft_version-1-21-6"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.6 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>NoieServerCion - 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\/noieservercion\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"NoieServerCion - Minecraft\" \/>\n<meta property=\"og:description\" content=\"A digital system for servers and both global and individual players!\" \/>\n<meta property=\"og:url\" content=\"https:\/\/vpesports.com\/minecraft\/mods\/noieservercion\/\" \/>\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=\"7 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/noieservercion\\\/\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/noieservercion\\\/\",\"name\":\"NoieServerCion - Minecraft\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/noieservercion\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/noieservercion\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/noieservercion-icon-3d93cee4a878699603992fcca51d38f5fd9e93eb_96.webp\",\"datePublished\":\"2026-06-06T15:51:35+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/noieservercion\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/noieservercion\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/noieservercion\\\/#primaryimage\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/noieservercion-icon-3d93cee4a878699603992fcca51d38f5fd9e93eb_96.webp\",\"contentUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/noieservercion-icon-3d93cee4a878699603992fcca51d38f5fd9e93eb_96.webp\",\"width\":96,\"height\":96},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/noieservercion\\\/#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\":\"NoieServerCion\"}]},{\"@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":"NoieServerCion - 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\/noieservercion\/","og_locale":"en_US","og_type":"article","og_title":"NoieServerCion - Minecraft","og_description":"A digital system for servers and both global and individual players!","og_url":"https:\/\/vpesports.com\/minecraft\/mods\/noieservercion\/","og_site_name":"Minecraft","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"7 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/vpesports.com\/minecraft\/mods\/noieservercion\/","url":"https:\/\/vpesports.com\/minecraft\/mods\/noieservercion\/","name":"NoieServerCion - Minecraft","isPartOf":{"@id":"https:\/\/vpesports.com\/minecraft\/#website"},"primaryImageOfPage":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/noieservercion\/#primaryimage"},"image":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/noieservercion\/#primaryimage"},"thumbnailUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/noieservercion-icon-3d93cee4a878699603992fcca51d38f5fd9e93eb_96.webp","datePublished":"2026-06-06T15:51:35+00:00","breadcrumb":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/noieservercion\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/vpesports.com\/minecraft\/mods\/noieservercion\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/vpesports.com\/minecraft\/mods\/noieservercion\/#primaryimage","url":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/noieservercion-icon-3d93cee4a878699603992fcca51d38f5fd9e93eb_96.webp","contentUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/noieservercion-icon-3d93cee4a878699603992fcca51d38f5fd9e93eb_96.webp","width":96,"height":96},{"@type":"BreadcrumbList","@id":"https:\/\/vpesports.com\/minecraft\/mods\/noieservercion\/#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":"NoieServerCion"}]},{"@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\/113149","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\/113150"}],"wp:attachment":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media?parent=113149"}],"wp:term":[{"taxonomy":"mod_category","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_category?post=113149"},{"taxonomy":"mod_loader","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_loader?post=113149"},{"taxonomy":"minecraft_version","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/minecraft_version?post=113149"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}