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. Nikola

    Solved Option(s) ending with ":"

    Hi, I've tried to end one of my messages in options with :, and it gives a huge error. I guess it's because options are supposed to be written in this format: options: first-option: (ending with : ) and my message looks something like this: options: first-option: &fSome text...
  2. Nikola

    Hide things from other players

    Hi, on WynnCraft (MMORPG server) there are many things that are maybe possible to recreate in skript. For example, there are blocks that are visible only to one player (the one thats playing the game), is it possible to do that in skript? I know that there is expression to hide npcs and players...
  3. Nikola

    Solved Cancel drops from blocks

    Hi, I am making a farm skript for my server, and my idea is to use custom plants. I have made schematic files with WorldEdit (I have stacked 2 or more sunflower plants (only one block) on top of each other, and saved that build as schematic). I want to block item drops (sunflowers), because when...
  4. Nikola

    Solved Check if bedrock is near

    So, I made skript that pastes schematic when oak sapling grows, and I'm using world which has bedrock walls all around it. Players are able to plant, build and play inside those walls (in that world), and not go outside. I want to make a change to that skript which loops blocks in radius 50...
  5. Nikola

    Solved Do something when sapling grows.

    Hi, is there any way to do something when sapling grows, for example check when oak sapling grows and then run some code. I really need your help, I'm making custom tree schematics and I just can't figure out how to check when sapling grows. Thanks!
  6. Nikola

    Block placing of player head with name

    Hi, I'm making custom food skript using heads (example: head looking like a Strawberry named "Strawberry"), and I need your help. I want to block placing of food heads, and I'm using this code: on place: if event-block is head item: set {_name} to name of player's tool if...
  7. Nikola

    Solved SKRIPT - Block all commands

    Hi, I'm making tutorial skript for players that are joining for the first time. I need help with disabling all commands for those players. They should not be able to use those commands until they finish the tutorial - once they do so, they will get specific permission and be able to use all...
  8. Nikola

    Solved Region Inventories

    Hello, I'm making a RPG server, and I need your help. My idea is that when player enters a forest region (named: forest) his inventory will get saved, then removed, and he will receive an axe. When player leaves that region, his inventory (with all saved stuff) will appear again. I saw an addon...
  9. Nikola

    Stop Creative Middle Click Duplicating

    Hello, I've tried to cancel middle click block duplicating while players are in creative. I looked at forums, and I saw one reply of @ShaneBee, which includes "if event-click action is middle mouse button:", but that expression is only available in GUIs. I've also tried "if click type is middle...
  10. Nikola

    Skript Critical Error

    Hello, I use 1.12.2 Skript, and it worked until yesterday. My tps drops to 6/7, and skript trigger is very late. This is error that I get in my console: How do I fix this problem? 04.08 12:38:22 [Server] ERROR Could not pass event PlayerJoinEvent to Skript v2.3-beta4 04.08 12:38:22 [Server]...
  11. Nikola

    Help! • Heal Pool

    Hi guys, I tried to make heal pool in my factions koth region. My idea is: Check if player is in worldguard region "KingOfTheHill" If he/she is, check if player is standing on GOLD BLOCK. If player is standing on gold, give him potion effect I have one issue - I used string "ON WALKING ON...
  12. Nikola

    Skript Help - Realtime Day/Night

    Hello! I was wondering if its possible to make realtime day/night cycle (for example, when its 9PM - 5AM in real life, time in minecraft server will be set to night, and when its 5AM - 9PM server time will be day, just like in real life). I tried using %now%, but I have no idea how to do what I...
  13. Nikola

    Solved Help with WorldGuard regions

    Hello. I have been working at one project in skript and I really need your help. My idea is to send title or message when player enters worldguard region (example: region named "Spawn"). My problem is that I can't find a code for entering specified region. Is there any addon which adds region...