Solved Skript help : yaml with Skellett addon

  • Welcome to skUnity!

    Welcome to skUnity! This is a forum where members of the Skript community can communicate and interact. Skript Resource Creators can post their Resources for all to see and use.

    If you haven't done so already, feel free to join our official Discord server to expand your level of interaction with the comminuty!

    Now, what are you waiting for? Join the community now!

  • LOOKING FOR A VERSION OF SKRIPT?

    You can always check out skUnity Downloads for downloads and any other information about Skript!

Status
Not open for further replies.

Monpler

Member
Aug 14, 2021
2
0
1
18
I'm using Skript 2.2 dev37c in 1.12.2 and do this stuff (yaml) with skellett addon
how can i delete "d" nodes ( more accurately, "d: e" )?


(this is yaml file.)
from
Code:
a:
  b:
    d: e

to

Code:
a:
  b:
 
I'm using Skript 2.2 dev37c in 1.12.2 and do this stuff (yaml) with skellett addon
how can i delete "d" nodes ( more accurately, "d: e" )?


(this is yaml file.)
from
Code:
a:
  b:
    d: e

to

Code:
a:
  b:
First of all, that's a very outdated skript version use 2.5.3 (https://github.com/SkriptLang/Skript/releases/tag/2.5.3)
Second of all, skellett doesn't deal with yaml, skript-yaml does (https://forums.skunity.com/resources/skript-yaml.362/)
Documentation on it can be found on: https://github.com/Sashie/skript-yaml
 
Status
Not open for further replies.