-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
24 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,26 @@ | ||
# tiktaktoe | ||
# TikTakToe by DreiMu | ||
Ein Plugin für die Developer Bewerbung bei TheJoCraft, | ||
Vielleicht später auch mehr... | ||
|
||
## Wichtige Infos | ||
|
||
- Commands wurden durch die [CommandAPI](https://github.com/JorelAli/CommandAPI) von [JorelAli](https://github.com/JorelAli/) Umgesetzt | ||
- Die geplante KI ist noch nicht umgesetzt, ein Leaderboard wird vlt. auch noch folgen | ||
- Da ich mich aktuell nicht in meinen Discord Account einloggen kann, bei dem Fall, das mit mir Kontakt aufgenommen werden sollte, mich per Email anschreiben / Eine Pull Request machen. | ||
|
||
## Benutzung | ||
|
||
### Commands für alle | ||
|
||
`/tiktaktoe help` Gibt die Commands mit jeweils einer kurzen Erklärung aus | ||
|
||
`/tiktaktoe ` Öffnet die Haupt GUI | ||
|
||
`/tiktaktoe new <True|False> <Player>` erstellt ein neues TikTakToe Spiel mit dem angegebenem Spieler (Optional), der Wert davor ist die Angabe, ob jeder dieses Spiel sehen kann, oder nicht. | ||
|
||
`/tiktaktoe join <Code>` tritt dem angegebenem Spiel bei, sofern noch Platz ist und das Spiel existiert. | ||
|
||
`/tiktaktoe resume` öffnet die zuletzt geöffnete GUI | ||
### Commands für Admins | ||
`/tiktaktoe listall` gibt einer Liste aller laufenden Spiele aus, egal ob Privat oder öffentlich | ||
`/tiktaktoe debug` öffnet die angegebene GUI, zum debuggen während des programmieren da |