Jump to content
  • 0

What should i do


Fu9w_XL

Question

Hello my server is crashing when new player join thats is not op or dont have a rank and i have 1200 free ram when i checked the ram

and this is my plugins

esschat/ess/chat control/worldedit/citizens/worldguard/skript/skbee/skellet/skdragon/ luckperms/skquery/skrayfall/tuske/vault/protocollsupport

so what should i do

and this is the crash report

https://parser.skunity.com/497f7037

i hope you guys help me

Link to comment
Share on other sites

5 answers to this question

Recommended Posts

  • 0

Hello, could you send the logs, too, please?

1. Go to File Manager > Logs > latest.log

2. select all the file contents, copy them

3. Now you can paste the logs where you want.

If you want to send them to someone else go to a website, such as https://pastebin.com/ then paste everything in there, click on create new paste, then copy the link of the website and send the link of the website

Link to comment
Share on other sites

  • 0

thank you so much but it work when i removed this skript

options:
    permissions: true
    

    perm-to-see-the-health-bar:sh.ver.a.vida
    

on join:
    while player is online:
        if {@permissions} = true:
            if player has the permission "{@perm-to-see-the-health-bar}":
                loop all players:
                    set score " Health" below player to player's health for loop-player
                wait 20 ticks
        else:
            loop all players:
                set score " Health" below player to player's health for loop-player
            wait 20 ticks.

Edited by MyNameIsAhmad
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...