{"id":15754,"date":"2023-08-22T06:42:18","date_gmt":"2023-08-22T06:42:18","guid":{"rendered":"https:\/\/cloudpap.com\/?p=15754"},"modified":"2023-08-22T06:48:21","modified_gmt":"2023-08-22T06:48:21","slug":"minecraft-server-console-commands","status":"publish","type":"post","link":"https:\/\/cloudpap.com\/blog\/minecraft-server-console-commands\/","title":{"rendered":"11 Popular Minecraft Server Console Commands and What They Do"},"content":{"rendered":"\n<p>Minecraft servers allow players to connect and play Minecraft multiplayer together. Server operators have access to various console commands that allow them to modify, configure, and administer the Minecraft server. <\/p>\n\n\n\n<p>Here are 11 of the most popular and useful Minecraft server console commands and what they do:<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">say<\/h2>\n\n\n\n<p>The <code>say<\/code> command allows the server to broadcast a message to all players connected to the server.<\/p>\n\n\n\n<p><strong>Usage:<\/strong><\/p>\n\n\n\n<p><code>say &lt;message&gt;<\/code><\/p>\n\n\n\n<p>This will display to all online players.<\/p>\n\n\n\n<p>For example:<\/p>\n\n\n\n<p><code>say Hello everyone, welcome to the server!<\/code><\/p>\n\n\n\n<h2 class=\"wp-block-heading\">gamemode<\/h2>\n\n\n\n<p>The <code>gamemode<\/code> command changes the game mode of a player. Game modes determine if a player can take damage, destroy blocks, fly etc.<\/p>\n\n\n\n<p><strong>Usage:<\/strong><\/p>\n\n\n\n<p><code>gamemode &lt;mode&gt; [player]<\/code><\/p>\n\n\n\n<p>The game modes are:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><code>survival<\/code> (0)<\/li>\n\n\n\n<li><code>creative<\/code> (1)<\/li>\n\n\n\n<li><code>adventure<\/code> (2)<\/li>\n\n\n\n<li><code>spectator<\/code> (3)<\/li>\n<\/ul>\n\n\n\n<p>For example:<\/p>\n\n\n\n<p><code>gamemode creative Steve<\/code><\/p>\n\n\n\n<p>This will change Steve&#8217;s gamemode to creative.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">weather<\/h2>\n\n\n\n<p>The <code>weather<\/code> command changes the weather in the Minecraft world.<\/p>\n\n\n\n<p><strong>Usage:<\/strong><\/p>\n\n\n\n<p><code>weather &lt;clear|rain|thunder&gt; [duration in seconds]<\/code><\/p>\n\n\n\n<p>For example:<\/p>\n\n\n\n<p><code>weather thunder 6000<\/code><\/p>\n\n\n\n<p>This will make it thunder for 6000 seconds (100 minutes).<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">time<\/h2>\n\n\n\n<p>The <code>time<\/code> command changes or queries the world time.<\/p>\n\n\n\n<p><strong>Usage:<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><code>time set &lt;value&gt;<\/code><\/li>\n\n\n\n<li><code>time add &lt;value&gt;<\/code><\/li>\n\n\n\n<li><code>time query<\/code><\/li>\n<\/ul>\n\n\n\n<p>The <code>&lt;value&gt;<\/code> can be:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>daytime &#8211; 1000 to 12000<\/li>\n\n\n\n<li>nighttime &#8211; 13000 to 22000<\/li>\n<\/ul>\n\n\n\n<p>For example:<\/p>\n\n\n\n<p><code>time set 6000<\/code><\/p>\n\n\n\n<p>This will set the time to sunrise.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">give<\/h2>\n\n\n\n<p>The <code>give<\/code> command gives an item to a player.<\/p>\n\n\n\n<p><strong>Usage:<\/strong><\/p>\n\n\n\n<p><code>give &lt;player&gt; &lt;item&gt; [amount] [data] [components]<\/code><\/p>\n\n\n\n<p>For example:<\/p>\n\n\n\n<p><code>give Steve diamond_sword 1 0 {display:{Name:\"Sword of Truth\"}}<\/code><\/p>\n\n\n\n<p>This will give Steve 1 diamond sword with a custom name.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">tp<\/h2>\n\n\n\n<p>The <code>tp<\/code> command teleports entities, like players.<\/p>\n\n\n\n<p><strong>Usage:<\/strong><\/p>\n\n\n\n<p><code>tp [target player] &lt;destination player\/coordinates&gt;<\/code><\/p>\n\n\n\n<p>For example:<\/p>\n\n\n\n<p><code>tp Matilda Steve<\/code><\/p>\n\n\n\n<p>This will teleport Matilda to Steve&#8217;s location.<\/p>\n\n\n\n<p><code>tp @a 0 64 0<\/code><\/p>\n\n\n\n<p>This will teleport all players to x=0, y=64, z=0 coordinates.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">kick<\/h2>\n\n\n\n<p>The <code>kick<\/code> command kicks a player from the server.<\/p>\n\n\n\n<p><strong>Usage:<\/strong><\/p>\n\n\n\n<p><code>kick &lt;player&gt; [reason]<\/code><\/p>\n\n\n\n<p>For example:<\/p>\n\n\n\n<p><code>kick Steve Sorry, no griefing allowed!<\/code><\/p>\n\n\n\n<h2 class=\"wp-block-heading\">ban<\/h2>\n\n\n\n<p>The <code>ban<\/code> command bans players from joining the server.<\/p>\n\n\n\n<p><strong>Usage:<\/strong><\/p>\n\n\n\n<p><code>ban &lt;name&gt; [reason]<\/code><\/p>\n\n\n\n<p>For example:<\/p>\n\n\n\n<p><code>ban MinecraftHacker Because they were hacking.<\/code><\/p>\n\n\n\n<h2 class=\"wp-block-heading\">pardon<\/h2>\n\n\n\n<p>The <code>pardon<\/code> command unbans a banned player.<\/p>\n\n\n\n<p><strong>Usage:<\/strong><\/p>\n\n\n\n<p><code>pardon &lt;player&gt;<\/code><\/p>\n\n\n\n<p>For example:<\/p>\n\n\n\n<p><code>pardon MinecraftHacker<\/code><\/p>\n\n\n\n<h2 class=\"wp-block-heading\">save-all<\/h2>\n\n\n\n<p>The <code>save-all<\/code> command saves the server state. It writes player data, worlds etc. to disk.<\/p>\n\n\n\n<p><strong>Usage:<\/strong><\/p>\n\n\n\n<p><code>save-all<\/code><\/p>\n\n\n\n<p>It&#8217;s a good idea to regularly save the server state with this command.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">stop<\/h2>\n\n\n\n<p>The <code>stop<\/code> command gracefully stops the Minecraft server.<\/p>\n\n\n\n<p><strong>Usage:<\/strong><\/p>\n\n\n\n<p><code>stop<\/code><\/p>\n\n\n\n<p>This will save game state and disconnect players before shutting down the server.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<p>Those are some of the most used Minecraft server console commands and what they do. Server admins should get familiar with these to efficiently operate their Minecraft server. <\/p>\n\n\n\n<h2 class=\"wp-block-heading\">How to Use Minecraft Server Commands<\/h2>\n\n\n\n<h3 class=\"wp-block-heading\">Accessing the Server Console<\/h3>\n\n\n\n<p>The first step is accessing the server console. This allows you to enter commands directly on the server. Here&#8217;s how:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>For Java Edition servers, open the Command Prompt or Terminal window where you started the server. This is typically where the server JAR file is located.<\/li>\n\n\n\n<li>For Bedrock Edition, you&#8217;ll need to enable cheat mode. To do this, click &#8220;Pencil Icon&#8221; in the world settings and toggle &#8220;Cheats&#8221; to &#8220;On&#8221;. Then press &#8220;Enter&#8221; to open the text box to type commands.<\/li>\n<\/ul>\n\n\n\n<p>Once you have console access, you can start entering commands.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Running Basic Commands<\/h3>\n\n\n\n<p>The most basic usage of a Minecraft command is:<\/p>\n\n\n\n<p><code>\/command argument1 argument2<\/code><\/p>\n\n\n\n<p>For example, to change your gamemode to creative:<\/p>\n\n\n\n<p><code>\/gamemode creative<\/code><\/p>\n\n\n\n<p>Some common basic commands include:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><code>\/time set day<\/code> &#8211; Sets time of day<\/li>\n\n\n\n<li><code>\/weather clear<\/code> &#8211; Changes weather to clear<\/li>\n\n\n\n<li><code>\/give @p diamond_sword<\/code> &#8211; Gives you a diamond sword<\/li>\n\n\n\n<li><code>\/tp PLAYER X Y Z<\/code> &#8211; Teleports player to coordinates<\/li>\n<\/ul>\n\n\n\n<h3 class=\"wp-block-heading\">Target Selectors<\/h3>\n\n\n\n<p>Many commands support <em>target selectors<\/em> to specify which player(s) to apply the command to:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><code>@p<\/code> &#8211; Nearest player<\/li>\n\n\n\n<li><code>@r<\/code> &#8211; Random player<\/li>\n\n\n\n<li><code>@a<\/code> &#8211; All players<\/li>\n\n\n\n<li><code>@e<\/code> &#8211; All entities<\/li>\n<\/ul>\n\n\n\n<p>For example:<\/p>\n\n\n\n<p><code>\/gamemode creative @a<\/code><\/p>\n\n\n\n<p>This changes every player on the server to creative mode.<\/p>\n\n\n\n<p>You can also narrow down selectors by using:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><code>name=NAME<\/code> &#8211; Players with NAME<\/li>\n\n\n\n<li><code>x=X,y=Y,z=Z<\/code> &#8211; Players at these coordinates<\/li>\n\n\n\n<li><code>r=RADIUS<\/code> &#8211; Players within radius<\/li>\n<\/ul>\n\n\n\n<h3 class=\"wp-block-heading\">Managing Players<\/h3>\n\n\n\n<p>Here are some useful commands for managing players:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><code>\/kick PLAYER [reason]<\/code> &#8211; Kick player from server<\/li>\n\n\n\n<li><code>\/ban PLAYER [reason]<\/code> &#8211; Ban player from server<\/li>\n\n\n\n<li><code>\/pardon PLAYER<\/code> &#8211; Unban player<\/li>\n\n\n\n<li><code>\/tp PLAYER1 PLAYER2<\/code> &#8211; Teleport PLAYER1 to PLAYER2<\/li>\n\n\n\n<li><code>\/give PLAYER ITEM [amount] [data]<\/code> &#8211; Give player an item<\/li>\n<\/ul>\n\n\n\n<p>For example:<\/p>\n\n\n\n<p><code>\/ban Notch You shouldn't be here!<\/code><\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Controlling Time<\/h3>\n\n\n\n<p>You can control the time of day using:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><code>\/time set DAYTIME<\/code> &#8211; Set time of day<\/li>\n\n\n\n<li><code>\/time add TIME<\/code> &#8211; Add TIME to current time<\/li>\n<\/ul>\n\n\n\n<p>DAYTIME can be values like:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>1000 = sunrise<\/li>\n\n\n\n<li>6000 = midday<\/li>\n\n\n\n<li>12000 = sunset<\/li>\n\n\n\n<li>18000 = midnight<\/li>\n<\/ul>\n\n\n\n<p>For example:<\/p>\n\n\n\n<p><code>\/time set 18000<\/code><\/p>\n\n\n\n<p>Sets the time to midnight.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Changing Game Rules<\/h3>\n\n\n\n<p>To modify the rules of the game, use <code>\/gamerule<\/code>:<\/p>\n\n\n\n<p><code>\/gamerule rule value<\/code><\/p>\n\n\n\n<p>For example:<\/p>\n\n\n\n<p><code>\/gamerule doDaylightCycle false<\/code><\/p>\n\n\n\n<p>This stops the day-night cycle.<\/p>\n\n\n\n<p>Some useful game rules include:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>doFireTick &#8211; Whether fire spreads<\/li>\n\n\n\n<li>doMobSpawning &#8211; Whether mobs spawn<\/li>\n\n\n\n<li>doWeatherCycle &#8211; Whether weather changes<\/li>\n<\/ul>\n\n\n\n<p>See <a href=\"https:\/\/minecraft.gamepedia.com\/Game_rule\" target=\"_blank\" rel=\"noopener\">Gamepedia<\/a> for a full list of gamerules.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Running Commands in Repeat<\/h3>\n\n\n\n<p>You can have commands run repeatedly using command blocks or functions:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Command blocks &#8211; Place and power a command block containing a command<\/li>\n\n\n\n<li>Functions &#8211; Create a <code>*.mcfunction<\/code> file with commands<\/li>\n<\/ul>\n\n\n\n<p>For example, creating a <code>clearInventory.mcfunction<\/code> file with:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>clear @a\ngive @a cooked_beef 64<\/code><\/pre>\n\n\n\n<p>Will repeatedly clear inventories and give steak when run.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Automating Commands with Datapacks<\/h3>\n\n\n\n<p>For large collections of custom commands and automation, you can use <em>datapacks<\/em>. Datapacks allow you to write functions, loot tables, structures, and more.<\/p>\n\n\n\n<p>Some things you can do with datapacks:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Custom crafting recipes<\/li>\n\n\n\n<li>Custom villager trading<\/li>\n\n\n\n<li>Custom advancements<\/li>\n\n\n\n<li>Custom loot tables<\/li>\n\n\n\n<li>Custom structures<\/li>\n<\/ul>\n\n\n\n<p>Datapacks take more work to set up but allow for deep customization.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Executing Commands with Server Scripts<\/h3>\n\n\n\n<p>For Java Edition servers, you can automate running commands using shell\/batch scripts.<\/p>\n\n\n\n<p>For example, a <code>restart.sh<\/code> script could contain:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>say Server restarting!\nsave-all\nstop\njava -Xmx2G -jar server.jar nogui<\/code><\/pre>\n\n\n\n<p>This script would:<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Announce restart<\/li>\n\n\n\n<li>Save world<\/li>\n\n\n\n<li>Stop server<\/li>\n\n\n\n<li>Restart server<\/li>\n<\/ol>\n\n\n\n<p>Scripts allow integrating OS functionality with <a href=\"https:\/\/cloudpap.com\/free-minecraft-server\/\" target=\"_blank\" rel=\"noreferrer noopener\">Minecraft servers.<\/a><\/p>\n\n\n\n<h2 class=\"wp-block-heading\">How do I enable commands on my Minecraft server?<\/h2>\n\n\n\n<p>Here are the steps to enable commands on a Minecraft server:<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">For Java Edition Servers<\/h3>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Make sure you have operator\/admin permissions on the server.<\/li>\n\n\n\n<li>Start the server and agree to the EULA by changing <code>eula=false<\/code> to <code>eula=true<\/code> in the <code>eula.txt<\/code> file.<\/li>\n\n\n\n<li>Stop the server.<\/li>\n\n\n\n<li>Open the <code>server.properties<\/code> file in a text editor.<\/li>\n\n\n\n<li>Find the <code>enable-commands<\/code> setting and set it to <code>true<\/code>:<\/li>\n<\/ol>\n\n\n\n<pre class=\"wp-block-code\"><code>enable-commands=true<\/code><\/pre>\n\n\n\n<ol class=\"wp-block-list\" start=\"6\">\n<li>Save the changes and restart the server.<\/li>\n<\/ol>\n\n\n\n<p>Commands should now be enabled. Test it out by running a command like <code>\/gamemode creative<\/code> on the server.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">For Bedrock Edition Servers<\/h3>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Start the world and click the pencil icon to access world settings.<\/li>\n\n\n\n<li>Click on &#8220;Game&#8221; in the settings sidebar.<\/li>\n\n\n\n<li>Enable the setting &#8220;Cheats: Off&#8221; to &#8220;Cheats: On&#8221;<\/li>\n\n\n\n<li>Click &#8220;Save&#8221; and commands will now be enabled.<\/li>\n\n\n\n<li>Test by running a command like <code>\/gamemode creative<\/code><\/li>\n<\/ol>\n\n\n\n<p>Enable cheats\/commands only on trusted servers to avoid abuse. But used properly they open up many options for customizing gameplay.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">How do I add admin commands to my Minecraft server?<\/h2>\n\n\n\n<p>Here are some ways to add admin commands to a Minecraft server:<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Using Command Blocks<\/h3>\n\n\n\n<p>You can create command blocks that only admins\/ops can edit.<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Go into creative mode (<code>\/gamemode creative<\/code>)<\/li>\n\n\n\n<li>Get a command block (<code>\/give @s command_block<\/code>)<\/li>\n\n\n\n<li>Configure the command block with an admin command like <code>\/gamemode creative @p<\/code><\/li>\n\n\n\n<li>Set the command block to require OP permission.<\/li>\n<\/ol>\n\n\n\n<p>Now only admins can run that command.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Install Admin Mods\/Plugins<\/h3>\n\n\n\n<p>Many mods and plugins like Essentials or WorldEdit add extra admin commands. Install them on your server to enable more administrative abilities.<\/p>\n\n\n\n<p>Some useful ones:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Essentials &#8211; Adds commands like <code>\/spawn<\/code>, <code>\/warp<\/code>, <code>\/kick<\/code> etc.<\/li>\n\n\n\n<li>WorldEdit &#8211; Advanced world editing and terraforming commands.<\/li>\n\n\n\n<li>LuckPerms &#8211; Permission management for granular admin powers.<\/li>\n<\/ul>\n\n\n\n<p>Read mod documentation to learn the new commands.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Use Datapacks<\/h3>\n\n\n\n<p>With datapacks you can create custom crafting, loot tables, functions, and more. Useful for admin utilities.<\/p>\n\n\n\n<p>For example a datapack function could have:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>give @p netherite_sword\neffect @p strength 30<\/code><\/pre>\n\n\n\n<p>Load the datapack on the server to access those admin functions.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Set Up Command Permissions<\/h3>\n\n\n\n<p>Use a permissions plugin like LuckPerms to set specific command permissions for admin ranks.<\/p>\n\n\n\n<p>Give only certain players access to commands like <code>\/ban<\/code>, <code>\/teleport<\/code>, etc.<\/p>\n\n\n\n<p>This allows granular admin powers.<\/p>\n\n\n\n<p>With a bit of setup, you can create all kinds of custom admin commands on your Minecraft server for moderation, world editing, and more!<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">How do you fix command blocks are not enabled on this server?<\/h2>\n\n\n\n<p>Here are a few things you can try to fix the &#8220;command blocks are not enabled on this server&#8221; error:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Make sure cheats\/commands are enabled in the server settings. For Java Edition servers, set &#8220;enable-command-block=true&#8221; in the server.properties file. For Bedrock Edition, enable &#8220;Cheats&#8221; in the world settings.<\/li>\n\n\n\n<li>Check that you have operator\/admin permissions on the server. Command blocks require at least basic operator status to use.<\/li>\n\n\n\n<li>Use the &#8220;\/gamerule commandBlockOutput false&#8221; command. This allows command blocks to run commands even if they cannot output results.<\/li>\n\n\n\n<li>Check if any server plugins\/mods are blocking command blocks. Some anti-griefing plugins prevent untrusted players from using cmds.<\/li>\n\n\n\n<li>Make sure the command in the command block is valid. Syntax errors or unrecognized commands can cause issues.<\/li>\n\n\n\n<li>Try placing and using the command block in a brand new &#8220;superflat&#8221; creative world. If it works there, something in the server world is interfering.<\/li>\n\n\n\n<li>As a last resort, completely delete the &#8220;world&#8221; folder and regenerate the world. This resets all data which can clear any corrupted data.<\/li>\n<\/ul>\n\n\n\n<p>If you still can&#8217;t get command blocks working, contact the server host\/admin to troubleshoot permissions or configs that may be blocking command blocks. <\/p>\n\n\n\n<p>With the right settings, they should function on any vanilla Minecraft server.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Conclusion<\/h2>\n\n\n\n<p>Mastering Minecraft commands helps unlock the full potential of servers. <\/p>\n\n\n\n<p>Start with simple player and time commands, then explore powerful options like command blocks, functions, datapacks and scripts. <\/p>\n\n\n\n<p>Let me know if you have any other great uses for Minecraft commands!<\/p>\n\n\n\n<div class=\"wp-block-buttons is-layout-flex wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https:\/\/cloudpap.com\/cloudpap-compute\/\" target=\"_blank\" rel=\"noreferrer noopener\">1-Click Minecraft Server<\/a><\/div>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>Minecraft servers allow players to connect and play Minecraft multiplayer together. Server operators have access to&#8230;<\/p>\n","protected":false},"author":8,"featured_media":15755,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_kad_post_transparent":"","_kad_post_title":"","_kad_post_layout":"","_kad_post_sidebar_id":"","_kad_post_content_style":"","_kad_post_vertical_padding":"","_kad_post_feature":"","_kad_post_feature_position":"","_kad_post_header":false,"_kad_post_footer":false,"footnotes":""},"categories":[276],"tags":[],"class_list":["post-15754","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-minecraft"],"_links":{"self":[{"href":"https:\/\/cloudpap.com\/blog\/wp-json\/wp\/v2\/posts\/15754","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/cloudpap.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/cloudpap.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/cloudpap.com\/blog\/wp-json\/wp\/v2\/users\/8"}],"replies":[{"embeddable":true,"href":"https:\/\/cloudpap.com\/blog\/wp-json\/wp\/v2\/comments?post=15754"}],"version-history":[{"count":0,"href":"https:\/\/cloudpap.com\/blog\/wp-json\/wp\/v2\/posts\/15754\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/cloudpap.com\/blog\/wp-json\/wp\/v2\/media\/15755"}],"wp:attachment":[{"href":"https:\/\/cloudpap.com\/blog\/wp-json\/wp\/v2\/media?parent=15754"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/cloudpap.com\/blog\/wp-json\/wp\/v2\/categories?post=15754"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/cloudpap.com\/blog\/wp-json\/wp\/v2\/tags?post=15754"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}