We've split up the commands, scripting and mods, and add ons category! Please be sure you get your thread in the right place.

12

give effects for 0.5 seconds

4 Comments

Please sign in to leave a comment.

Sorted by oldest
  • 0
    Registered User commented
    Comment actions Permalink

    this is a great idea, but for some reason Minecraft won't allow it

  • 0
    Registered User commented
    Comment actions Permalink

    It's a great idea.. But.. As far as I know, only Integers are used. This means that we can write -1 0 1 but not -0.1 5.97 6.4.

  • 0
    Registered User commented
    Comment actions Permalink

    decimals work for coordinates

  • 0
    Registered User commented
    Comment actions Permalink

    Great idea! But I think /effect should work with time in ticks and seconds and maybe in days like this

    /effect give <selector> 2t <effect> [true|false] - gives effect with duration = 2 ticks(0.1 second)
    /effect give <selector> 2s <effect> [true|false] - gives effect with duration = 2 seconds
    /effect give <selector> 2d <effect> [true|false] - gives effect with duration = 2 days

    ticks makes /effect more useful when effect should disappear in time less than 1 second.

    For example: Area where player gets effect of levitation and when he leaves effect no more applied. It can be magical elevator what gives you the effect when you above it. /effect clear isn't solution because player can get effect of levitation from shulker bullet and it also clears after using command.