Skip to content

Commit ad2e295

Browse files
committed
edited README.md
1 parent d6da4d1 commit ad2e295

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
![logo by @tolimag](.github/logo.png)
22

33
[![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE)
4-
[![Version](https://img.shields.io/badge/version-1.1.2-brightgreen)](https://github.com/ContentForge/FormConstructor/releases/tag/1.1.2)
5-
[![CloudBurst](https://img.shields.io/badge/CloudBurst-1.0.3-brightgreen)](https://cloudburstmc.org/resources/formconstructor.738/)
4+
[![Version](https://img.shields.io/badge/version-1.1.3-brightgreen)](https://github.com/ContentForge/FormConstructor/releases/tag/1.1.3)
5+
[![CloudBurst](https://img.shields.io/badge/CloudBurst-1.1.2-brightgreen)](https://cloudburstmc.org/resources/formconstructor.738/)
66

77
Introduction
88
-------------
@@ -14,6 +14,7 @@ It has a few key advantages over other form libraries:
1414
- For each button we can set a lambda function in SimpleForm.
1515
- In SimpleForm we get a button object as a response, where we can get its text and index.
1616
- In CustomForm we can mark elements with an identifier to conveniently get this element in its handler. We can get element by id and its index.
17+
- Easy async handling.
1718

1819
Examples
1920
-------------
@@ -92,6 +93,9 @@ form.setHandler((p, response) -> {
9293
});
9394
```
9495

96+
### Async handling
97+
Also you can use method `sendAsync(Player)` for using async form handling.
98+
But this may cause some restrictions. What exactly - I don't know.
9599

96100
Donate
97101
-------------

0 commit comments

Comments
 (0)