MeowDialogue
作者:rebot | 分类:模组
Minecraft 版本: 1.21.4 1.21.5 1.21.6 1.21.7 1.21.8 1.21.9 1.21.10 1.21.11
平台: paper
标签: social utility
Requirements
EN
With this plugin, you can create interactive dialogues and display them to specific players. Dialogues can execute commands, and you can add response options at certain stages, allowing you to launch a new dialogue based on the player's choice.
RU
С помощью этого плагина вы можете создавать интерактивные диалоги и показывать их определённым игрокам. Диалоги поддерживают выполнение команд, а также позволяют добавлять варианты ответов на определённых этапах, с возможностью запуска нового диалога в зависимости от выбранного ответа.
Commands
/mf start <name> <player> - starts the dialogue for the player
/mf set-camera-location <name> - sets camera position
Permissions
meow-dialogue.access - access to all commands
Dialogue from the video
meow_dialogue.yml ``` config: hide-players: true one-time: false see-through-blocks: false location: 182.22 38.50 -72.13 World camera-location: 185.12691645309974 37.0 -74.32455882897389 36.033577 1.9499935 world smooth-teleport: true char-sound: ui.button.click per-char: true background-color: '#1e1f22' background-alpha: 100 line-width: 120 use-slowness: true char-sound-pitch: 2 make-invisible: true save-start-location: true dialogue: '1': text: '&aHello, I am &f&l%player_name%!&r&a Meet the &5MeowDialogue &aplugin!' char-delay: 2 location-offset: 0 0 0 '2': text: This plugin allows you to create visual dialogues right in Minecraft. char-delay: 2 location-offset: 0 0 0 3d: text: Move the dialogue anywhere you want! char-delay: 2 location-offset: 1 0 0 3пd: text: '&l&6Literally anywhere!' char-delay: 2 location-offset: -1 1 4 '3': text: You can not only &nwrite&r texts, but also &nrun&r commands! char-delay: 2 location-offset: 0 0 0 '4': text: Here's a diamond for you! %give %player_name% diamond%%title %player_name% subtitle "Wow!"%%title %player_name% title ""% char-delay: 2 location-offset: 0 0 0 adad: text: Want to choose response options? char-delay: 2 location-offset: 0 0 0 answers: '1': text: '&7[&2Yes&7]' offset: 0.5 -0.5 0.5 commands: - md start meow_dialogue_2 %player_name% '4': text: '&7[&4No&7]' offset: -0.5 -0.5 -0.5 commands: [] '5': text: I think you should’ve answered &nyes&r! char-delay: 2 location-offset: 0 0 0 ``` meow_dialogue_2.yml ``` config: hide-players: true one-time: false see-through-blocks: true location: 183.60 37.50 -71.73 World camera-location: 185.12691645309974 37.0 -74.32455882897389 36.033577 1.9499935 world smooth-teleport: true char-sound: ui.button.click per-char: true background-color: '#1e1f22' background-alpha: 100 line-width: 120 use-slowness: true char-sound-pitch: 2 make-invisible: true save-start-location: true dialogue: '1': text: This is a different dialogue branch! char-delay: 2 location-offset: 0 0 0 1asd: text: AWESOME! char-delay: 0 location-offset: -2 0 3 '5': text: Thank you for using MeowDialogue. Good luck and see you soon! char-delay: 2 location-offset: 0 0 0 ```请登录后举报
暂无评论,抢个沙发吧~