Skip to content

What is VexView

LK520 edited this page Apr 12, 2018 · 15 revisions

Getting Start

What is VexView?

It allows you to open a custom GUI for the player, and you can customize buttons, pictures, text messages, a full server-controlled GUI.

Join announcement configuration

Let's first take a look at announcement.yml(Join announcement configuration)

选用的gui(新建一个gui请在VexView\gui文件夹内编辑)

gui: 'normal'

#玩家进服打开Gui延迟(设置为-1取消该功能)

delay: 60

#是否开启Authme支持,开启后,玩家登陆后显示GUI

authme: true

#自定义图片内容

image: 'example'

#自定义消息内容

text: 'text'

#自定义按钮文件

buttons:

— 'test'

authme、dalay项先不看,我们看看另外的三项内容,要给玩家打开一个自定义的GUI 首先就是要想好GUI的样式、GUI里面的内容。 因此,我们需要一些已经定义好的内容来帮助我们构造一个GUI界面。 text、image、gui、buttons(文本内容、图片内容、展示界面、按钮组件)正是我们需要定义的东西。

If you have any other questions, welcome to our Discord

Thanks to the translators: ☁ Danniel ☁ (English/Spanish)

Clone this wiki locally