minecraft

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

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

  1. A

    Not being able to send to player

    I'm new to Skript and I'm trying a simple script that only sends a message when the player used the command, /test. In the test command I have send "hello" to player but I get a huge Skript error in the console: dockerserver-minecraft-1 | [02:09:43] [Server thread/ERROR]: #!#...
  2. G

    [HELP] [SKRIPT] Mobs spawning within a radius randomly

    Hey so what i want is: every 10 secounds between 0 60 0 and 10 60 10 5 zombies spawn in random spots in that area If you can do anything to help please do so and reply anyway so it can get boosted <3
  3. E

    Steal potion effects on attack

    I've been trying to learn to make a command that lets a specific player that I choose be able to steal somebody's potion effects for a set amount of time, and not be able to steal effects until the effects expire. Can anybody help me?
  4. IViddyy

    Solved Polls Skript With GUI

    Hi im trying to make a poll skript with a GUI but i have no idea how to do that so i need some help.Thanks! Quick Edit: I need it so i can also edit the answers
  5. 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...
  6. Ali Tuna BAYLAN

    Simple Broadcast Skript

    Usage: /br [text], /b [text], /broadcast [text], /bc [text] command /broadcast <text>: permission: op aliases: /br, /broadcast, /bc, /b trigger: broadcast "&f[&b%player%&f]: &a%arg-1%"
  7. Ali Tuna BAYLAN

    Voting Skript

    Usage: /votestart [option1] [option2] [time] command /votestart <text> <text> <number = 20>: permission: op trigger: set {vote1} to arg-1 set {vote2} to arg-2 set {opt1} to 0 set {opt2} to 0 open chest with 1 rows named "&bVote" to all players...
  8. T

    i need help with this skript it says "'set {placedgens::%value%} to 0' is not an entry (like name =

    variables: set {starttries} to 1 command /start: trigger: remove 1 from {starttries} if {starttries} >= 0: stop else: make player execute command "/plots auto" give player 5 hay block named "&eWheat Gen" Its okay guys i manged...
  9. I

    Solved Beacon Every 30 minutes

    How Do i make a skript where for example every 30 minutes since the server has started it will give all players 1 beacon
  10. P

    Problems with data values

    Script Version: 2.6.1 Script Author: TPGamesNL Minecraft Version: 1.18.1 Full Code: command /testthisstuff: trigger: loop all blocks in radius 3 around player: if loop-block is wheat plant: set data value of loop-block to 2 Errors on Reload: There is no...
  11. W

    I am having some issues with my Minecraft java skript.

    SOLVED I am having some issues With this skript: command /,: trigger: make console execute command "teleport %{_player}% 423 71 131"
  12. M

    Loop Player Prefix with Luckperms

    Hi all, First time on this forum, because I didn't get something to work. What I want is a tabname for every player on the server with a Luckperms Prefix. My code: on join: set {server_tps_5} to placeholder "server_tps_5" set {luckperms_groups} to placeholder "luckperms_groups"...
  13. F

    Script Very basic smelting skript 2021-11-26

    Basic Skript made in 5 minutes for smelting, How to add more? [Advance!] DISCLAMER: THIS IS NOT SUPPOSED TO BE A GOOD SCRIPT. THIS WAS MADE IN 5 MINUTES SO DO NOT COMPLAIN IF ITS BAD! Thank you!
  14. DieHollander_

    DieHollander's Skript Development

    Hey everybody! Like the title of this thread said, I'm a Skript Developer. Let me introduce myself to you: My name is Kian (aka DieHollander), I'm 18 years old, and live in The Netherlands. I think it's about 6 years ago that I started learning Skript, so I'm pretty experienced with it. My...
  15. D

    Spreading Block Skript

    I am struggling to figure out how to make this work...I want a block to spread 1 block away from it and repeat. It cannot replace a block of air, stone, or water.
  16. P

    Solved Problem with upgrading (no errors)

    I'm trying to make a skript where when you right click with it, it'll upgrade the pickaxe. Not gonna show the full skript, but if you wan't it i'll give it to you the issue: every tick: loop all players: if amount of {pick::*} = 2: replace wooden pickaxe named "&7Wooden...
  17. C

    Gametime

    Hi, Can I somehow display the Minecraft time? (The time that can be changed with /time set ?)
  18. Haloxx

    How do i make a random chance to drop an item when an ore is broken?

    i have this code right now add gold to {freeitems::*} add diamond to {freeitems::*} add diamond sword of sharpness 10 to {freeitems::*} add iron axe of efficiency 4 and fortune 2 to {freeitems::*} add iron picaxe of efficiency 20 and unbreaking 10 named "OP Pic" to {freeitems::*} add diamond...
  19. A

    Help with skript (if player has permission, do xyz...)

    Hi! My skript I'm trying to create is to give out a golden shovel. If the player has the permission "GP.shovel", they can type the command "/shovel" (which every rank has.) If the player has the permission "GP.shovel.use", they can receive one golden shovel per five minutes. It will then send...
  20. F3lipe

    Skungee - Script Rewrite

    Hey! I'm new here. I've got an script that's executing luckperms commands and playsound with title/subtitle I would like it to get executed on whole network. Could you please help me to rewrite it for skungee? :) I would be so happy, and thankful <3 changing it to bungee players didn't work...