Recent content by Bendik0208

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

    remove block on death

    Hello, how can I remove blocks that the player have placed? on death: remove placed blocks
  2. B

    Specator On Join

    no.. It don't look good for that.. but anyways thanks :D
  3. B

    Specator On Join

    Server; 1.8.8 Skript: 2.1.2 But I found on google that I can use Execute console command "/gamemode 3 %player%"
  4. B

    Specator On Join

    Nope.. Its not working.. Geting the same error, just with gamemode.spectator
  5. B

    Specator On Join

    nope.. Does skript have spectator? o.O https://gyazo.com/1e8d6689b93705bb43255f9a314417e5
  6. B

    Specator On Join

    nope.. https://gyazo.com/d96bd53764eb3addbb80d489628de669 https://gyazo.com/074387c8b990ca2ec47aa96f7cb916e5
  7. B

    Specator On Join

    Thanks, but I got this error when I reload the skript https://gyazo.com/8e5f0950e967124cdb036e9fd7c62cbe
  8. B

    Specator On Join

    Can someone fix my error? I don't know how to do it.. This skript will change the gamemode to the player to speactor if you don't have the permission on join: if player has permission "No.Spec" event stop set gamemode of player to spectator
  9. B

    Player Event

    So I try to make a even that will happen when player is below y1, any examples?
  10. B

    Random Place

    How can I do that player will spawn a random place on join?
  11. B

    Random Command

    So I make a random command on join, but it get a error all the time.. Can someone help me out? on join: chance of 10%: make player execute command "/suicide" chance of 90%: make player execute command "/tp"