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

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

  1. RedZekoCh

    Users cant place block

    Hello,I am working on a BoxPvP server, I have a big problem. The users on my server can't post blocks and I don't understand why! I have set the worldguard block-place flags, I have it set to "allow" and the users still do not place blocks. I also have the conditional events so that when they...
  2. R

    Minecraft Skripts: Edit heart number of players

    Hi I wanted to ask, if I can edit the number of a player! I´m really happy when some one can help me with my question! When you have back questions, then write gladly! Rakete
  3. imStelios

    How to execute MmoItems Give command through other plugin

    Hello. I need help with mmoitems. I want to make mmoitems work with Mysteryboxes. It's all easy but I can't find anywhere the PLACEHOLDER for (player). What I want is to give mmoitems through Mysteryboxes. Mysteryboxes work with commands executes. So I need to config in Mystery box this...
  4. Polarsk

    Trying to make a skript where when you do /tpa it says this might be a trap

    Idea: When you execute command /tpa it says &7Careful! This might be a <##DC0E04>trap&7. And it only sends this message to the player who executed it Any ideas?
  5. WavexSK

    Offering [OFFERING] [PAID] Wave's Skripts | Cheap and fast!

    Yello everyone! My name's Adrian, but you can call me Wave. I'm a small game dev and Skripter for basic/mid level tasks. I'm 15, from Denmark and love dogs and cats. I speak fluent English and Danish and a tiny bit of German. You can check out my services on my Fiverr profile...
  6. The0Felon

    Skript With Modded Items

    when i start my server, it says "Minecraft id xxx is not valid" I saw somebody fixed it with aliases but it doesnt worked for me. I saw somebody fixed it with variables too but i didnt understand it. How can i fix it? Running on Java 17.0.8 (Oracle Corporation) Magma version...
  7. SirMaggus

    Skipping players in loop all players

    Hey there, i am making a skript for a minigame right now using skQuery and skRayFall and i was wondering if it's possible to skip a player in a loop all players part. Like that: I'm on 1.12.2 with skript version 2.2-dev36 because of mods.
  8. J

    Solved solved

    solved
  9. C

    Disable : commands

    I would like to disable commands with : (/skript:sk), i know i can cancel the command when players run it but i also wanna disable the tab completion in skript but not using anything like blacklisters or whitelisters plugin because i want to do it in skript, i dont want to keep adding.
  10. C

    Get Luckperms values

    I am trying to change a player's luckperms rank and geting the rank name, player's rank, and the weight of the rank. sharpsk is not working for me, please help here is my code command /grant <player> <text=default>: permission: nativeranks.grant permission message: &cYou do not have the...
  11. saad3mad

    Solved how to link an armor stand to the player

    EDIT: i am trying to make an armor stand ride the player and be able to move with the player, so when the player move his body the armor stand above it move to and be connected to the body area the "chest" the skript i used make the armor stand teleport to the player so its a bit laggy and...
  12. F

    Server stops when skript loads

    Hello I when ever I put some files into skript it just dose not load them they are about 1k lines each and I have 11 skripts and they just don't load and if the server dose start up the skripts are not loaded when I try to load me they close the server... If you have any ideas on what may be...
  13. S

    Beacon Rename Skript

    How can i make when the player clicks with the sword on the beacon his sword will be renamed (some random names for example (gf, gg, Back to spawn ) and have cooldwown for 10 sec minecraft version 1.8
  14. R

    How do I make creepers stop exploding?

    I have mostly solved everything for this, however I still have some trouble making the creeper stop trying to explode. Code: on explosion prime: if event-entity is creeper: if name of event-entity is "&d&lUwU": cancel event create a safe explosion with...
  15. 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]: #!#...
  16. 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
  17. 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?
  18. 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
  19. 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...
  20. 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%"