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

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

  1. E

    Preventing players from breaking spawners in the world

    on break: if player is in world "WORLD-NAME" if event-block is spawner: cancel event send "&bYou can not break spawners here!" to player
  2. E

    How do i make a fortnite-like building system Click on for more

    Omg this guy is trying to make fortnite in minecraft. TRUST ME MAN. DON'T DO IT But in answer to your question, yes on right click: if player is holding iron ingot named "Wall builder" with lore "Right Click" set {_center} to block 1 blocks ahead of player set {_top.corner} to block...
  3. E

    Only generate a world in 100 by 100 radius

    just go to 0 0 and set the border centerpoint there then just set the world border to 100
  4. E

    Random TP Skript help!!!

    What is the point of travelling between floors in a building? There are tons of problems with this code though. set {_loc} to location({_x},{_y},{_z}) location is not a function. Just do "teleport player to {_x} {_y} {_z} in world "world"" if block at {_loc} is dirt or grass_block or bedrock...
  5. E

    I need help clicking on a slot in my inventory and using a command to open the gui.

    maybe try lokking up skript inventory slots
  6. E

    I need help clicking on a slot in my inventory and using a command to open the gui.

    I can already see many things wrong with this code, Instead of clicked slot use event-slot and replace the = (same lines) with is and also when you are calling a specific slot, you are calling the wrong ones. Look up an image for "minecraft inventory slots". And OMG you don't need to call on...
  7. E

    Server testing!

    EPIC BACKROOMS CHALLENGE I have recently finished my backrooms challenge for a minecraft server. There are a few tweaks needed in some places but we are open for testing. I have some problems that I will need help with later but if you would like to be part of testing this game, I will need...
  8. E

    Summoning an entity with nbt

    :( Idk what my Skbee version is and I don't fully understand what you are saying
  9. E

    Summoning an entity with nbt

    wait can i do spawn 1 armor stand at {<location>} named "<name>" with nbt "<nbt>"
  10. E

    Summoning an entity with nbt

    oops :emoji_cold_sweat: thankyou though!
  11. E

    Summoning an entity with nbt

    but how do i make the custom name?
  12. E

    Summoning an entity with nbt

    no make the custom name visible
  13. E

    Summoning an entity with nbt

    so can i try spawn 1 armor stand with nbt "Invisible:1b,Invincible:1b,ect" but how will i add the custom name? and make it visible
  14. E

    Summoning an entity with nbt

    WhAt FiXeS???? can you just tell me something i need to change
  15. E

    Summoning an entity with nbt

    I don't understand. <nbt> is just a representation of the nbt data i said earlier.
  16. E

    Summoning an entity with nbt

    I tried using spawn armor stand at {_coal.holo.loc.1} with nbt "<nbt>" but that didn't work
  17. E

    Solved Per World Chat

    Here's your code: on chat: cancel event loop all players: #copy and paste this for every world if loop-player is in world "#WORLD": send "%player%: %message%" to loop-players
  18. E

    Solved Per World Chat

    So... eg player-1 and player-2 are in world "main-lobby" and player-1 sends hi player-3 and 4 are in world survival, so they can not see player-1's message but player-2 can. Is this what you wanted?
  19. E

    Solved Per World Chat

    I gochu, ive alr made this. Just need to fix some tings. Do you want players to be able to message the the worlds nether and end?
  20. E

    Summoning an entity with nbt

    This helps a bit. But how do I fix it? I have SkBee and I need to spawn the stand with NBT data.