Supreme Ventures
  • Welcome to Supreme Ventures
  • Important Information
    • Installation & Setup
    • Configuration Options
      • Commons Config
      • Database Engine
      • Message Formats
      • Custom Styling
      • Configure Numbers
      • Timestamps
    • Developer API
    • Official Discord
    • YAML Validator
  • Freebies
    • šŸ“£ShockMOTD
    • šŸ‘»AirHeads
    • šŸ”—Discord Link
      • Commands & Permissions
      • Placeholders
      • Setting up Discord bots
  • Premium Plugins
    • šŸ’¬Chat Core šŸ’²14.49
      • Commands & Permissions
      • Placeholders
    • šŸŽPlayer Gifts šŸ’²7.50
      • Commands & Permissions
    • šŸ’°Premium Credits šŸ’²20.00
      • Commands & Permissions
      • Placeholders
    • ā¬‡ļøVoting šŸ’²15.00
      • Commands & Permissions
      • Placeholders
    • šŸ“ŠPlayer Stats šŸ’²10.00
      • Commands & Permission
      • Placeholders
    • šŸ›”ļøSMP Guilds šŸ’²20.00
      • Commands & Permissions
      • Placeholders
      • Developer API
    • ā¬†ļøPlayer Levels šŸ’²10.00
      • Commands & Permissions
      • Placeholders
      • Placeholder Scripts
  • Libraries
    • šŸ“˜Commons
Powered by GitBook
On this page

Was this helpful?

  1. Important Information
  2. Configuration Options

Commons Config

Gucci Commons Global Settings

All plugins utilize our core library "SVCommonsLib" to create & handle command executions. Being a "one size fits all", Commons handles all aspects of commands such as creating command help pages & whatnot. Most aspects of commands like colors, format, and style of the helps messages all appear the same (the same way old school Massive Core commands worked)

We decided to also include a full config section for styling these generated messages to your liking!

This config file will likely be updated over time to include more options.

sender-must-be-player:
  style: CHAT
  message:
  - <#FC100D><bold>āžœ</bold> You must be a player to use this command!
  sound: minecraft:entity.player.levelup
no-permission:
  style: CHAT
  message:
  - <#FC100D><bold>āžœ</bold> You do not have permission to use this command!
  sound: minecraft:entity.player.levelup
invalid-args:
  style: CHAT
  message:
  - <#FC100D><bold>āžœ</bold> {cause}<gray> {reason}
  sound: minecraft:entity.player.levelup
unknown-sub-command:
  style: CHAT
  message:
  - <#FC100D><bold>āžœ</bold> Unknown sub command
  sound: minecraft:entity.player.levelup
help-page-not-found:
  style: CHAT
  message:
  - ' '
  - <#00fdf1><bold>āžœ</bold> Command Help Usage
  - ' '
  - <#00fdf1>ā–Ž <white>This command has no help pages left! :(
  - <#00fdf1>ā–Ž <white>The available help pages are <#00fdf1>1 - {pages}
  - ' '
  sound: minecraft:entity.player.levelup
help-page-legend:
  style: CHAT
  message:
  - c:<gray>(( <Required>, {Optional} - Hover For Details ))
  sound: minecraft:entity.player.levelup
primary-color: <#00fdf1>
secondary-color: <white>
accent-color: <gray>
required-color: <#FC100D>
optional-color: <#FFCC00>

PreviousConfiguration OptionsNextDatabase Engine

Last updated 7 months ago

Was this helpful?