개인 자료란 (JE)

  서버 커뮤니티

Profile lhh2020 대표칭호 없음

lhh2020 8ca6df15355443579fc74f5cb3bcbb46

Profile

강좌 자바 에디션(JE) 플러그인 개발

●플러그인 강좌● ItemStack을 "yml" 파일로 저장해보자

2020.11.14 조회 수 2138 추천 수 0
분야 플러그인 
장르 개발자 툴 
게임버전 모든버전 
API 스피곳, 페이퍼 


저장

File file = new file(경로);

FileConfiguration configFile = YamlConfiguration.loadConfiguration(file);

configFile.set( key ,  value(ItemStack) );

configFile.save(file);


읽기

File file = new file(경로);

FileConfiguration configFile = YamlConfiguration.loadConfiguration(file);

ItemStack item = configFile.getItemStack( key );


예시

public boolean onCommand(CommandSender sender, Command command, String label, String[] args) 

{

File file = new File("plugins/testplugin/item.yml");

File directory = new File("plugins/testplugin");

if(!directory.exists()) directory.mkdir();

if(!file.exists())try {file.createNewFile();} catch (IOException e) {}

FileConfiguration configFile = YamlConfiguration.loadConfiguration(file);

configFile.set("1", ((Player)sender).getInventory().getItemInMainHand());

try {

configFile.save(file);

} catch (IOException e) {}

return true;

}


출력

'1':

  ==: org.bukkit.inventory.ItemStack

  type: ENCHANTED_BOOK

  meta:

    ==: ItemMeta

    meta-type: ENCHANTED

    stored-enchants:

      VANISHING_CURSE: 1


응용

상점 ∙ 가상창고 ∙ 메뉴등 GuiChest를 활용하는 것등 아이템을 활용하는 대부분에 곳에서 사용할 수 있습니다


처음 쓰는 글인데 수정할 점이 있으면 말씀해주세요

                                                                                                                                           -↓추천





2개의 댓글

yellow0519
2020.11.18
비밀글입니다.

비밀번호를 입력하세요.

lhh2020
2020.11.19
@yellow0519

java 요

뉴스 및 창작물
/files/thumbnails/762/770/003/262x150.crop.jpg?20240418073724

레드스톤

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

노트블럭전문가

2024-04-18

0

/files/thumbnails/218/767/003/262x150.crop.jpg?20240412130213

레드스톤

우리의 꿈 - 원피스 오프닝

노트블럭전문가

2024-04-12

0

/files/thumbnails/505/766/003/262x150.crop.jpg?20240411122306

레드스톤

기동전사 건담 수성의 마녀 | 노트블럭 커버 1

노트블럭전문가

2024-04-11

1

/files/thumbnails/932/765/003/262x150.crop.jpg?20240410124459

레드스톤

마인크래프트 노트블록으로 만든 『 밤양갱 (Bam Yang Gang) 』

노트블럭전문가

2024-04-10

0

/files/thumbnails/403/765/003/262x150.crop.jpg?20240409190538

레드스톤

마인크래프트 노트블록으로 만든 『 밤양갱 (Bam Yang Gang) 』

Sonttukk

2024-04-09

4

/files/thumbnails/161/758/003/262x150.crop.jpg?20240331105743

레드스톤

라마 침 분수대 1

GlassesFilm

2024-03-31

0

/files/thumbnails/520/751/003/262x150.crop.jpg?20240328020349

레드스톤

마인크래프트 노트블록으로 만든 『 Bling‐Bang‐Bang‐Born 』 4

Sonttukk

2024-03-23

3