Skip to content

Commit

Permalink
add documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
andrei1058 committed Dec 7, 2023
1 parent f7b644c commit 4cde6e2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,9 @@ public class MyPlugin extends JavaPlugin implements Listener {
}
```

## Experimental
Since 1.20.3 we can replace sidebar score numbers with string placeholders. You can use our experimental feature by implementing **ScoredLine**.

### Maven repository

```xml
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

import org.jetbrains.annotations.ApiStatus;

/**
* EXPERIMENTAL.
* Since 1.20.3 we can replace score numbers on the sidebar with string placeholders.
*/
@ApiStatus.Experimental
public interface ScoredLine {
@ApiStatus.Experimental
Expand Down

0 comments on commit 4cde6e2

Please sign in to comment.