Changes
Page history
updated Hide option
authored
Jul 20, 2024
by
Lxlp
Show whitespace changes
Inline
Side-by-side
Items/Items.md
View page @
5adc2248
...
...
@@ -139,7 +139,10 @@ example_item:
#### Hide
Special field that allows to hide specific things from the item tooltip.
All possible flags can be found
[
here
](
https://hub.spigotmc.org/javadocs/spigot/org/bukkit/inventory/ItemFlag.html
)
All possible flags can be found:
-
[
here if you have **Spigot**
](
https://hub.spigotmc.org/javadocs/spigot/org/bukkit/inventory/ItemFlag.html
)
-
[
here if you have **Paper**
](
https://jd.papermc.io/paper/1.21/org/bukkit/inventory/ItemFlag.html
)
> If the server version is <1.20.5, you can also use `HIDE_POTION_EFFECTS`
```
yml
example_item
:
Id
:
leather_chestplate
...
...
...
...