Skip to content

Commit 55606c3

Browse files
authored
Update README.md
1 parent c6d801d commit 55606c3

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ class Item {
1616

1717
SectionNode<?> node = ...;
1818
node.set("items.item1", new User("Item 1", "The first item"));
19+
Item item = node.getSection("items.item1").map(Item.class);
1920
```
2021
becomes
2122
```yaml
@@ -24,6 +25,7 @@ items:
2425
name: Item 1
2526
description: The first item
2627
```
28+
More on wiki!
2729
2830
## About
2931
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

Comments
 (0)