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

    Define a placed block

    What do you mean? Do you mean every block should have more drops like redstone or glowstone?
  2. X

    Spawn

    Try reinstall the server, save files like plugins or skripts. Look at crash-reports or logs, maybe you'll find something there.
  3. X

    Solved Adding items to minecart chest

    Maybe this: set {Tool} to player's tool {Tool} is not air #stuff
  4. X

    Clear drop with custom name on death

    First of all, whats the error? 2. Its an item, not a custom name. 3. Maybe this: on death: loop drops: if loop-value contains stone axe: delete loop-value
  5. X

    On inventory open

    ummm for me works on inventory open: broadcast "s"
  6. X

    spawn buildings in one world

    Hey I wanted to ask for a game mode if it is possible to spawn several buildings in one world. I attached a screenshot from a server that did this. https://prnt.sc/s2qbbu
  7. X

    Grappling Hook

    Oh jemand deutsches, ich bezweifle das es verboten ist deutsch zu reden. Also: Ich habe mir einiges angeguckt und war ziemlich am verzweiflen. Das Debuggen hab ich schon versucht der Part der nicht klappt ist das mit yaw und pitch. Das witzige ist, diesen Code habe ich sogar von dir...
  8. X

    Grappling Hook

    Hey guys! Is it possible to make a grappling hook? on fishing: if "%fishing state%" is "IN_GROUND": set {_loc} to location of fishing hook set yaw of {_loc} to player's yaw set pitch of {_loc} to player's pitch teleport player to {_loc} the code loads...
  9. X

    what is wrong

    every second: loop all players: if block below loop-player is diamond block: if loop-player's inventory contains 1 blaze powder: if loop-player's inventory contains 1 nether star named "&5- >&6 magisches Plasma&5 < -" if loop-player's level...
  10. X

    Solved loop players

    Yes I know, there must be an item-type but I do not know how else to do it: every second: loop all players: if %loop-player% has permission "system.mod": set {Mod.%player%} to true
  11. X

    Solved What´s wrong?

    Thanks <3
  12. X

    Solved What´s wrong?

    on chat: if {chat.%player%} is true: cancel event send "&cNo" The error is: Empty configuration section! You might want to indent one or more of the subsequent lines to make them belong to this section or remove the colon at the end of the line if you don`t...
  13. X

    ummm help?

    I forgot this part completely. Script just call me script a reason: attempting to perform this command I tried everything, nothing works! Which part does not work, I do not know. Looking forward to feedback!
  14. X

    ummm help?

    Before I tell you my problem, apologize for my bad English. I use the Google Translator because I come from Germany and therefore i can not speak English, now my problem: So I wanted a "report" script So I started writing one the plugin script does not show me any errors Well, do you see any...