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

    Solved Spawn mythicmobs

    I want to spawn a mythicmob using mmSkriptAddon, this is the code: options: world: TestWorld function mmSpawnMobs(name: text, loc: text): # format location: {_loc} -> {_locSpawn} spawn mythicmob "%{_name}%" at location {_locSpawn} in world "{@world}" and i get this error: Can't...
  2. HackerOTVW

    Need help with the event

    Just 2 question: 1. How to know when a player collides with an entity? (Maybe use the custom event of the skript-mirror) 2. How to get the event-entity of the above event?
  3. HackerOTVW

    Error updating Skript

    Im using Skript dev31c and when i update to Skript dev32b, there is a problem with TuSke, how to fix it? Error: [09:07:50 INFO]: [ViaVersion] ViaVersion detected server version: 1.11.1(316) [09:07:50 INFO]: [Skript] Loading variables... [09:07:50 INFO]: [Skript] Loaded 9 variables in 0.0 seconds...
  4. HackerOTVW

    Drop items

    My code: on break white glass block: player's gamemode is survival: set {glassblock} to event-block drop 1 %{glassblock}% There is something wrong there that I don't know. Im noob :p Help me pls : )
  5. HackerOTVW

    Custom mob

    Hi everybody, please read below and help me. Example code: Custom mob: Example is Zombie Custom Name Custom Health Custom Damage Custom Armor Custom Speed Set Example Zombie to {Custom_Zombie} if {CanAttack.%player%} is true: {Custom_Zombie} can attack player if...
  6. HackerOTVW

    Solved Help me know more :)

    Can someone teach me about this: {text::text::*} #or anything like that Note: - Or you can also give me its documentation - Sorry, my english not good Thank you very much <3
  7. HackerOTVW

    Error "There's no player in a function event"

    Skript version: 2.2 dev27 Umbaska version: 3.3 Server version: 1.8.8 My function: function boardOnline(PlayerName: player): wipe {_PlayerName} sidebar set name of sidebar of {_PlayerName} to "{@boardname}" set score "{@boardline15}" in sidebar of {_PlayerName} to 0 set score...
  8. HackerOTVW

    There doesn't exist a material with id <id>

    Help me, when i start server skript sent the error to my console :( [09:37:06 ERROR]: [Skript] There doesn't exist a material with id 235! (aliases-english.sk, line 277: [white(_| )]glazed(_| )terracotta¦s = 235') [09:37:06 ERROR]: [Skript] There doesn't exist a material with id 236...