|
| 1 | +general-topics: |
| 2 | + <topic name>: |
| 3 | + header: |
| 4 | + message: A custom help "topic" to show when the user types "`/help <topic>`". |
| 5 | + shortText: |
| 6 | + description: | |
| 7 | + The first line of the help entry, used as a summary in index pages. |
| 8 | +
|
| 9 | + This is formatted with legacy "&" style formatting. |
| 10 | + default: '""' |
| 11 | + fullText: |
| 12 | + description: | |
| 13 | + The remaining lines of this help entry. |
| 14 | +
|
| 15 | + This is formatted with legacy "&" style formatting. |
| 16 | + default: '""' |
| 17 | + permission: |
| 18 | + description: | |
| 19 | + The permission required to view this help entry. |
| 20 | +
|
| 21 | + If this is empty/not set, the entry does not require a permission. |
| 22 | + default: '""' |
| 23 | + |
| 24 | +index-topics: |
| 25 | + <topic name>: |
| 26 | + header: |
| 27 | + message: | |
| 28 | + A composite help topic index. |
| 29 | +
|
| 30 | + If the topic name is the special value "Default", |
| 31 | + it will override the automatically generated index used for /help with no arguments. |
| 32 | + shortText: |
| 33 | + description: | |
| 34 | + The short text used in other index topics. |
| 35 | +
|
| 36 | + This is not displayed when showing this topic itself. |
| 37 | +
|
| 38 | + This is formatted with legacy "&" style formatting. |
| 39 | + default: '""' |
| 40 | + preamble: |
| 41 | + description: | |
| 42 | + Information to show before the index. |
| 43 | +
|
| 44 | + This is formatted with legacy "&" style formatting. |
| 45 | + default: '""' |
| 46 | + permission: |
| 47 | + description: | |
| 48 | + A custom permission required to view this help entry. |
| 49 | +
|
| 50 | + If this is empty/not set, the entry does not require a permission. |
| 51 | + default: '""' |
| 52 | + commands: |
| 53 | + description: | |
| 54 | + What to show in the index. |
| 55 | +
|
| 56 | + This is a list of commands, or other help topics. |
| 57 | +
|
| 58 | + They will be displayed in the order they are listed here |
| 59 | + in "topic name: short text" format. |
| 60 | +
|
| 61 | + Each entry is a maximum of 1 minimum-width chat line (55 chars). |
| 62 | + default: "[]" |
| 63 | + |
| 64 | +amended-topics: |
| 65 | + <topic name>: |
| 66 | + shortText: |
| 67 | + description: | |
| 68 | + A replacement for the short text of the topic. |
| 69 | +
|
| 70 | + If this is empty/not set, the original short text is used. |
| 71 | +
|
| 72 | + If this contains the literal string `<text>`, it will be replaced with the original short text. |
| 73 | +
|
| 74 | + This is formatted with legacy "&" style formatting. |
| 75 | + default: '""' |
| 76 | + fullText: |
| 77 | + description: | |
| 78 | + A replacement for the full text of the topic. |
| 79 | +
|
| 80 | + If this is empty/not set, the original full text is used. |
| 81 | +
|
| 82 | + If this contains the literal string `<text>`, it will be replaced with the original full text. |
| 83 | +
|
| 84 | + This is formatted with legacy "&" style formatting. |
| 85 | + default: '""' |
| 86 | + permission: |
| 87 | + description: | |
| 88 | + Overrides the permission required to view this help entry. |
| 89 | +
|
| 90 | + If this is empty/not set, the original permission is NOT used, instead no permission is required. |
| 91 | + default: '""' |
| 92 | + |
| 93 | +ignore-plugins: |
| 94 | + description: | |
| 95 | + A list of plugins to ignore when generating help topics for registered commands. |
| 96 | +
|
| 97 | + If "All" is included, all plugins are ignored. |
| 98 | +
|
| 99 | + If the special plugin name "Bukkit" is included, all commands registered by Bukkit are ignored. |
| 100 | + default: "[]" |
| 101 | + |
| 102 | +command-topics-in-master-index: |
| 103 | + description: | |
| 104 | + Whether to allow command topics (topics starting with a `/`) to be shown in the main index. |
| 105 | +
|
| 106 | + This is the index shown when the user types "`/help`" or "`/help <page>`". |
| 107 | + Command alias topics are always hidden. |
| 108 | + default: "true" |
0 commit comments