Search results

  • 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 community!

    Now, what are you waiting for? Join the community now!

  1. N

    Variable Problems

    Use CODE formatting rather than ICODE formatting please.
  2. N

    XP multiplier and unmultiplier depending on kills/deaths

    I can absolutely make this. Also what's the strength SMP and do you prefer it as a plugin, mod, or skript?
  3. N

    Looking for help?

    Deleting everything below y=0 in the overworld is going to crash your server. Maybe doing it in chunks could work but it still wouldn't be too good
  4. N

    Console Command Not Executing

    Try doing execute console command "say e" and see what happens
  5. N

    Parrticle arcs

    What you drew can either be made as a bezier curve or a radius of a circle curve
  6. N

    Console Command Not Executing

    %{capping::*} formatted as player%
  7. N

    Parrticle arcs

    y = mx + b is the equation to find the slope of a line. This has nothing to do with a curve iirc. Could work though, I'll talk to my math friend about this.
  8. N

    Solved Skript Loops UUID instead of playername.

    What is {suspectList::*} set to? also why are you using %loop-index%? Use %loop-value%. iirc indexes of a list variable is just whatever is after the ::, which is gonna be a uuid if that's how your variable is setup (I may be wrong about this I forgot).
  9. N

    Custom player heads

    nbt compound from uses Skbee
  10. N

    Solved Cooldown on custom item

    uhhhh yeah kinda but instead you'd put if player has <variable or item> on cooldown: stop else: #stuff Also put the set item cooldown thing at the start of the else section
  11. N

    Solved Cooldown on custom item

    you hae to set the last used variable to now at the start of the else section. and as I said, I recommend using item cooldown.
  12. N

    Solved Cooldown on custom item

    Alright, cool beans.
  13. N

    Solved Cooldown on custom item

    That will be resolved if you correct your statement because it will then be following a valid if statement. A better method for cooldowns (requires skript 2.8+) is to use the item cooldown expression. While this won't effect an item using an on right click event, you can make the event stop if...
  14. N

    Someone please fix this /tempban skript

    if you set it to number, it obviously won't work because "1h" is a text.
  15. N

    Someone please fix this /tempban skript

    No, I can't. This is skript-help, not skript-spoonfeeding. I can, however, point you in the right direction. You can auto-replace "h" with "hour" and then parse it as a timespan or split the text at the number to grab the letter and the number separated.
  16. N

    Someone please fix this /tempban skript

    What's the problem? also don't make the arguments optional Also timespans are formatted as "1 hour" and stuff like that, just make it a number argument and have it ban them for that many seconds. Or make it a text with a number and then a letter (like h, m, s, w, mo, y) to decide how long it is
  17. N

    Custom player heads

    send code
  18. N

    Hostile allay

    set an entity target or use vex ai and then make it damage the player when its near
  19. N

    Rapid-fire your requests :)

    I don't know what to tell you.