APickledWalrus / skript-placeholders

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

skript-placeholders and vault placeholders. #30

Closed HenriMaasik closed 2 years ago

HenriMaasik commented 2 years ago

Hello! I have issue with getting value of vault placeholder.

Code: command /testagain: trigger:

set {vaultsuffix} to placeholder "vault_suffix"

    send "Your Ping: %placeholder "vault_suffix"% from player" to player
    #send the value of placeholder "Your seconds lived are %%vault_suffix%%. That is AWESOME!" from player to player

Error: https://pastebin.com/qiqrrEL3

Ingame error:

image_2021-12-05_134158

APickledWalrus commented 2 years ago

Make sure the from player part is within the expression. E.g. send "Your Ping: %placeholder "vault_suffix" from player%" to player However, it should not throw an internal error like this if an error occurs. This can be improved.

HenriMaasik commented 2 years ago

Maybe it's because of any my addons? I have installed skungee, ersatz, skript-placeholders, vixio, skquery and skbee.

APickledWalrus commented 2 years ago

Sorry... I never replied to this :(

This addon is a replacement for Ersatz, so you do not need to use Ersatz anymore. It's probably the source of the conflict :)

APickledWalrus commented 2 years ago

I'm going to close this issue since it's been so long, but please feel free to open a new one if you are still having problems 🙂