Skip to content

Commit b6aa8c9

Browse files
committed
Add example implementation of PowerController for Pterodactyl
1 parent 2cbb690 commit b6aa8c9

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -229,6 +229,7 @@ Ideally, we would like to support the following:
229229
}
230230
}
231231
```
232+
For an example implementation of a PowerController for Pterodactyl, please refer to [PterodactylController.java](./src/main/java/com/kamesuta/bungeepteropower/power/PterodactylController.java).
232233
- If you want your PowerController to be added to BungeePteroPower, please send a pull request.
233234

234235
### Building

README_ja.md

+1
Original file line numberDiff line numberDiff line change
@@ -229,6 +229,7 @@ BungeePteroPowerは、Pterodactyl以外をサポートするためのパワー
229229
}
230230
}
231231
```
232+
Pterodactyl向けのPowerControllerの実装例は、[PterodactylController.java](./src/main/java/com/kamesuta/bungeepteropower/power/PterodactylController.java)を参照してください。
232233
- あなたのPowerControllerをBungeePteroPowerに追加してほしい場合は、プルリクエストを送ってください。
233234

234235
### ビルド

0 commit comments

Comments
 (0)