#help with skript db
1 messages · Page 1 of 1 (latest)
skript-db version?
on join:
execute "INSERT INTO Users (uuid,name,lastjoin) VALUES (%uuid of player%,%name of player%,%rounded unix timestamp of now%) ON DUPLICATE KEY UPDATE name=VALUES(name),lastjoin=VALUES(lastjoin)" in {-sql}
this is how i did it to enter a new users details into a DB on join
not sure if that helps
edit that how you need and it should work
didn't ya take that from the skript-db whatever spigot thing
pretty much but it works and its what i needed for mine😂
LOL
can you help me at all on mine #1243262191700807822
i think it would be set {_value} to {_output::id::1}
wdym "still nothing"?
remove the unsafe part of the execute
you are using the right versions
which do not need it
i use the same ones
just remove the set {_value} to {_output::id::1}
and do this
send "Mentionable setting value: %{_output::value::1}%" to player
let me try that