Tabworks Config - smellyonionman/smellycraft GitHub Wiki
The following nodes are available for your customization in /plugins/Smellycraft/tabWorks.yml
.
settings:
# Number of rows to reserve for display of list entries
rows: 2
# Item with which to fill the divider slots
divider: vine
# Default tab to display when no args specified
default: options
# Enable or disable update checks
update: true
# Switch to any of your own scripts for hot-pluggable task handling - defaults are in sc_common.dsc
scripts:
# For display of text to Global Chat or Actionbar
narrate: sc_common_feedback
# For display of text in titles of GUI menus
GUI: sc_common_marquee
# Custom permission nodes
permissions:
admin: tabworks.admin
use: tabworks.use
# These are localizable messages displayed to the user via global chat or actionbar.
# The bundled narrator displays one line at a time in actionbar mode, and as a sentence in global chat.
messages:
prefix: '&9[&aTab&2Works&9]'
reload: '&9Plugin has been reloaded.'
description: 'Multidimensional GUI fit for almost any purpose.'
missing_common: '&This plugin uses code contained in sc_common.yml. Visit https://smellycraft.com/d/common for the most recent version.'
missing_script: '&9 Script &a[script] &9was not detected. &c Installation not complete. &9An alternative is available in the Common Files.'
args_i: '&9Unused arguments: &c[args]'
badmenu:
- '&cPlease select a choice from the provided list'
manual_perms:
- '&9Plugin reloaded. &cWarning:'
- '&9Your permissions plugin treats &cnull &9as &ctrue.'
- '&9You must deny negative permissions &cexplicitly&9.'