Recent content by RedDiamond

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

    Help with mob spawning (Skript)

    Idk if you still need this or not, but try this: every 7 seconds: execute console command "summon zombie 2 23 -5...
  2. RedDiamond

    Solved wait "%{_variable}% minutes" parsed as timespan doesn't work

    Okay! Thank you for the explanation and the help :)
  3. RedDiamond

    cancel event not working

    sometimes it's a problem with your chat plugin, maybe try changing it. For me this also happen with some chat formatting plugin, it just won't be canceled.
  4. RedDiamond

    Solved wait "%{_variable}% minutes" parsed as timespan doesn't work

    So I tried to make a function that will run something and set a variable into a number that will be used for "wait", after that it'll wait for that amount of variable time to run the function again. Look I know the explanation might be very confusing and make no sense but this is the code...
  5. RedDiamond

    Solved Error with 'is holding' condition

    using "player's held item" is still not working, and yea ik its only for skrayfall and i have that, thx for the help tho
  6. RedDiamond

    Solved Error with 'is holding' condition

    So i made this code for a crate skript if player is holding a shiny tripwire hook named "&f{@dkey}" with lore "&8Use this to open &fDaily Crate" But when i reload the skript it say this error: Can't compare a player with 'holding a shiny tripwire hook named "Daily Key" with lore "Use this to...
  7. RedDiamond

    Solved Crates skript not working

    okay thx for the help
  8. RedDiamond

    Solved Crates skript not working

    So i've made a simple crates skript but the problems is sometimes when i right click with the key it didnt give me any rewards and sometimes it gave me 2 rewards on 1 key, can anyone help me to see what's the problem in this code, it'll help me so much. Thx :) on right click: if event-block...
  9. RedDiamond

    Script D'Warn 1.0

    A player warning system. This script won't be updated! Features: - Checking player's total warn - Automated punishment when player reach a specific amount of total warn - Unwarn command (remove 1 warn from player) - Customable Commands: - /Warn <player name> [<Reason>] - /Check warn <player...
  10. RedDiamond

    D'Warn

    A player warning system. Features: - Checking player's total warn - Automated punishment when player reach a specific amount of total warn - Unwarn command (remove 1 warn from player) - Customable Commands: - /Warn <player name> [<Reason>] - /Check warn <player name> - /Unwarn <player name>...
  11. RedDiamond

    Solved How do I make it so that when I mine a coal block it adds 1 to a variable

    try this on mine of a coal ore: add 1 to {coalmined::%player%}
  12. RedDiamond

    Scoreboard not showing (SkBee)

    So i've made this scoreboard skript using SkBee and it not showing on my server, and i have SkBee, SkRayfall, TuSke on my server for the skript addon. Idk what's wrong with this code, maybe someone can help me? on join: while player is online: set title of player's scoreboard to...
  13. RedDiamond

    Need help with periodical and looping (im stressed)

    Ok so i want to make a gen (kinda) skript, so basically when the player right click a music disc it will active or we can say the variable turn to true, and when its activate it will give player an iron block every 4 seconds, but the problem is im using "loop all players" and that make the every...
  14. RedDiamond

    Solved Skript not working (no effect happen)

    Hello, so i made a gens (kinda) skript and for now i made the gold and diamond one using music disc, so whe i tested it the gold one is working all of the effect is working including the part when it give player gold block, but somehow the diamond gen one is not working at all not a single...