diff --git a/Writerside/topics/AxAFKZone.md b/Writerside/topics/AxAFKZone.md index 3ae9741..cd72170 100644 --- a/Writerside/topics/AxAFKZone.md +++ b/Writerside/topics/AxAFKZone.md @@ -1,8 +1,5 @@ # AxAFKZone -> This plugin has not released yet, some things are subject to change! -{style="warning"} - ## What is AxAFKZone? - A lightweight AFK zone/pool plugin that rewards players for AFK-ing in a zone diff --git a/Writerside/topics/Item-Builder.md b/Writerside/topics/Item-Builder.md index 04abbdb..9b12793 100644 --- a/Writerside/topics/Item-Builder.md +++ b/Writerside/topics/Item-Builder.md @@ -99,7 +99,7 @@ Note that you don't need to use all of these values at once, only material is re ```yaml # the material must be POTION material: POTION - # this value is RGB separated by colons + # this value is RGB separated by commas color: "255, 0, 0" ``` * RGB generator: [CLICK](https://htmlcolorcodes.com/color-picker/) @@ -109,7 +109,7 @@ Note that you don't need to use all of these values at once, only material is re ```yaml # the material must be a leather armor piece material: LEATHER_HELMET - # this value is RGB separated by colons + # this value is RGB separated by commas color: "0, 255, 255" ``` * RGB generator: [CLICK](https://htmlcolorcodes.com/color-picker/) @@ -119,7 +119,7 @@ Note that you don't need to use all of these values at once, only material is re ```yaml # the material must be TIPPED_ARROW material: TIPPED_ARROW - # this value is RGB separated by colons + # this value is RGB separated by commas color: "255, 255, 0" ``` * RGB generator: [CLICK](https://htmlcolorcodes.com/color-picker/)