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

    Rabbit's Foot

    How can I give me a rabbit's foot, because if I reload Script there is an error by this code. Code: give player Rabbit's Foot Thank you :)
  2. F

    Chest gui loop

    command /hatstest: trigger: open chest with 6 rows named "&fTest" to player wait 3 ticks loop integers between 0 and inventory size of chest named "&fTest" - 1: set slot loop-number of chest named "&fTest" to light green stained glass pane named " " What...
  3. F

    Chest gui

    Hey, how can I set an item on the first free slot of a chest gui and how can i sort a gui for the alphabeticfor example a to z? Thank you :emoji_slight_smile:
  4. F

    Solved Help with skull

    format slot 1 of player with FridiousHD's skull named "&4Owner &7| &4FridiousHD" to be unstealable It don't know what is wrong? Thank you :)
  5. F

    Disable Eye of Ender throw

    Hey, can any one help me to disable to throw a eye of ender? Thank you :)
  6. F

    ForceField

    How can I make that the forcefield push player without a permission 5 block away: My code command /forcefieldon: trigger: if player has permission "forcefield.use": drawComplexCircle particle "redstone", RGB 5, 255, 193, center player, id "%player%-forcefield1"...
  7. F

    Solved Set hotbar slot

    Hey, how can i that if you rightklick the slimeball, that the hotbarslot is selected to slot 1, because of my last line, there no happend My script: on rightclick with slimeball: wait 3 ticks set slot 0 of player to compass named "&cNavigator &7(Rechtsklick)" set slot 1 of player...
  8. F

    Chest loot every 10 seconds

    I have a question, how can i do that the chestfill fills the chest every 10 seconds? My script: on load: delete {random.item.list::*} add 2 diamond to {random.item.list::*} add 2 iron ingot to {random.item.list::*} add 2 leather to {random.item.list::*} add 2 tnt to...
  9. F

    Chest Loot

    I have a question, how can i do that the chestfill fills the chest every 10 seconds? My script: on load: delete {random.item.list::*} add 2 diamond to {random.item.list::*} add 2 iron ingot to {random.item.list::*} add 2 leather to {random.item.list::*} add 2 tnt to...
  10. F

    Command Cooldown

    Can anyone help me to add a cooldown on a command command /refill trigger: give player mushroom stew #if you have to wait send message "You have to wait 90 seconds" #Cooldown 90 seconds Sorry for my bad english i am from germany
  11. F

    Variable Server Name

    Hello, Is there a variable for the name of the server The Server name is in the server.properties "server-name=Test-1" Thank you FridiousHD
  12. F

    Tablist Script help

    Hey, Can anyone help me to create a sorted Tablist for any rank: Sort: 1. Owner 2. Admin 3. Mod 4. Sup 5. Builder 6. Player Owner must be at top of the tablist and Player at the bottom. If anyone knows how to do that please post an example for it. Sorry for my bad english i am from germany...