Skip to content

Creating new sections within an already existing list #4

@Dragons788

Description

@Dragons788

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

image
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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workinginvalidThis doesn't seem right

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions