APickledWalrus / skript-placeholders

Placeholder integration for Skript.
MIT License
31 stars 9 forks source link

Doesn't seem to work #10

Closed Grimlkin closed 4 years ago

Grimlkin commented 4 years ago

Description

This server is running CraftBukkit version git-Spigot-1a3504a-e7700ab (MC: 1.13.2) (Implementing API version 1.13.2-R0.1-SNAPSHOT)

PlaceholderAPI v2.10.6 skript-placeholders v1.4 Skript v2.4.1

command /test:
    trigger:
        set {_cooldown} to placeholder "essentials_kit_time_until_available_peasant"
        send "your cooldown is %{_cooldown}%"

Seems to not recognize the placeholder, just returns none I've tried it with other placeholder extensions and made sure they're all correctly enabled, still doesn't work.