How to disable the level up sound

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

Sqadow

New Member
May 29, 2021
7
0
1
24
In my server players can level up really fast, but the level up sound is annoying!

Pls tell me how I can disable that sound.
 
oner way is to replace the sound file with an empty one in a (forced) resource pack for your server.

there is the "on level up:" event, but i am not sure if you can stop sounds from it.
but it should be with
Code:
stop playing sound[s] %strings% [(in|from) %soundcategory%] [(to|for) %players%]

so something like
Code:
on level up:
    stop playing sound "ENTITY_PLAYER_LEVELUP" to event-player
try that.
 
Status
Not open for further replies.