From 036c490828e0dbc38c19b25ecb20eb84f6ae24c9 Mon Sep 17 00:00:00 2001 From: Tristan Vermeesch Date: Wed, 15 May 2024 19:11:13 +0200 Subject: [PATCH] docs: update list of extensions --- docs/docs/extensions/index.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/docs/extensions/index.md b/docs/docs/extensions/index.md index e8003b5..858ab7f 100644 --- a/docs/docs/extensions/index.md +++ b/docs/docs/extensions/index.md @@ -25,11 +25,15 @@ community extensions, as the name says, are made by the community. - [Player Extension](https://www.spigotmc.org/resources/player-conditions-commandtimer-extension.97186/) - [Server Extension](https://www.spigotmc.org/resources/server-conditions-commandtimer-extension.97188/) - [GriefDefender Extension](https://www.spigotmc.org/resources/griefdefender-conditions-commandtimer-extension.106330/) +- [WorldGuard Extension](https://www.spigotmc.org/resources/worldguard-conditions-commandtimer-extension.112403/) +- [Vault Extension](https://www.spigotmc.org/resources/vault-conditions-commandtimer-extension.112471/) ### Community extensions You made an extension and want to add it here? Open a ticket on [GitHub](https://github.com/titivermeesch/CommandTimer) +- [PlaceholderAPI Extension](https://github.com/TreemanKing/CommandTimer-PAPIConditions) + ## Creating your own extension Creating an extension is pretty straight forward. Follow this guide to get started.