Added the Seasons plugin as a plugin using PlaceholderAPI

This commit is contained in:
Harieo 2020-12-29 16:42:32 +00:00
parent d4744838ee
commit 61afb24d33
2 changed files with 21 additions and 0 deletions

View File

@ -247,6 +247,7 @@ If the command itself isn't there and `NO DOWNLOAD COMMAND` instead is shown, th
- **[RPGInventory](#rpginventory)**
## **S**
- **[Seasons](#seasons)**
- **[SellAll](#sellall)**
- **[SignLink](#signlink)**
- **[SimpleClans](#simpleclans)**
@ -3565,6 +3566,23 @@ You can find an up-to-date list of the placeholders in [their wiki](https://gith
```
----
- ### **[Seasons](https://www.spigotmc.org/resources/39298/)**
> NO DOWNLOAD COMMAND
```
%seasons_season%
%seasons_season_[world]%
%seasons_weather%
%seasons_weather_[world]%
%seasons_day%
%seasons_day_[world]%
```
Replace `[world]` with the name of a loaded world.
*Placeholders ending in a `[world]` will retrieve information from the specified world
instead of the player's current world.*
----
- ### **[SellAll](https://www.spigotmc.org/resources/1221/)**
> NO DOWNLOAD COMMAND

View File

@ -747,6 +747,9 @@ If your plugin isn't shown here and you want it to be added, [open an issue](/Pl
- **[Skellett (Skript Add-on)](https://forums.skunity.com/resources/24/)**
- [x] Supports placeholders.
- [ ] Provides own placeholders. [Link]
- **[Seasons](https://www.spigotmc.org/resources/39298/)**
- [ ] Supports placeholders.
- [x] Provides own placeholders. [**[Link|Placeholders#seasons]**]
- **[SellAll](https://www.spigotmc.org/resources/1221/)**
- [ ] Supports placeholders.
- [x] Provides own placeholders. [**[[Link|Placeholders#sellall]]**]