I need to remove all potion effects from player

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

  • LOOKING FOR A VERSION OF SKRIPT?

    You can always check out skUnity Downloads for downloads and any other information about Skript!

Status
Not open for further replies.

MrEnxo

Member
Feb 12, 2020
11
0
0
26
I have Tried to look up ways for this but there is none you can do it in Skellet 1.9.6b but I dont want to switch to that cause It might break some Skript Stuff Anyone help me? There probs Is a way with skript-mirror can some one help?
 
Show me the code..

You can also use :

Code:
execute console command "effect %{_p}% clear"
 
Show me the code..

You can also use :

Code:
execute console command "effect %{_p}% clear"

Ik i can use that but it shows it in chat cause its a on death thing so everytime a player dies in this pvp gamemode it says it thats not fun
 
Ik i can use that but it shows it in chat cause its a on death thing so everytime a player dies in this pvp gamemode it says it thats not fun

Okay, try this..

Code:
remove speed from player's active potion effects
- You can change the speed to the potion you have given and if it didn't work :

You can disable the logs into the spigot.yml file.

Code:
commands:
  silent-commandblock-console: true
  tab-complete: 0
  log: false
 
Okay, try this..

Code:
remove speed from player's active potion effects
- You can change the speed to the potion you have given and if it didn't work :

You can disable the logs into the spigot.yml file.

Code:
commands:
  silent-commandblock-console: true
  tab-complete: 0
  log: false
thank you
 
Okay, try this..

Code:
remove speed from player's active potion effects
- You can change the speed to the potion you have given and if it didn't work :

You can disable the logs into the spigot.yml file.

Code:
commands:
  silent-commandblock-console: true
  tab-complete: 0
  log: false
does not work
 
Status
Not open for further replies.