delete

  • 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. A

    Delete redstone dust and redstone block from player's inventory

    Please help I am trying to find out a way to delete all redstone blocks and redstone dust from players inventories. on item pickup: if event-item = redstone dust: remove all redstone dust from player's inventory
  2. T

    Delete Armorstand Bug

    Skript Version: V8 Minecraft Version: 1.16.5 on rightclick on any stairs: spawn armor stand at location below event-block set {_entity} to last spawned entity rotate {_entity} around z-axis by 180 degrees set visibility of {_entity} to false make player ride {_entity}...
  3. FrostPVP™️

    Solved Mine reset lite skript

    I need a skript were /mrl erase (mine) is /mrl delete (mine) or both work as deleting a mine Thank You <3
  4. C

    Delete folder

    Hi, is there any way to delete folders with Skript?
  5. D

    Solved How to delete a chat message

    So I want to delete the chat message the person says, how do i do that. on chat: if {willbuybitcoin::*} contains player: if message is a number: add message to {hourlyamount.%player%} set {_bitcoinswillbuy} to message if {_bitcoinswillbuy} <= 10...
  6. sluhtie

    Can‘t remove custom named items from inventory

    Hey, I’m trying to remove a custom named pickaxe from a player’s inventory but this: remove 1 diamond pickaxe named “&5Test” from player’s inventory Does not work for me :( No errors, it just does not remove the item. And I have to do it like so because I can’t use delete player’s held item...
  7. Jonathan Cohen

    Holo delete

    Hello, I am making chest holograms for the time until refill but I don't know how to remove all holo's at a certain moment when I say it has to. Does anybody know this? Please help me.
  8. sOxTw

    Custom slots [open chest]

    Hello, I'm creating an enchantment menu, which has a main menu with only 3 items, and I would like to know if it is possible to remove slots from an inventory generated by skript. As seen in the image to slot 0, 1, 2, 6, 7, 8 I want to eliminate them, that is not a slot. I want it to stop...
  9. tom2090

    Solved Scoreboard won't delete

    Hello ! I post on this forum because it's the first time i encounter a problem with Skript. The problem is, when i configure a scoreboard to show, there's no problem. But when I try to wipe it, it just stay showed. I tried to delete the scoreboard file of all the maps (I use multiverse +...
  10. FUZIK

    Solved variables

    how difference between ""delete {list::*}" and "clear {list::*}"?
  11. YourMCAdmin

    Delete NPCs by name?

    Skript Version:2.2-dev23 Skript Author:Bensku Minecraft Version:1.11.2 Other plugins used: Skellett Citizens (all up to date) --- I have spawned in an NPC with the following code: set {_npc} to a npc with name "%player%'s NPC" and entity type "WITCH" spawn npc {_npc} at {_npcSpawnLoc} NPC...