bedwars

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

    Looking for someone who can make me a Custom EVIL bedwars plugin from skript

    Hi, I'm looking someone who can make me a custom EVIL BEDWARS skript for my Minecraft server that is easy to use when setting up the map. When it is used in the server you will be accredited and you name will be mentioned. If you can this would help a lot, depending on trust rates, You may be...
  2. Ali Tuna BAYLAN

    Block/Unblock Command on Server Skript

    Usage: /blockcmd [command], /unblockcmd [command] Example: /blockcmd help on command: if {blockcmd::*} contains command: cancel event send "This command is blocked." command /blockcmd <text>: permission: op trigger: if arg-1 is set: if...
  3. W

    How to make tnt only explode blocks from a list

    Hello, I am trying to make a simple bedwars script, but I would like to only be able to explode blocks from a list called "{blockplaced::*}". Everything except the tnt is working. This is what I have coded so far, but the tnt explodes ALL blocks: on explode: loop exploded blocks: if...
  4. WhiteWolf

    Dyed Armor in Chest GUIs (TuSKe)

    I'm working on BedWars shops and one of the things I need to do is make colored chestplates for each team's player. I've looked up multiple solutions on here like format gui slot 12 to leather (chestplate|tunic) dyed green and format gui slot 12 to leather (chestplate|tunic) colored green and...
  5. WhiteWolf

    How to make it that player can only use a certain command

    Hello there! I've been skripting Bedwars on my server, and I got stumped at, "How do you make it so that the player can only use a certain command?" I've tried multiple things and nothing worked. Here is something I tried: on command: if event-command is "/bedwars join Medieval": if...
  6. JustDanteh

    Show a title to a player

    on join: player's world is "Lobby": send player title "&8» &b&lBEDWARS" for 5 seconds When i save and reload the skript , it says 'title "&8» &b&lBEDWARS" for 5 seconds' is not a text. What can i do? I also tried this: on join: player's world is "Lobby": show title...