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

    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
  2. 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...
  3. 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...
  4. 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
  5. 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...
  6. 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...