Skip to content

Commit 58de35f

Browse files
authored
Merge pull request #12 from Trilleo/copilot/update-readme-to-match-updates-again
Internal: Update README to match recent repo changes
2 parents 742cf22 + 8098e2e commit 58de35f

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)