سؤال

لقد كتبت هذا الرمز: giveacodicetagpre.

مع نية أخذ ملف config.yml داخل الجرة وإخراجه: giveacodicetagpre.

ولكن عندما أسميها مثل هذا: giveacodicetagpre.

لا يتم نسخ القيم: giveacodicetagpre.

هل كانت مفيدة؟

المحلول

One possibility is that you have two spaces before home:. Try getting rid of them or adding a parent node, so the resulting file would look like this:

# Home section; this next part of code decides how large the radius to check for monsters
#  for the /home command if not set it will be auto default to 10x10x10 if you want to 
#  disable the radius use -1 on the value (note one value with -1 will disable all)
Main:
  home:
    x: 10
    y: 10
    x: 10
مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top