Recent content by Bonnie20402

  • 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

    Solved Server crash

    Code: https://pastebin.com/04eFx170 Errors on Console(No skript errors): Code (Server Console): [11:32:06 INFO]: UUID of player Bonnie20402 is f1ab5658-21fd-3465-928e-65494d5c4959 [11:32:16 ERROR]: --- DO NOT REPORT THIS TO PAPER - THIS IS NOT A BUG OR A CRASH --- [11:32:16 ERROR]: The...
  2. B

    Solved Quick u questiom

    Command Blocks execute commands as console, i confirmed, (2.2-dev36) Thanks for helping anyway!
  3. B

    Solved Quick u questiom

    Is it possible to make a command only usable by command blocks?
  4. B

    Solved "Expected 16 spaces but found 4 tabs" and vice versa

    Okay i think i fixed it, i downloaded Brackets btw, and the code looks good here too, thanks! http://prntscr.com/ms0y5k
  5. B

    Solved "Expected 16 spaces but found 4 tabs" and vice versa

    I use notepad++ to edit skript, i always get this error with notepad++ I used tabs, btw, but sometimes when i use spaces, it asks for the fucking tabs http://prntscr.com/ms0dwc, http://prntscr.com/ms0fz5 Skript version: 2.2-dev36, minecraft version is 1.8 I may change my editor if you...
  6. B

    Solved How do i set a variable to a block at a certian locaction

    So how can i make it to delete the block? nevermind, just solved it by forcing the console to do setblock 1690 5 -1414 air instead lol ty for the help anyways
  7. B

    Solved How do i set a variable to a block at a certian locaction

    I can't deleteit, i tried: command /asd: trigger: set {_LDoor} to block at location at 1690, 5, -1413 in world "fnaf" command /asdf11: trigger: delete {_LDoor}
  8. B

    Solved How do i set a variable to a block at a certian locaction

    This is what i mean Is it possible to set a variable to a block at a locaction example a pumpkin is placed at 30 30 30 i want to do set pumpkinlocaction to coord set pumpkinblokc to pumpkin block at 30 30 30 but idk how i've searched the documentation but dinin't found anything sorry for any...