Skip to content

Commit

Permalink
Cleanup readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Ravis96 committed Oct 5, 2024
1 parent 6a1a1fd commit e5316db
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,5 @@ implementation "cc.dreamcode.notice:{platform}:1.5.8"

## Example

```java
BukkitNotice.chat("&7Simple test {argument}.")
.with("argument", "player1")
.hoverEvent(HoverEvent.showText(AdventureLegacy.deserialize("Text.")))
.clickEvent(ClickEvent.openUrl("https://dreamcode.cc"))
.send(player);
```
See dream-template.

0 comments on commit e5316db

Please sign in to comment.