βοΈConfiguration
Configuration
π Full Default Configuration
# Please do not modify the 'v' field, it is used to detect updates
# If modified, it can cause data loss!
v: ${project.version}
# Disables automatic backups, the backups are made when the plugin is upgraded to a newer version
disable-automatic-backup: false
# Used for the test server, not meant for production or use in any other way
test-mode: false
test-mode-menus: []
# Enable to show full errors when something fails, this is currently W.I.P
show-stacktrace: false
# Disables the "/gui !!" message
disable-last-gui-message: false
debug:
enabled: false
chat-fetcher-exit-message-cooldown: 10 # unit is seconds
gui-settings:
# Anything not mentioned here will have -1 row, helpful in cases such as dispenser, hopper, dropper, etc.
# If you try to set rows for a menu type such as dispenser, hopper, etc, it would have no effect on them
default-rows:
chest: 3
# Delay in ticks to update placeholders in the gui
update-delay: 1
# disable the commands while in chat fetcher
disable-commands-chat-fetcher: true
disable-guis-chat-fetcher: true
disable-scenes-help: false
disable-editor-close-message: true
# Disables embedding data within item's nbt, this is used to store custom data such as
# lore pages, clicks, conditions, etc, if disabled it will not save within the item
# so if you were to misclick an item and pick it up, all data for that item would be lost
disable-item-data-saving: false
# This enables a feature that if a file such as for example, "messages.yml" is deleted and
# the plugin is reloaded (not server restarts), the file will be recreated with all it's contents
# but this DOES NOT apply to GUI configurations.
data-protection: false
command-settings:
gui-command:
name: "gui"
aliases: [ "guiplus", "gplus", "gp" ]
description: "Main command for the GUIPlus plugin"π§ Options Explained
Version Field
Automatic Backups
Test Mode
Stack Trace Display
Last GUI Message
Debug Mode
Chat Fetcher Exit Cooldown
GUI Settings
Chat Fetcher Command/GUI Blocking
Scene Help
Editor Close Message
Item Data Saving (NBT)
Data Protection
Command Settings
β Previous
Next β
Last updated