APickledWalrus / skript-placeholders

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

Support Object When Setting Placeholder Result #52

Closed NotSoDelayed closed 6 months ago

NotSoDelayed commented 8 months ago

This PR adds support for using any other than String when setting the placeholder result:

on papi request for the prefix "test":
  if identifier = "skript_date":
    set result to now
  else if identifier = "rng":
    set result to random number between 0 and 127
APickledWalrus commented 6 months ago

Thanks!