You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
node.set("items.item1", newUser("Item 1", "The first item"));
19
+
```
20
+
becomes
21
+
```yaml
22
+
items:
23
+
item1:
24
+
name: Item 1
25
+
description: The first item
26
+
```
27
+
10
28
## About
11
29
This library is designed to help you build Bukkit configurations quick and easy. It has bunch of good features that you don't want to miss. You can see some of them through official wiki on this repository.
0 commit comments