diff --git a/src/main/resources/example.json b/src/main/resources/example.json index f73a49b..134268f 100644 --- a/src/main/resources/example.json +++ b/src/main/resources/example.json @@ -7,7 +7,7 @@ "type": "chat_message", // Optional audience to forward this message to. Can be either "player", "server" or "console". (DEFAULT = "player") "audience": "player", - // Text to be displayed. Supports PlaceholderAPI and mutliple lines. + // Text to be displayed. Supports PlaceholderAPI and multiple lines. "value": [ " Welcome, %player_name% to the server.", " ", @@ -64,12 +64,12 @@ { "type": "console_command", // Command to be executed. Supports PlaceholderAPI. - "value": "minecraft:give %player_name% minecraft:iron_sword{Damage:177} 1" + "value": "minecraft:give %player_name% minecraft:iron_sword 1" }, // Chat message element sends message to the player. { "type": "chat_message", - // Text to be displayed. Supports PlaceholderAPI and mutliple lines. + // Text to be displayed. Supports PlaceholderAPI and multiple lines. "value": "Stranger gave %player_name% an old, rusty Iron Sword..." } ]