Add index pages and use grid cards

This commit is contained in:
Andre601
2024-01-19 01:14:40 +01:00
parent 5f1a72bd7f
commit 2eeb7ecea6
7 changed files with 168 additions and 25 deletions

View File

@@ -124,7 +124,7 @@ To use placeholders from other plugins in our own plugin, we simply have to [(so
It is also important to point out, that any required plugin/dependency for an expansion has to be on the server and enabled, or the `setPlaceholders` method will just return the placeholder itself (do nothing).
**Example**:
/// example
Let's assume we want to send a custom join message that shows the primary group a player has.
To achieve this, we can do the following:
```java
@@ -177,3 +177,4 @@ public class JoinExample extends JavaPlugin implements Listener {
}
}
```
///