Custom text content - PluginsCDTribe/VexView GitHub Wiki

Edit Custom text content

First, open the plugins\VexView\text folder, create a new yourtextname.yml

A standard text file should be like this:

#GUI X location (Set to -1 to center)

x: 0

#GUI Y location (Set to -1 to center)

y:0

text:

- '这是自定义的消息文本'

- '&a谁说不能彩色字体的'

- '这个GUI可以自定义图片与文本'

- '在announce.yml中编辑'

- '这只是一个GUI样式的一种,你可以使用自定义的GUI样式'

Test

Now we set our text in guifilename.yml

text: 'yourtextname'

Let's join the game!