개인 자료란 (JE)

  서버 커뮤니티

Profile ysj5896 대표칭호 없음
Profile

질문하기 플러그인

config.yml

2023.12.17 조회 수 23 추천 수 0
이해도 초보자 
게임버전 (JE) 1.19.3 
게임버전 (BE) 관련없음 

@Override
public boolean onCommand(@NotNull CommandSender sender, @NotNull Command command, @NotNull String label, @NotNull String[] args) {
    if (sender instanceof Player) {
        Player p = (Player) sender;
        // "fishData" 섹션을 가져옵니다.
        ConfigurationSection fishDataSection = getConfig().getConfigurationSection("fishData");

        // fishDataSection이 null이 아니라면 해당 섹션의 키를 반복하면서 데이터를 출력합니다.
        if (fishDataSection != null) {
            getLogger().info("debug config");
            for (String key : fishDataSection.getKeys(false)) {
                // 각 아이템에 대한 데이터를 가져오기
                String name = fishDataSection.getString(key + ".name");
                String type = fishDataSection.getString(key + ".type");
                int chance = fishDataSection.getInt(key + ".chance");
                String lore = fishDataSection.getString(key + ".lore");

                // 플레이어에게 메시지 출력 예시
                // 이 코드는 예시일 뿐, 실제 플레이어 객체를 어떻게 얻어올지에 대한 방법은 플러그인 구현에 따라 다를 수 있습니다.
                p.sendMessage("Key: " + key);
                p.sendMessage("Name: " + name);
                p.sendMessage("Type: " + type);
                p.sendMessage("Chance: " + chance);
                p.sendMessage("Lore: " + lore);
                p.sendMessage("--------");
            }
        }
    }
    return false;
}
fishData:
  COD:
    name: "§f§l대구"
    type: cod
    chance: 25
    lore: "§f지나가는 대구"
  SALMON:
    name: "§f§l연어"
    type: salmon
    chance: 25
    lore: "§f지나가는 연어"
  TROPICAL_FISH:
    name: "§f§l열대어"
    type: tropicalfish
    chance: 25
    lore: "§f지나가는 열대어"
  PUFFERFISH:
    name: "§f§l복어"
    type: pufferfish
    chance: 25
    lore: "§f지나가는 복어"

명령어를 입력해도 아무 내용이 뜨질 않습니다.. 이유가 뭘까요?

2개의 댓글

NoEul
2023.12.17

왜냐하면 fishData 는 Section 자료형이 아니기 때문이지욘

ysj5896
2023.12.17
@NoEul

감사합니다. 해결했어요!

뉴스 및 창작물
/files/thumbnails/384/778/003/262x150.crop.jpg?20240507003327

업데이트

마인크래프트 자바 에디션 스냅샷 24w18a

학교가기싫다

2024-05-06

0

/files/thumbnails/855/781/003/262x150.crop.jpg?20240505141129

레드스톤

레이저 클리너

GlassesFilm

2024-05-05

1

/files/thumbnails/576/775/003/262x150.crop.jpg?20240426232553

아티클

이달의 블록: 단단한 진흙

학교가기싫다

2024-04-26

0

/files/thumbnails/115/774/003/262x150.crop.jpg?20240428135129

업데이트

마인크래프트 1.20.5 정식 업데이트

학교가기싫다

2024-04-24

0

/files/thumbnails/762/770/003/262x150.crop.jpg?20240418073724

레드스톤

T.B.H (고민중독) | 노트블럭 버전 | NoteBlock Cover [한국어 영어 중국어 가사 추가]

노트블럭전문가

2024-04-18

1