Skip to content
This repository was archived by the owner on Aug 9, 2025. It is now read-only.

Commit cd41677

Browse files
committed
Update wording in documentation and clarify guideline warning
Rephrased a sentence in Introduction.md for better accuracy regarding NDCore usage.
1 parent a71a1c5 commit cd41677

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.junie/guidelines.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,8 @@ try (var executor = Executors.newVirtualThreadPerTaskExecutor()) {
6565

6666
### Structural Mandate
6767

68+
DO NOT add any of those comments in the following code block to the real code:
69+
6870
```java
6971
// 1. Static variables
7072
private static final int MAX_PLAYERS = 100;

usage/Introduction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Additionally, there are standalone files for core components:
5050
- If you need to create rich text with colors and formatting, check the [TextBuilder documentation](builders/TextBuilder.md)
5151
- If you want to create custom menus, explore the [menu package documentation](menu/Introduction.md)
5252
- If you need to store persistent player data, see the [persistence package documentation](persistence/Introduction.md)
53-
- If you're extending NDCore with your own plugin, refer to the [NDPlugin documentation](NDPlugin.md)
53+
- If you're using NDCore in your own plugin, refer to the [NDPlugin documentation](NDPlugin.md)
5454

5555
## Contributing to Documentation
5656

0 commit comments

Comments
 (0)