Recent content by The77Gamer

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

    The77Event.minehut.gg

    Events parkour and prizes discord: the77gamer#7384
  2. T

    Solved Random Number Generator

    Im trying to make a random number generator for different numbers. eg: /random 100 300 and you would get like 221 or smth. command /random <text> <text>: trigger: send "%random number between arg-1 and arg-2%"
  3. T

    Script Maths 1.0.1

    This skript lets server admins test their players with math questions. Commands: Random question: /maths Random addition question: /maths + Random multiplication question: /maths * (or /maths x) Infinite maths - Every time a question is answered another appears: /mathsinfinite Maths cheat - Lets...
  4. T

    Script Maths - Maths

    Accidently uploaded the wrong file.
  5. T

    Solved /do commad

    But what if I wanted to do "/do set player's flight speed to 0.5" or smth
  6. T

    Maths

    This skript lets server admins test their players with math questions. Commands: Random question: /maths Random addition question: /maths + Random multiplication question: /maths * (or /maths x) Infinite maths - Every time a question is answered another appears: /mathsinfinite Maths cheat - Lets...
  7. T

    Parkour

    Commands: /parkour reset/join - Start the parkour /parkour leave - leaves the parkour Note: Change the coordinates on line 4, 9 and 32 to: 4 - start 9 - lobby 32 - start
  8. T

    Script Parkour 1.0

    Commands: /parkour reset/join - Start the parkour /parkour leave - leaves the parkour Note: Change the coordinates on line 4, 9 and 32 to: 4 - start 9 - lobby 32 - start
  9. T

    Solved /do commad

    What im trying to do is something like this. If I did "/do enchant player's tool with sharpness 5" it would enchant my tool with sharpness 5 command /do [<text>]: trigger: %arg-1%
  10. T

    /do command

    Moved to the correct forum
  11. T

    Solved Way to make skript more efficient

    I have made this code to make a random string of letters however it is very laggy. I am wondering if there is a way to make it better. command /genstring: permission: the77event.captcha trigger: set {id::*} to "A", "B", "C", "D", "E", "F", "G", "H", "I", "J", "K", "L", "M", "N"...
  12. T

    Infinite lava bucket

    How
  13. T

    .

    .
  14. T

    Need help with else sections

    What is the raw code w/ tabs
  15. T

    Infinite lava bucket

    There are many posts with this title however I am looking for something different. I am looking for something that expands the lava every second on place of lava: if player has permission: "infinitelava.use": if name of tool is "&khh&r&4 ADMIN BUCKET &r&khh": add location...