Skip to content

Instantly share code, notes, and snippets.

@PiggiesGoSqueal
Created April 29, 2018 15:55
Show Gist options
  • Save PiggiesGoSqueal/96bbd1cbaefc7523c12d6f7a2f3a0cd7 to your computer and use it in GitHub Desktop.
Save PiggiesGoSqueal/96bbd1cbaefc7523c12d6f7a2f3a0cd7 to your computer and use it in GitHub Desktop.
Config
# Plugin configuration for FastCraft
# If the language specified does not exist, a new language file will
# be added to the lang folder in the FastCraft plugin directory.
# Available languages:
# English (EN), Deutsch (DE), Español (ES)
# Русский язык (RU), Čeština (CS),
# Türkçe (TR), Nederlands (NL),
# 中文 (ZH-CN), 台語 (ZH-TW),
# Tiếng Việt (VI), Polskie (PL)
language: EN
# Whether FastCraft is enabled for players by default.
default-enabled: true
# Toolbar settings
# gap: Hide/show the gap above the toolbar.
# layout: Position of buttons in the toolbar, or -1 to hide.
# multiplier-order: The multipliers used by the multiplier button.
toolbar:
gap: true
layout:
page-prev: 0
page-next: 8
multiplier: 3
workbench: 4
refresh: 5
multiplier-order: 1, 2, 3, 4, 6, 8, 12, 16, 24, 32, 48, 64
# If true, extra messages will be written to the console.
debug: false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment