I am using SkStorage to store clan data, and so whenever someone creates a clan it will also add the data to the .yml file, however when I set values of (Ex: clanname.bankvault & clanname.owner) it will create
And this wouldn't be a problem if it would be able to obtain the data, but if I tried to set a variable to 'clanname.owner' it would return because the first clanname: does not have a .owner within
Example:
clanname:
clanname.bankvault
clanname:
clanname.owner

arg-2 being "clanname"
set value "%arg-2%.Owner" from "clandata" to player
set value "%arg-2%.Memberlist" from "clandata" to player's uuid
set value "%arg-2%.Bankvault" from "clandata" to 0
I am using SkStorage to store clan data, and so whenever someone creates a clan it will also add the data to the .yml file, however when I set values of (Ex: clanname.bankvault & clanname.owner) it will create
And this wouldn't be a problem if it would be able to obtain the data, but if I tried to set a variable to 'clanname.owner' it would return because the first clanname: does not have a .owner within
Example:
arg-2 being "clanname"