Recent content by deminecrafterlol

  • 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. D

    Player's balance error

    Add your currency symbol or name to all numbers, like 1000$: https://pastebin.com/bXeyhQkf
  2. D

    Lambda with skript-mirror

    I was trying out skript-mirror and I was stuck on one thing: how do you do the "() ->" in Skript?
  3. D

    game-in-game api part#1 [offline]

    Can you upload this to youtube, cause I can't play it for some reason
  4. D

    can't spawn rabbit,guardian,endermite in MC1.8

    if your aliases-english.sk or aliases-german.sk is too old, it wont spawn them! to check that, make a simple skript: on click: message "%entity%" if it doesn't say "rabbit", "guardian" or "endermite": you need to update your aliases!
  5. D

    Set text from hologram to variable

    Ya boi has a solution! syntax: text in line %number% of holo[gram] [object] %string% example: text in line 1 of hologram "NameOfHologram" In you case your would use: if text in line 1 of hologram "HologramName" contains "%loop-player%": stop
  6. D

    Setting block

    well, i do this: on rightclick: if clicked block is tripwire: set clicked block to oak plank add location of clicked block to {Seige.blocks.relative::*} And when some thing is done, i do this: set {_index} to 0 loop {Seige.blocks.relative::*}: add 1 to...
  7. D

    Setting block

    How do i set a block from a location variable Like: set location of block to {Block} set {Block} to tripwire