Jump to content

Where are the UI options you added?

Closed 2.2

Plusieurs possibilité :

  • Vérifie que
    Enable nullify damage": true,

     

  • Si tu fais des dégâts dans une de tes constructions et que ceci est activé c'est normal

    Allow entity's owner bypass": true

     

  • Dernière possibilité c'est que tu est dans une tranche d'horaires ou les raids sont autorisé.

Par exemple 

    "3.1 Monday": {
      "3.1.1 Start": "16:00",
      "3.1.2 End": "00:00"
    },

Les Raids commenceront le Lundi a 16h et se termineront a 0h.

Donc si tu raids pendants cette période les dégats aux bases seront actif.

 

Share this comment


Link to comment

j ai mis  de 19.00 a 23.00  il et 19.00  mais  j ai toujours  la barre  rouge  merci  

 

Share this comment


Link to comment

Quand tu fais une modifications d'un fichier config, pense a faire un reload du plugin

o.reload CRaidController

Attends quelque minutes, l'heure de ton ordi, et l'heure du serv peux différer.

Share this comment


Link to comment

oui mais la il 20.11 et la barre et toujours rouge et on peux pas raid ma cnfi 
  "1. UI": [
    {
      "1.1 Hide UI":  false,
      "1.2 Hide if isn't raid time":false,
      "1.3 Hide if is raid time": false,
      "1.4 Anchor Min": "0.78 0.89",
      "1.5 Anchor Max": "0.99 0.99"
    }
  ],
  "2. Damage": [
    {
      "2.1 Enable nullify damage": true,
      "2.2 Allow entity's owner bypass":  true
    }
  ],
  "3. Raid Schedules": {
    "3.1 Monday": {
      "3.1.1 Start": "19:00",
      "3.1.2 End": "23:00"
    },
    "3.2 Tuesday": {
      "3.2.1 Start": "19:00",
      "3.2.2 End": "23:00"
    },
    "3.3 Wednesday": {
      "3.3.1 Start": "19:00",
      "3.3.2 End": "23:00"
    },
    "3.4 Thursday": {
      "3.4.1 Start": "19:00",
      "3.4.2 End": "23:00"
    },
    "3.5 Friday": {
      "3.5.1 Start": "19:00",
      "3.5.2 End": "23:00"
    },
    "3.6 Saturday": {
      "3.6.1 Start": "19:00",
      "3.6.2 End": "23:00"
    },
    "3.7 Sunday": {
      "3.7.1 Start": "19:00",
      "3.7.2 End": "23:00"
    }
  },
  "4. Options": [
    {
      "4.1 Refresh time": 5.0

 

 

Share this comment


Link to comment

Alors soit tu as pas reload le plugins.

Sinon le plugin a comme fuseau horaires US

 

 

Ligne 374 remplace

            // FRENCH DAY string date = dt.ToString("dddd", new System.Globalization.CultureInfo("fr-FR"));
            string date = dt.ToString("dddd", new System.Globalization.CultureInfo("en-US"));

par

            string date = dt.ToString("dddd", new System.Globalization.CultureInfo("fr-FR"));
            //string date = dt.ToString("dddd", new System.Globalization.CultureInfo("en-US"));

 

Share this comment


Link to comment

Tu peux créer ton propre sujet de discussion la prochaine fois. Merci

Je t'ai répondu dans mon message précèdent pour mettre la date en FR

Share this comment


Link to comment
1.1m

Downloads

Total number of downloads.

5.6k

Customers

Total customers served.

80.8k

Files Sold

Total number of files sold.

1.6m

Payments Processed

Total payments processed.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.