APickledWalrus / skript-placeholders

Placeholder integration for Skript.
GNU General Public License v3.0
28 stars 8 forks source link

Placeholder not working #44

Closed lazycaps closed 9 months ago

lazycaps commented 11 months ago

Version

1.5.2

Description

I'm making a skript, and I have a gamemode called "fastbuilder". There is a placeholder called %fastbuilder_time%

here is my skript

on stepping on a pressure plate: if event-player is player: send "&f&m--------------------------" to player send "&f &eYou had a time of:" to player send " Your Ping: %placeholder ""fastbuilder_time"" from fastbuilder%" # PlaceholderAPI Example send "&f&m--------------------------" to player

lazycaps commented 11 months ago

image

EquipableMC commented 11 months ago

look at the docs for how to use it correctly

APickledWalrus commented 9 months ago

Refer to https://github.com/APickledWalrus/skript-placeholders/wiki/Getting-the-Value-of-Placeholder(s)