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

    Chunk removers

    How do i make it so when a player places a stone named "test" itt removes 2x2 chunks around him but a layer at a time and how do i mske it so when the players places a cobblestone named "test" it removes a 3x3 chunk around the block a layer at a time
  2. S

    balance

    I downloaded the latest version of Bensku skript and it fixed the problem the skript was loading with no errors but when I try to do the command the command dosnt exist??
  3. S

    balance

    I will check do you have any addons maybe?
  4. S

    chunk miner

    how do I make it so when a player places a stone named "&ctest" it gets the chunk that the player is it and sets all of it to air except bedrock
  5. S

    balance

    command /shockwave1: permission: permission.shockwave1 permission message: &cNo Permission! trigger: if player's balance is greater than 2000000: remove 2000000 from player's balance make console execute command "shockwave give %player% pickaxe 3"...
  6. S

    Solved fishing

    I restarted the server still the same it worked
  7. S

    Solved fishing

    I triple checked and even used FTP to upload the file
  8. S

    Solved fishing

    On Fishing: chance of 1%: broadcast "&8[&aFishing&8] &c%player% just caught a chicken spawner!" make console execute command "silkspawner give %player% chicken 1" chance of 1%: broadcast "&8[&aFishing&8] &c%player% just caught a pig spawner!" make console...
  9. S

    pick up

    variables: {blb.cobblestone.%player%} = false how do I make it when I do the command /test it sets {blb.cobblestone.%player%} to true and when {blb.cobblestone.%player%} is on true you cannot pickup cobblestone it just stays on the ground dosnt go into your inventory
  10. S

    player's balance

    options: chickenspawner = 52:61 on mine: if event-block is {chickenspawner}: if player's balance is more than or equal to 1000: subtract 1000 from player's balance cancel the event drop 1 blaze spawner http://prntscr.com/i5waqu how do i...
  11. S

    Double lore

    can you make the code for it ?
  12. S

    Double lore

    command /test: trigger: set player's tool's lore to "%player's tool's lore%||&aAuto Smelt 3" how do I make it if the lore contains Auto Smelt 3 and someone tried to put Auto smelt 2 on it it says that they already have auto smelt 3 on the pickaxe .Or if they have auto smelt 1 when...
  13. S

    {tokensbal::%player%}

    options: {tokensbal::%player%} = 0 how do I make it so if a player has 1 {tokensbal::%player%} that it takes 1 away from the player and gives him 1 dirt block ??
  14. S

    choose number

    how do i make it so every 10 minutes it choose a number between 1 and 10 and then if its 1 set {current.money} to a number between 5000 and 10000
  15. S

    lore

    How do i make it so when I do the command /test it adds a lore to the players tool but that it dosnt overwrite the existing lore
  16. S

    How do I add a lore to a tool

    If I do that then If I add another lore it overwrites the preexisting one
  17. S

    How do I add a lore to a tool

    How do I make it so if a player is holding a pickaxe that containts the lore "&aTest" then it gives the player haste for 100 days
  18. S

    How do I add a lore to a tool

    how do I make it so if I do the command /test it will add a new line with the lore "&ctest" to my tool
  19. S

    Named lava buckets wont stack

    I have paperspigot and in the config I have it set to stackable lava buckets and I can stack it up to 64 (unnamed lava buckets) but when I make a skript that gives me 64 stacked named lava buckets it only stacks up to 16
  20. S

    Setblock to x-axis of block

    can you make the skript please i am not very good at it