Configuration/config.yml

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
############################################
# SimpleGUI Creator
# Created by Goblom
############################################
# Please do not write your GUIs in this file. It will not work.
############################################
#
# Each GUI file starts with 'gui-' and ends with '.yml'
# So, if you did /gui ExampleGUI then it will look for the gui with the title "Example GUI" or "ExampleGUI"
#
############################################

# Print out a lot of info to the console.
Debug-Mode: true

# Sign GUI name
# This goes on the top line of a sign
Sign-GUI: "[GUI]"

Debug-Mode: true 

  • At this moment, this does nothing. In the future it will print out much information to the console so that you can fix GUI errors relating to config by yourself

Sign-GUI: "[GUI]"

  • The top level of the sign, this is so you can open GUIs via Signs

Comments

Posts Quoted:
Reply
Clear All Quotes