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

    Enchant

    :emoji_poop::emoji_poop::emoji_poop::emoji_poop::emoji_poop: if loop-item is sword: sword does not exist so you will need to do ... is stone sword or iron sword or you do ... is any sword
  2. Pierrelasse

    How do I add a cooldown of 1 hour?

    command /abc: cooldown: 1 hour / 1 second / 1 year / bla bla cooldown message: !!!! YOU NO CANT USE YES CUZ COOLDOWN trigger: <code>
  3. Pierrelasse

    Messages with effects like run command dont work

    Use send formatted "text" [20:13:18 ERROR]: can't understand this event: 'function removeColor(msg: text) :: text' (json.sk, line 91: function removeColor(msg: text) :: text:') o.O more like uncolored "text" or no idk its json idk whart your mission but idk
  4. Pierrelasse

    summon item from nbt

    Idk how to do with string nbt but you can do set tag "NBTTag" of item's nbt to "value"
  5. Pierrelasse

    Execute skript the entire time that more than 15 players are online.

    Its bad cuz you will need to put this in on load or something and when you reload it will still loop and to stop you will need to restart server so bad and dont use >:(
  6. Pierrelasse

    How to change item amount

    {_drop}'s item amount
  7. Pierrelasse

    Need help with coordinates

    command /generate: trigger: if player is a op: if {g::%player%} = "true": send "&cGeneraattori pois" to player set {g::%player%} to "false" else: send "&aGeneraattori päällä" to player set...
  8. Pierrelasse

    On right clicking on a Composte block is no dropping stone

    on rightclick on composter[level=4]: <code>
  9. Pierrelasse

    summon item from nbt

    Wdym? You want a custom texture for items using a texturepack?
  10. Pierrelasse

    Skript right-click-on-block-detection

    I recommend putting some of the stuff in a datapack. Skript: on right click on acacia door: execute command "execute as %player% run function bla:1" Datapack File 1.mcfunction in datapack: teleport @s @e[sort=nearest,tag=closet] effect give @s invisibility 1000000 1 true tag @s add...
  11. Pierrelasse

    Spigot Plugin Development | Cheap & Quality Plugins

    ok ok very nice very gud
  12. Pierrelasse

    Execute skript the entire time that more than 15 players are online.

    every bla bla: amount of all players is more than 14 # triggers when there are more than 14 players execute command "someconsolecommand"
  13. Pierrelasse

    Need help with skript

    Plz dont use event-slot cuz its bad. just add event-inventory is not player's inventory or smth thx
  14. Pierrelasse

    Weird request, about downloading files with skript.

    With normal skript its not possible but with some skety addons probably
  15. Pierrelasse

    Item generator Skript

    OMg are you a server owner or why r u typing in that way? or are you just bored and got too much time
  16. Pierrelasse

    summon item from nbt

    https://forums.skunity.com/threads/how-to-give-player-a-player-head-with-custom-textures.16110
  17. Pierrelasse

    Solved Does anyone knows how to install Skungee on Velocity?

    Then you will need to use skript-sql or smth or sync all vars with the built in sql stuff wich u can find in the config of skript bump
  18. Pierrelasse

    zombie game

    yaw and pitch is the rotation of the entity you can do /tp @p ~ ~ ~ <yaw> <pitch or the other way around> to get the values