게임버전 (JE) | 1.20.1 |
---|---|
게임버전 (BE) | 관련없음 |
안녕하세요 포지서버를 운영중인 유저입니다.
이번에 dailyrewards 라는 모드를 추가해서 일일보상 기능을 추가하였는데
일일보상 아이템을 커스텀 플레이어 머리로 바꾸려고 하는데 모드 개발자 위키에 가보면
서버 구동기 안에 config 폴더 daily_rewards-common.toml 여기서 수정하면 된다고 하더라구요...
["Fill Items"]
#Use fill items if there are not enough valid items for a month. (e.g. if there are only 2 items for a month and the player claims 3 rewards, the 3rd reward will be a fill item)
useFillItems = true
#List of normal fill items which are used in the case we have not enough valid items for a month.
normalFillItems = ["minecraft:cooked_beef:16", "minecraft:iron_ingot:8", "minecraft:oak_log:16", "minecraft:white_wool:4", "minecraft:gold_ingot:8", "minecraft:wheat_seeds:16", "minecraft:pumpkin_seeds:16", "minecraft:melon_seeds:16", "minecraft:beetroot_seeds:16", "minecraft:arrow:32"]
#List of rare fill items which are used in the case we have not enough valid items for a month.
rareFillItems = ["minecraft:diamond", "minecraft:quartz:3", "minecraft:spyglass"]
이부분에서
minecraft:cooked_beef:16 이 아이템을
커스텀 플레이어 머리 minecraft:player_head{display:{Name:'{"text":"쭈꿈 코인","color":"light_purple","underlined":true,"bold":true,"italic":false}',Lore:['{"text":"쭈꿈교 일일퀘스트 완료 시 받는 코인 ","color":"white","italic":false}','{"text":"좋은 물건을 살 수 있을지도?","color":"blue","italic":false}']},SkullOwner:{Id:[I;-732268921,306267600,-1599045919,-876414439],Properties:{textures:[{Value:"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNjQzOGJlYWU2M2I3MDE0YmM5OWE1MmI3MGU4MWI5MWI0Y2FiNmQyMGFjNzRmOTYwNDExY2RmYmNkMzVhY2JmYyJ9fX0="}]}}} 이 아이템으로 바꾸고 서버를 키려고 했을 때 .toml 파일이 깨져 서버가 열리지 않는데 한글이 지원이 되지 않는걸까요?
도움부탁드립니다!
코코냐
2024.08.31You are not able to provide any additional NBT data to the items, the mod will always use the default NBT data of the item.
https://github.com/MarkusBordihn/BOs-Daily-Rewards/wiki
토도니
2024.08.31제가 쓰려고 하는 플레이어 머리는 default NBT data가 아닌가요? give명령어로는 지급이 되는데 무슨 문제인지 모르겠네요 ㅜ
코코냐
2024.08.31기본 NBT 데이터라는것은 NBT가 아무것도 안붙은 상태를 말합니다.