{"id":35831,"date":"2026-06-01T20:34:42","date_gmt":"2026-06-01T17:34:42","guid":{"rendered":"https:\/\/vpesports.com\/minecraft\/mods\/bungeeshortcut\/"},"modified":"2026-06-01T20:34:42","modified_gmt":"2026-06-01T17:34:42","slug":"bungeeshortcut","status":"publish","type":"mod","link":"https:\/\/vpesports.com\/minecraft\/mods\/bungeeshortcut\/","title":{"rendered":"BungeeShortcut"},"content":{"rendered":"<p># BungeeShortcut<\/p>\n<p>[English](#english) | [\u65e5\u672c\u8a9e](#japanese)<\/p>\n<p>&#8212;<\/p>\n<p>## English<\/p>\n<p>### Description<\/p>\n<p>BungeeShortcut is a BungeeCord plugin that allows you to create custom command shortcuts via configuration file. Instead of registering commands programmatically, you can easily add shortcuts in `config.yml` and use them immediately.<\/p>\n<p>### Features<\/p>\n<p>&#8211; \u2705 Create command shortcuts via `config.yml`<br \/>\n&#8211; \u2705 Permission system for each shortcut<br \/>\n&#8211; \u2705 Tab completion support<br \/>\n&#8211; \u2705 Reload configuration without restarting the server<br \/>\n&#8211; \u2705 Help command to list all shortcuts<\/p>\n<p>### Installation<\/p>\n<p>1. Download the latest `BungeeShortcut.jar` from the releases page<br \/>\n2. Place it in your BungeeCord `plugins` folder<br \/>\n3. Start or reload your BungeeCord server<br \/>\n4. The plugin will automatically create `plugins\/BungeeShortcut\/config.yml`<\/p>\n<p>### Configuration<\/p>\n<p>Edit `plugins\/BungeeShortcut\/config.yml`:<\/p>\n<p>&#8220;`yaml<br \/>\nshortcuts:<br \/>\n  lobby: &#8220;server lobby&#8221;<br \/>\n  hub: &#8220;server hub&#8221;<br \/>\n  spawn: &#8220;warp spawn&#8221;<br \/>\n  home: &#8220;essentials:home&#8221;<br \/>\n&#8220;`<\/p>\n<p>**Format:**<br \/>\n&#8211; Key: The shortcut command name (e.g., `lobby`)<br \/>\n&#8211; Value: The actual command to execute (e.g., `&#8221;server lobby&#8221;`)<\/p>\n<p>**Example:**<br \/>\n&#8211; `\/lobby` \u2192 executes `\/server lobby`<br \/>\n&#8211; `\/hub` \u2192 executes `\/server hub`<br \/>\n&#8211; `\/spawn` \u2192 executes `\/warp spawn`<\/p>\n<p>### Commands<\/p>\n<p>| Command | Description | Permission |<br \/>\n|&#8212;&#8212;&#8212;|&#8212;&#8212;&#8212;&#8212;-|&#8212;&#8212;&#8212;&#8212;|<br \/>\n| `\/bungeeshortcut` or `\/bsc` | Show help and list all shortcuts | Everyone |<br \/>\n| `\/bungeeshortcut help` | Show help and list all shortcuts | Everyone |<br \/>\n| `\/bungeeshortcut reload` | Reload configuration file | `bungeeshortcut.commands.reload` |<br \/>\n| `\/<shortcut>` | Execute the shortcut command | `bungeeshortcut.shortcut.<shortcut>` |<\/p>\n<p>### Permissions<\/p>\n<p>| Permission | Description | Default |<br \/>\n|&#8212;&#8212;&#8212;&#8212;|&#8212;&#8212;&#8212;&#8212;-|&#8212;&#8212;&#8212;|<br \/>\n| `bungeeshortcut.shortcut.<shortcut>` | Permission to use a specific shortcut command | `op` |<br \/>\n| `bungeeshortcut.commands.help` | Permission to use `\/bungeeshortcut help` | Everyone |<br \/>\n| `bungeeshortcut.commands.reload` | Permission to use `\/bungeeshortcut reload` | `op` |<\/p>\n<p>**Examples:**<br \/>\n&#8211; `bungeeshortcut.shortcut.lobby` &#8211; Permission to use `\/lobby`<br \/>\n&#8211; `bungeeshortcut.shortcut.hub` &#8211; Permission to use `\/hub`<br \/>\n&#8211; `bungeeshortcut.commands.reload` &#8211; Permission to reload config<\/p>\n<p>### Tab Completion<\/p>\n<p>&#8211; `\/bungeeshortcut` \u2192 suggests `help` and `reload` (if you have permission)<br \/>\n&#8211; Shortcut commands support tab completion (currently returns empty list)<\/p>\n<p>### Building from Source<\/p>\n<p>1. Clone this repository<br \/>\n2. Make sure you have Maven installed<br \/>\n3. Run:<br \/>\n&#8220;`bash<br \/>\nmvn clean package<br \/>\n&#8220;`<br \/>\n4. The compiled JAR will be in `target\/BungeeShortcut-1.0.jar`<\/p>\n<p>### Requirements<\/p>\n<p>&#8211; BungeeCord 1.21 or higher<br \/>\n&#8211; Java 8 or higher<\/p>\n<p>### How It Works<\/p>\n<p>When a player executes a shortcut command (e.g., `\/lobby`), the plugin:<br \/>\n1. Checks if the player has the required permission (`bungeeshortcut.shortcut.lobby`)<br \/>\n2. Executes the actual command (`\/server lobby`) using BungeeCord&#8217;s command dispatcher<br \/>\n3. The player receives the same chat messages and results as if they executed the original command directly<\/p>\n<p>### Notes<\/p>\n<p>&#8211; After modifying `config.yml`, use `\/bungeeshortcut reload` to apply changes without restarting<br \/>\n&#8211; Shortcut commands can accept arguments, which will be appended to the base command<br \/>\n&#8211; Example: `\/lobby player1` \u2192 executes `\/server lobby player1`<\/p>\n<p>&#8212;<\/p>\n<p>## Japanese<\/p>\n<p>### \u8aac\u660e<\/p>\n<p>BungeeShortcut\u306f\u3001\u8a2d\u5b9a\u30d5\u30a1\u30a4\u30eb\u3067\u30b3\u30de\u30f3\u30c9\u306e\u30b7\u30e7\u30fc\u30c8\u30ab\u30c3\u30c8\u3092\u7c21\u5358\u306b\u4f5c\u6210\u3067\u304d\u308bBungeeCord\u30d7\u30e9\u30b0\u30a4\u30f3\u3067\u3059\u3002\u30d7\u30ed\u30b0\u30e9\u30e0\u3067\u30b3\u30de\u30f3\u30c9\u3092\u767b\u9332\u3059\u308b\u5fc5\u8981\u304c\u306a\u304f\u3001`config.yml`\u306b\u30b7\u30e7\u30fc\u30c8\u30ab\u30c3\u30c8\u3092\u8ffd\u52a0\u3059\u308b\u3060\u3051\u3067\u3059\u3050\u306b\u4f7f\u7528\u3067\u304d\u307e\u3059\u3002<\/p>\n<p>### \u6a5f\u80fd<\/p>\n<p>&#8211; \u2705 `config.yml`\u3067\u30b3\u30de\u30f3\u30c9\u306e\u30b7\u30e7\u30fc\u30c8\u30ab\u30c3\u30c8\u3092\u4f5c\u6210<br \/>\n&#8211; \u2705 \u5404\u30b7\u30e7\u30fc\u30c8\u30ab\u30c3\u30c8\u306b\u6a29\u9650\u30b7\u30b9\u30c6\u30e0<br \/>\n&#8211; \u2705 Tab\u88dc\u5b8c\u30b5\u30dd\u30fc\u30c8<br \/>\n&#8211; \u2705 \u30b5\u30fc\u30d0\u30fc\u518d\u8d77\u52d5\u306a\u3057\u3067\u8a2d\u5b9a\u3092\u30ea\u30ed\u30fc\u30c9\u53ef\u80fd<br \/>\n&#8211; \u2705 \u3059\u3079\u3066\u306e\u30b7\u30e7\u30fc\u30c8\u30ab\u30c3\u30c8\u3092\u4e00\u89a7\u8868\u793a\u3059\u308b\u30d8\u30eb\u30d7\u30b3\u30de\u30f3\u30c9<\/p>\n<p>### \u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u65b9\u6cd5<\/p>\n<p>1. \u30ea\u30ea\u30fc\u30b9\u30da\u30fc\u30b8\u304b\u3089\u6700\u65b0\u306e`BungeeShortcut.jar`\u3092\u30c0\u30a6\u30f3\u30ed\u30fc\u30c9<br \/>\n2. BungeeCord\u306e`plugins`\u30d5\u30a9\u30eb\u30c0\u306b\u914d\u7f6e<br \/>\n3. BungeeCord\u30b5\u30fc\u30d0\u30fc\u3092\u8d77\u52d5\u307e\u305f\u306f\u30ea\u30ed\u30fc\u30c9<br \/>\n4. \u30d7\u30e9\u30b0\u30a4\u30f3\u304c\u81ea\u52d5\u7684\u306b`plugins\/BungeeShortcut\/config.yml`\u3092\u4f5c\u6210\u3057\u307e\u3059<\/p>\n<p>### \u8a2d\u5b9a\u65b9\u6cd5<\/p>\n<p>`plugins\/BungeeShortcut\/config.yml`\u3092\u7de8\u96c6\u3057\u3066\u304f\u3060\u3055\u3044\uff1a<\/p>\n<p>&#8220;`yaml<br \/>\nshortcuts:<br \/>\n  lobby: &#8220;server lobby&#8221;<br \/>\n  hub: &#8220;server hub&#8221;<br \/>\n  spawn: &#8220;warp spawn&#8221;<br \/>\n  home: &#8220;essentials:home&#8221;<br \/>\n&#8220;`<\/p>\n<p>**\u5f62\u5f0f:**<br \/>\n&#8211; \u30ad\u30fc: \u30b7\u30e7\u30fc\u30c8\u30ab\u30c3\u30c8\u30b3\u30de\u30f3\u30c9\u540d\uff08\u4f8b: `lobby`\uff09<br \/>\n&#8211; \u5024: \u5b9f\u969b\u306b\u5b9f\u884c\u3059\u308b\u30b3\u30de\u30f3\u30c9\uff08\u4f8b: `&#8221;server lobby&#8221;`\uff09<\/p>\n<p>**\u4f8b:**<br \/>\n&#8211; `\/lobby` \u2192 `\/server lobby`\u3092\u5b9f\u884c<br \/>\n&#8211; `\/hub` \u2192 `\/server hub`\u3092\u5b9f\u884c<br \/>\n&#8211; `\/spawn` \u2192 `\/warp spawn`\u3092\u5b9f\u884c<\/p>\n<p>### \u30b3\u30de\u30f3\u30c9\u4e00\u89a7<\/p>\n<p>| \u30b3\u30de\u30f3\u30c9 | \u8aac\u660e | \u6a29\u9650 |<br \/>\n|&#8212;&#8212;&#8212;|&#8212;&#8212;|&#8212;&#8212;|<br \/>\n| `\/bungeeshortcut` \u307e\u305f\u306f `\/bsc` | \u30d8\u30eb\u30d7\u3068\u3059\u3079\u3066\u306e\u30b7\u30e7\u30fc\u30c8\u30ab\u30c3\u30c8\u4e00\u89a7\u3092\u8868\u793a | \u5168\u54e1 |<br \/>\n| `\/bungeeshortcut help` | \u30d8\u30eb\u30d7\u3068\u3059\u3079\u3066\u306e\u30b7\u30e7\u30fc\u30c8\u30ab\u30c3\u30c8\u4e00\u89a7\u3092\u8868\u793a | \u5168\u54e1 |<br \/>\n| `\/bungeeshortcut reload` | \u8a2d\u5b9a\u30d5\u30a1\u30a4\u30eb\u3092\u30ea\u30ed\u30fc\u30c9 | `bungeeshortcut.commands.reload` |<br \/>\n| `\/<\u30b7\u30e7\u30fc\u30c8\u30ab\u30c3\u30c8\u540d>` | \u30b7\u30e7\u30fc\u30c8\u30ab\u30c3\u30c8\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c | `bungeeshortcut.shortcut.<\u30b7\u30e7\u30fc\u30c8\u30ab\u30c3\u30c8\u540d>` |<\/p>\n<p>### \u6a29\u9650\u4e00\u89a7<\/p>\n<p>| \u6a29\u9650 | \u8aac\u660e | \u30c7\u30d5\u30a9\u30eb\u30c8 |<br \/>\n|&#8212;&#8212;|&#8212;&#8212;|&#8212;&#8212;&#8212;&#8211;|<br \/>\n| `bungeeshortcut.shortcut.<\u30b7\u30e7\u30fc\u30c8\u30ab\u30c3\u30c8\u540d>` | \u7279\u5b9a\u306e\u30b7\u30e7\u30fc\u30c8\u30ab\u30c3\u30c8\u30b3\u30de\u30f3\u30c9\u3092\u4f7f\u7528\u3059\u308b\u6a29\u9650 | `op` |<br \/>\n| `bungeeshortcut.commands.help` | `\/bungeeshortcut help`\u3092\u4f7f\u7528\u3059\u308b\u6a29\u9650 | \u5168\u54e1 |<br \/>\n| `bungeeshortcut.commands.reload` | `\/bungeeshortcut reload`\u3092\u4f7f\u7528\u3059\u308b\u6a29\u9650 | `op` |<\/p>\n<p>**\u4f8b:**<br \/>\n&#8211; `bungeeshortcut.shortcut.lobby` &#8211; `\/lobby`\u3092\u4f7f\u7528\u3059\u308b\u6a29\u9650<br \/>\n&#8211; `bungeeshortcut.shortcut.hub` &#8211; `\/hub`\u3092\u4f7f\u7528\u3059\u308b\u6a29\u9650<br \/>\n&#8211; `bungeeshortcut.commands.reload` &#8211; \u8a2d\u5b9a\u3092\u30ea\u30ed\u30fc\u30c9\u3059\u308b\u6a29\u9650<\/p>\n<p>### Tab\u88dc\u5b8c<\/p>\n<p>&#8211; `\/bungeeshortcut` \u2192 `help`\u3068`reload`\u3092\u63d0\u6848\uff08\u6a29\u9650\u304c\u3042\u308b\u5834\u5408\uff09<br \/>\n&#8211; \u30b7\u30e7\u30fc\u30c8\u30ab\u30c3\u30c8\u30b3\u30de\u30f3\u30c9\u306fTab\u88dc\u5b8c\u3092\u30b5\u30dd\u30fc\u30c8\uff08\u73fe\u5728\u306f\u7a7a\u30ea\u30b9\u30c8\u3092\u8fd4\u3057\u307e\u3059\uff09<\/p>\n<p>### \u30bd\u30fc\u30b9\u304b\u3089\u30d3\u30eb\u30c9<\/p>\n<p>1. \u3053\u306e\u30ea\u30dd\u30b8\u30c8\u30ea\u3092\u30af\u30ed\u30fc\u30f3<br \/>\n2. Maven\u304c\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3055\u308c\u3066\u3044\u308b\u3053\u3068\u3092\u78ba\u8a8d<br \/>\n3. \u4ee5\u4e0b\u306e\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c:<br \/>\n&#8220;`bash<br \/>\nmvn clean package<br \/>\n&#8220;`<br \/>\n4. \u30b3\u30f3\u30d1\u30a4\u30eb\u3055\u308c\u305fJAR\u306f`target\/BungeeShortcut-1.0.jar`\u306b\u3042\u308a\u307e\u3059<\/p>\n<p>### \u8981\u4ef6<\/p>\n<p>&#8211; BungeeCord 1.21\u4ee5\u4e0a<br \/>\n&#8211; Java 8\u4ee5\u4e0a<\/p>\n<p>### \u52d5\u4f5c\u306e\u4ed5\u7d44\u307f<\/p>\n<p>\u30d7\u30ec\u30a4\u30e4\u30fc\u304c\u30b7\u30e7\u30fc\u30c8\u30ab\u30c3\u30c8\u30b3\u30de\u30f3\u30c9\uff08\u4f8b: `\/lobby`\uff09\u3092\u5b9f\u884c\u3059\u308b\u3068\u3001\u30d7\u30e9\u30b0\u30a4\u30f3\u306f\uff1a<br \/>\n1. \u30d7\u30ec\u30a4\u30e4\u30fc\u304c\u5fc5\u8981\u306a\u6a29\u9650\uff08`bungeeshortcut.shortcut.lobby`\uff09\u3092\u6301\u3063\u3066\u3044\u308b\u304b\u78ba\u8a8d<br \/>\n2. BungeeCord\u306e\u30b3\u30de\u30f3\u30c9\u30c7\u30a3\u30b9\u30d1\u30c3\u30c1\u30e3\u30fc\u3092\u4f7f\u7528\u3057\u3066\u5b9f\u969b\u306e\u30b3\u30de\u30f3\u30c9\uff08`\/server lobby`\uff09\u3092\u5b9f\u884c<br \/>\n3. \u30d7\u30ec\u30a4\u30e4\u30fc\u306f\u5143\u306e\u30b3\u30de\u30f3\u30c9\u3092\u76f4\u63a5\u5b9f\u884c\u3057\u305f\u5834\u5408\u3068\u540c\u3058\u30c1\u30e3\u30c3\u30c8\u30e1\u30c3\u30bb\u30fc\u30b8\u3068\u7d50\u679c\u3092\u53d7\u3051\u53d6\u308a\u307e\u3059<\/p>\n<p>### \u6ce8\u610f\u4e8b\u9805<\/p>\n<p>&#8211; `config.yml`\u3092\u5909\u66f4\u3057\u305f\u5f8c\u306f\u3001`\/bungeeshortcut reload`\u3092\u4f7f\u7528\u3057\u3066\u30b5\u30fc\u30d0\u30fc\u3092\u518d\u8d77\u52d5\u305b\u305a\u306b\u5909\u66f4\u3092\u9069\u7528\u3067\u304d\u307e\u3059<br \/>\n&#8211; \u30b7\u30e7\u30fc\u30c8\u30ab\u30c3\u30c8\u30b3\u30de\u30f3\u30c9\u306f\u5f15\u6570\u3092\u53d7\u3051\u53d6\u308b\u3053\u3068\u304c\u3067\u304d\u3001\u5f15\u6570\u306f\u30d9\u30fc\u30b9\u30b3\u30de\u30f3\u30c9\u306b\u8ffd\u52a0\u3055\u308c\u307e\u3059<br \/>\n&#8211; \u4f8b: `\/lobby player1` \u2192 `\/server lobby player1`\u3092\u5b9f\u884c<\/p>\n<p>&#8212;<\/p>\n<p>## License<\/p>\n<p>This project is licensed under the MIT License.<\/p>\n<p>## Author<\/p>\n<p>koirdsuzu<\/p>\n","protected":false},"excerpt":{"rendered":"<p>A simple BungeeCommand Shortcut create plugin. BungeeCord\u306e\u30b3\u30de\u30f3\u30c9\u306e\u30b7\u30e7\u30fc\u30c8\u30ab\u30c3\u30c8\u3092\u4f5c\u308d\u3046\uff01<\/p>\n","protected":false},"featured_media":0,"template":"","meta":{"_minecraft_slug":"bungeeshortcut","_minecraft_project_id":"lyJQyK9V","_minecraft_author":"koirdsuzu","_minecraft_license":"Apache-2.0","_minecraft_downloads":12,"_minecraft_follows":0,"_minecraft_client_side":"unsupported","_minecraft_server_side":"required","_minecraft_storage_type":"zip","_minecraft_archive_name":"bungeeshortcut.zip","_minecraft_size_bytes":6939,"_minecraft_version_count":1,"_minecraft_updated_at":"2026-05-15T23:02:15.486393Z","_minecraft_date_created":"2025-12-19T10:09:29.324418Z","_minecraft_date_modified":"2025-12-18T16:26:38.070760Z","_minecraft_project_url":"https:\/\/modrinth.com\/mod\/bungeeshortcut","_minecraft_icon_attachment_id":0,"_minecraft_imported_at":"2026-06-01T17:34:43+00:00","_minecraft_import_hash":"077b9faf932971a9d9706ca9fc510371","_minecraft_versions":"","_minecraft_links":"","_minecraft_gallery":"","_minecraft_api_metadata":""},"mod_category":[894,43,156,89,90,91,123,869,92],"mod_loader":[895],"minecraft_version":[359,360,379,382,385,438,446,449,110,111,112,113,114,115,116,117,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],"class_list":["post-35831","mod","type-mod","status-publish","hentry","mod_category-bungeecord","mod_category-cursed","mod_category-decoration","mod_category-game-mechanics","mod_category-optimization","mod_category-storage","mod_category-technology","mod_category-transportation","mod_category-utility","mod_loader-bungeecord","minecraft_version-1-11-1","minecraft_version-1-11-2","minecraft_version-1-12","minecraft_version-1-12-1","minecraft_version-1-12-2","minecraft_version-1-13","minecraft_version-1-13-1","minecraft_version-1-13-2","minecraft_version-1-14","minecraft_version-1-14-1","minecraft_version-1-14-2","minecraft_version-1-14-3","minecraft_version-1-14-4","minecraft_version-1-15","minecraft_version-1-15-1","minecraft_version-1-15-2","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"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.6 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>BungeeShortcut - 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\/bungeeshortcut\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"BungeeShortcut - Minecraft\" \/>\n<meta property=\"og:description\" content=\"A simple BungeeCommand Shortcut create plugin. BungeeCord\u306e\u30b3\u30de\u30f3\u30c9\u306e\u30b7\u30e7\u30fc\u30c8\u30ab\u30c3\u30c8\u3092\u4f5c\u308d\u3046\uff01\" \/>\n<meta property=\"og:url\" content=\"https:\/\/vpesports.com\/minecraft\/mods\/bungeeshortcut\/\" \/>\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=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/bungeeshortcut\\\/\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/bungeeshortcut\\\/\",\"name\":\"BungeeShortcut - Minecraft\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\"},\"datePublished\":\"2026-06-01T17:34:42+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/bungeeshortcut\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/bungeeshortcut\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/bungeeshortcut\\\/#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\":\"BungeeShortcut\"}]},{\"@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":"BungeeShortcut - 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\/bungeeshortcut\/","og_locale":"en_US","og_type":"article","og_title":"BungeeShortcut - Minecraft","og_description":"A simple BungeeCommand Shortcut create plugin. BungeeCord\u306e\u30b3\u30de\u30f3\u30c9\u306e\u30b7\u30e7\u30fc\u30c8\u30ab\u30c3\u30c8\u3092\u4f5c\u308d\u3046\uff01","og_url":"https:\/\/vpesports.com\/minecraft\/mods\/bungeeshortcut\/","og_site_name":"Minecraft","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/vpesports.com\/minecraft\/mods\/bungeeshortcut\/","url":"https:\/\/vpesports.com\/minecraft\/mods\/bungeeshortcut\/","name":"BungeeShortcut - Minecraft","isPartOf":{"@id":"https:\/\/vpesports.com\/minecraft\/#website"},"datePublished":"2026-06-01T17:34:42+00:00","breadcrumb":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/bungeeshortcut\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/vpesports.com\/minecraft\/mods\/bungeeshortcut\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/vpesports.com\/minecraft\/mods\/bungeeshortcut\/#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":"BungeeShortcut"}]},{"@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\/35831","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:attachment":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media?parent=35831"}],"wp:term":[{"taxonomy":"mod_category","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_category?post=35831"},{"taxonomy":"mod_loader","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_loader?post=35831"},{"taxonomy":"minecraft_version","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/minecraft_version?post=35831"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}