Do you Like This Plugin? Please Write Review!!
플러그인이 마음에 드신다면 리뷰좀 써주세요!!
https://www.spigotmc.org/resources/realisticmilk.110380/
I was using this person's plugin because it was novel, but I thought it would be better to execute a command instead of a custom item and give out items or experience points, so I made it again by referring to this person's plugin.
이 사람의 플러그인이 참신해서 사용했었는데, 커스텀 아이템 대신 명령을 실행해서 아이템이나 경험치를 주는 게 더 좋을 것 같아서 이 사람의 플러그인을 참고해서 다시 만들어봤습니다.
ENGLISH
This plugin allows you to add a more
realistic milking system than the vanilla one:
■
New animals to milk, in addition to cow and goat: sheep, mare (horse), donkey, camel.
■ When milking, you can execute different commands for each animal.
■ Addition of a
cooldown per animal between each collection of milk.
■ Ability to disable
milk consumption (which removes potion effects), to only keep milk for custom crafts, for example.
■ Each
option can be enabled/disabled for each type of animal.
The plugin may work in versions before and above 1.19 / 1.20, but I haven't tested it; Use at your own risk !
I use it like this. I use this plugin to execute many commands in one command, to give MMOITEMS items and MMOCORE experience and vanilla experience.
한국어
이 플러그인을 사용하면 바닐라보다 더 현실적인 젖짜기 시스템을 추가할 수 있습니다.
■ 젖을 짜는 새로운 동물, 소와 염소 외에도: 양, 암말(말), 당나귀, 낙타.
■ 젖을 짤 때 그 동물마다 명령어를 다르게 실행할 수 있습니다
■ 우유를 모을 때마다 동물당 쿨다운이 추가됩니다.
■ 우유 소비를 비활성화(물약 효과 제거)하여 예를 들어 사용자 지정 제작에만 우유를 보관할 수 있습니다.
■ 각 옵션은 각 동물 유형에 대해 활성화/비활성화할 수 있습니다.
이 플러그인은 1.19/1.20 이전 버전과 그 이상 버전에서 작동할 수 있지만 테스트하지 않았습니다. 사용 시 모든 책임은 사용자에게 있습니다!
저는 이 플러그인을 하나에 명령어에 많은 명령어들이 실행하게 하여
MMOITEMS 아이템과 MMOCORE 경험치와 바닐라 경험치를 지급하도록 사용하고 있습니다
Example
Config
Code (Text):
commands:
cow:
cmd: "goop mythicmobs runSkillAs custommilk %player_name%"
Mythicmobs
Code (Text):
custommilk:
Skills:
- cmd{c=mi give CONSUMABLE COW_MILK <caster.name> 1}} @self
- cmd{c=rpg admin exp give <caster.name> main 1} @self
- cmd{c=rpg admin exp give <caster.name> milkgathering 1} @self
- cmd{c=cmi exp give <caster.name> 1} @self