Skip to content

Commit 8098e2e

Browse files
CopilotTrilleo
andauthored
Internal: Update README to match recent repo changes
Agent-Logs-Url: https://github.com/Trilleo/PaperExamplePlugin/sessions/24dcbe7b-4b5d-402c-b373-6693183c68d5 Co-authored-by: Trilleo <133519132+Trilleo@users.noreply.github.com>
1 parent 742cf22 commit 8098e2e

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,13 @@ src/main/kotlin/com/example/exampleplugin/
2929
├── Main.kt # Plugin entry point
3030
├── commands/ # Auto-registered commands (extend PluginCommand)
3131
├── config/ # Typed configuration wrapper (PluginConfig)
32+
├── data/ # JSON-persisted player and server data (PlayerData, ServerData)
3233
├── guis/ # Auto-registered GUIs (extend PluginGUI)
3334
├── listeners/ # Auto-registered listeners (implement Listener)
3435
├── registration/ # Auto-registration framework
3536
└── utils/ # Utility helpers (e.g. ItemStack DSL)
3637
```
3738

3839
See [`docs/DEVELOPER_GUIDE.md`](docs/DEVELOPER_GUIDE.md) for detailed instructions on creating commands, listeners,
39-
GUIs, and working with the configuration system.
40+
GUIs, working with the configuration system, and managing player and server data.
4041

0 commit comments

Comments
 (0)