Search results

  • 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!

  1. KingAdmin_YT

    Bentobox isLevel() function

    Hello everyone, I use the BentoBox addon bskyblock plugin on my server. I am using the latest version of the script. sk-mirror 2.0.0 is available. If we come to the subject, I need a function that will pull a player's island level to the data. I have been dealing for 2 weeks but I could not...
  2. KingAdmin_YT

    sk-json (copy from ".json" file)

    How can I pull the "json" file into the data? I have sk-mirror, sk-yaml, sk-json and others.. Yup!
  3. KingAdmin_YT

    Error of Pikachu's Snippets [Spawner]

    import: org.bukkit.inventory.meta.BlockStateMeta org.bukkit.entity.EntityType org.bukkit.block.CreatureSpawner org.bukkit.inventory.ItemStack function spawner(entity: string) :: item: set {_enum} to try {EntityType}.valueOf({_entity}.toUpperCase()) set {_spawner} to mob...
  4. KingAdmin_YT

    Solved Sorted List (with sk-mirror)

    import: java.util.ArrayList java.util.Collections expression (multi[ple] replace|replacer) [(elements|values)] %texts% with %objects% in %text%: return type: text get: set {_text} to expr-3 loop exprs-1: add 1 to {_n} replace all...
  5. KingAdmin_YT

    How make Iron Ingot Spawner?

    Hi there, I want create iron ingot spawner with nbt. So look like; execute player command "setblock ~ ~1 ~ minecraft:mob_spawner 0 replace...
  6. KingAdmin_YT

    Skript-yaml |Adding %text% to file.

    Hi, there. In WildSkript, its has effect this wf "something" to "file.txt" And, What is this effect in version of skript-yaml? So I have found, but I dont get result. set the comments of yaml node "test" from "config" to "First line" and "Second line" delete the comments of yaml node "test"...
  7. KingAdmin_YT

    Solved "Function" in "Tuske" doesn't work.

    on load: load yaml "plugins/SanalMarket/market.yml" as "market.yml" load yaml "plugins/SanalMarket/ayarlar.yml" as "ayarlar.yml" command /market: trigger: market(player) function market(p: player): open virtual chest with 6 row named "&b&lMarket" to {_p} loop yaml...