Path: blob/main/stable-download/java/bukkit_command/help.yml
8641 views
# This is the help configuration file for Bukkit.1#2# By default you do not need to modify this file. Help topics for all plugin commands are automatically provided by3# or extracted from your installed plugins. You only need to modify this file if you wish to add new help pages to4# your server or override the help pages of existing plugin commands.5#6# This file is divided up into the following parts:7# -- general-topics: lists admin defined help topics8# -- index-topics: lists admin defined index topics9# -- amend-topics: lists topic amendments to apply to existing help topics10# -- ignore-plugins: lists any plugins that should be excluded from help11#12# Examples are given below. When amending command topic, the string <text> will be replaced with the existing value13# in the help topic. Color codes can be used in topic text. The color code character is & followed by 0-F.14# ================================================================15#16# Set this to true to list the individual command help topics in the master help.17# command-topics-in-master-index: true18#19# Each general topic will show up as a separate topic in the help index along with all the plugin command topics.20# general-topics:21# Rules:22# shortText: Rules of the server23# fullText: |24# &61. Be kind to your fellow players.25# &B2. No griefing.26# &D3. No swearing.27# permission: topics.rules28#29# Each index topic will show up as a separate sub-index in the help index along with all the plugin command topics.30# To override the default help index (displayed when the user executes /help), name the index topic "Default".31# index-topics:32# Ban Commands:33# shortText: Player banning commands34# preamble: Moderator - do not abuse these commands35# permission: op36# commands:37# - /ban38# - /ban-ip39# - /banlist40#41# Topic amendments are used to change the content of automatically generated plugin command topics.42# amended-topics:43# /stop:44# shortText: Stops the server cold....in its tracks!45# fullText: <text> - This kills the server.46# permission: you.dont.have47#48# Any plugin in the ignored plugins list will be excluded from help. The name must match the name displayed by49# the /plugins command. Ignore "Bukkit" to remove the standard bukkit commands from the index. Ignore "All"50# to completely disable automatic help topic generation.51# ignore-plugins:52# - PluginNameOne53# - PluginNameTwo54# - PluginNameThree55565758