كيفية إنشاء واستخدام eula.txt بأمان
تُنشئ Minecraft Java Edition ملف eula.txt في مجلد الخادم بعد التشغيل الأول. أوقف الخادم، واقرأ اتفاقية ترخيص المستخدم النهائي (EULA) الرسمية للعبة Minecraft، واضبط eula=true فقط عندما توافق شخصيًا على تلك الشروط. يُعد هذا المولد ملفًا نصيًا صغيرًا، ولكنه لا يستطيع قبول الاتفاقية نيابة عنك.
قم بتنزيل الملف الذي تم إنشاؤه وضعه في نفس المجلد الذي يحتوي على ملف JAR الخاص بالخادم، وملف server.properties، ومجلد السجلات. حافظ على اسم الملف بالضبط eula.txt، استخدم true أو false بأحرف صغيرة، واستبدل نسخة أقدم فقط بعد التحقق من أنك تقوم بتحرير مثيل الخادم الصحيح.
أعد تشغيل الخادم من وحدة التحكم العادية أو لوحة الاستضافة. إذا استمر توقفه مع تحذير EULA، فتحقق من وجود مجلد خادم مكرر، أو ملف تم تغيير اسمه مثل eula.txt.txt، أو أذونات كتابة غير كافية، أو لوحة استضافة تدير قبول EULA بشكل منفصل.
تأكد من دليل الخادم الذي يعمل فعليًا
قد تستخدم لوحات الاستضافة وحاويات Docker وبرامج التشغيل النصية دليل عمل يختلف عن المجلد الذي فتحته في مدير الملفات. تحقق من أمر التشغيل والسجلات الأخيرة لتحديد جذر الخادم النشط. يحتاج كل مثيل خادم Java منفصل إلى ملف eula.txt خاص به بجوار ملف JAR الذي يتم تشغيله.
استكشاف أخطاء eula.txt وإصلاحها والأسئلة الشائعة
Does this generator accept the Minecraft EULA for me?
No. You must review and accept the official terms yourself. The generator only records your selection as eula=true or eula=false.
أين يجب أن أضع eula.txt؟
Place it in the root folder of the Minecraft Java server, beside the server JAR. Do not put it inside the world, plugins, mods, or configuration folders.
Why does the server still say I have not accepted the EULA?
Confirm that the file is named eula.txt, contains eula=true, and is stored beside the JAR that is actually running. On Windows, enable file extensions to make sure the name is not eula.txt.txt.
Does this file work for Bedrock Dedicated Server?
No. eula.txt is part of the Minecraft Java server startup flow. Bedrock Dedicated Server uses a different installation and configuration process.
Can I edit the generated file manually?
Yes. eula.txt is plain text. Keep the eula setting on its own line and use only true or false after the equals sign.
Is it safe to share eula.txt?
The standard file does not contain a password or server token, but it records acceptance of the EULA. Generate and manage it for the server you control rather than accepting terms for someone else.