Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
BenceX100 committed Sep 27, 2024
1 parent 3971f9f commit d0d0a49
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
3 changes: 0 additions & 3 deletions Writerside/topics/AxAFKZone.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
6 changes: 3 additions & 3 deletions Writerside/topics/Item-Builder.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/)
Expand All @@ -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/)
Expand All @@ -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/)
Expand Down

0 comments on commit d0d0a49

Please sign in to comment.