• 欢迎来到Minecraft插件百科!
  • 对百科编辑一脸懵逼?帮助:快速入门带您快速熟悉百科编辑!
  • 因近日遭受攻击,百科现已限制编辑,有意编辑请加入插件百科企鹅群:223812289

Help.yml

来自Minecraft插件百科
Normalight讨论 | 贡献2015年8月12日 (三) 00:02的版本
跳转至: 导航搜索
              'help.yml是帮助文件,可以帮助新手服主们查看指令'


  1. This is the help configuration file for Bukkit.
  2. By default you do not need to modify this file. Help topics for all plugin commands are automatically provided by
  3. or extracted from your installed plugins. You only need to modify this file if you wish to add new help pages to
  4. your server or override the help pages of existing plugin commands.
  5. This file is divided up into the following parts:
  6. -- general-topics: lists admin defined help topics
  7. -- index-topics: lists admin defined index topics
  8. -- amend-topics: lists topic amendments to apply to existing help topics
  9. -- ignore-plugins: lists any plugins that should be excluded from help
  10. Examples are given below. When amending command topic, the string <text> will be replaced with the existing value
  11. in the help topic. Color codes can be used in topic text. The color code character is & followed by 0-F.
  12. ================================================================
  13. Set this to true to list the individual command help topics in the master help.
  14. command-topics-in-master-index: true
  15. Each general topic will show up as a separate topic in the help index along with all the plugin command topics.
  16. general-topics:
  17. Rules:
  18. shortText: Rules of the server
  19. fullText: |
  20. &61. Be kind to your fellow players.
  21. &B2. No griefing.
  22. &D3. No swearing.
  23. permission: topics.rules
  24. Each index topic will show up as a separate sub-index in the help index along with all the plugin command topics.
  25. To override the default help index (displayed when the user executes /help), name the index topic "Default".
  26. index-topics:
  27. Ban Commands:
  28. shortText: Player banning commands
  29. preamble: Moderator - do not abuse these commands
  30. permission: op
  31. commands:
  32. - /ban
  33. - /ban-ip
  34. - /banlist
  35. Topic amendments are used to change the content of automatically generated plugin command topics.
  36. amended-topics:
  37. /stop:
  38. shortText: Stops the server cold....in its tracks!
  39. fullText: <text> - This kills the server.
  40. permission: you.dont.have
  41. Any plugin in the ignored plugins list will be excluded from help. The name must match the name displayed by
  42. the /plugins command. Ignore "Bukkit" to remove the standard bukkit commands from the index. Ignore "All"
  43. to completely disable automatic help topic generation.
  44. ignore-plugins:
  45. - PluginNameOne
  46. - PluginNameTwo
  47. - PluginNameThree