{"id":21204646,"url":"https://github.com/otterbk/mc-simple-stat","last_synced_at":"2025-03-14T22:46:45.033Z","repository":{"id":248669736,"uuid":"577738999","full_name":"OtterBK/mc-simple-stat","owner":"OtterBK","description":"Minecraft plugin that adds a simple stats system. (간단한 능력치 시스템을 추가하는 마인크래프트 플러그인)","archived":false,"fork":false,"pushed_at":"2022-12-13T13:22:47.000Z","size":14,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-14T22:46:41.596Z","etag":null,"topics":["minecraft","minecraft-plugin"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/OtterBK.png","metadata":{"files":{"readme":"Readme.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-12-13T12:17:54.000Z","updated_at":"2024-11-06T04:38:36.000Z","dependencies_parsed_at":"2024-07-16T11:57:41.500Z","dependency_job_id":"14de5c5c-1f22-4952-a8fe-6c98310e204b","html_url":"https://github.com/OtterBK/mc-simple-stat","commit_stats":null,"previous_names":["otterbk/simplestat","otterbk/mc-simple-stat"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OtterBK%2Fmc-simple-stat","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OtterBK%2Fmc-simple-stat/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OtterBK%2Fmc-simple-stat/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OtterBK%2Fmc-simple-stat/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/OtterBK","download_url":"https://codeload.github.com/OtterBK/mc-simple-stat/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243658186,"owners_count":20326465,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["minecraft","minecraft-plugin"],"created_at":"2024-11-20T20:38:12.653Z","updated_at":"2025-03-14T22:46:44.995Z","avatar_url":"https://github.com/OtterBK.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"## 📒 Simple Stat\n\u003e 마인크래프트 스탯 플러그인\n\n---\n\n#### 📖 어떤 플러그인인가요?\n간단한 스탯 플러그인입니다.\n별다른 제약 없이 심플하게 스탯 시스템을 제공합니다.\n\n* 2020년 개발완료한 플러그인으로 코드가 낡음\n\n#### 📄 명령어\n```\n\n* /스탯 - 스탯을 확인합니다.\n* /스탯 주기 \u003c닉네임\u003e - 플레이어에게 스탯을 줍니다.\n* /스탯 리로드 - Config 파일을 리로드합니다.\n* /스탯 인첸트 - 아이템에 스탯 시스템을 적용합니다.\n* /스탯 리스폰 - 리스폰 지점을 설정합니다.\n\n```\n\n#### 📄 Config\n```access transformers\nbaseHp: 50.0 #기본 체력\nhpPerLv: 10.0 #레벨 업 시, 얻는 추가 체력\nbal_damage: 2.0 # 균형 스탯의 데미지 증가값\nbal_hp: 8.0 # 균형 스탯의 체력 증가값\nbal_speed: 0.0 # 균형 스탯의 속도 증가값\nbal_defense: 0.0 # 균형 스탯의 방어력 증가값\natk_damage: 3.0 # 공격 스탯의 데미지 증가값\natk_hp: 5.0 # 공격 스탯의 체력 증가값\natk_speed: 0.0 # 공격 스탯의 속도 증가값\natk_defense: 0.0 # 공격 스탯의 방어력 증가값\ndex_damage: 1.5 # 민첩 스탯의 데미지 증가값\ndex_hp: 3.0 # 민첩 스탯의 체력 증가값\ndex_speed: 0.003 # 민첩 스탯의 속도 증가값\ndex_defense: 0.0 # 민첩 스탯의 방어력 증가값\ndef_damage: 0.5 # 방어 스탯의 데미지 증가값\ndef_hp: 10.0 # 방어 스탯의 체력 증가값\ndef_speed: 0.0 # 방어 스탯의 속도 증가값\ndef_defense: 0.0 # 방어 스탯의 방어력 증가값\nleftStatPerLv: 4 # 레벨 업 시, 얻는 스탯 값\ncriDamage: 2.0 # 크리티컬 데미지 배율\nautoRespawn: 0 # 자동 리스폰 활성화 여부\n```\n\n#### 📷 스냅샷\n![image](https://user-images.githubusercontent.com/28488288/207320062-fc533932-a1a0-4913-b311-fd777d082268.png)\n![image](https://user-images.githubusercontent.com/28488288/207328995-c97f8a9a-c267-4ea5-a41e-a279ee428ed6.png)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fotterbk%2Fmc-simple-stat","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fotterbk%2Fmc-simple-stat","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fotterbk%2Fmc-simple-stat/lists"}