Help.yml - Official BukkitWiki
bukkit.fandom.com › wiki › HelpHelp.yml is a file that provides you with a wide variety of options for configuring the help system in your CraftBukkit server. The help system can be accessed from the chat window or server console by typing the /help command. By default you should not need to modify help.yml. Help topics for all plugin commands are automatically provided by or extracted from your installed plugins. You only ...
bukkit.yml · GitHub
https://gist.github.com/Nicofisi/4fd2ad89436e26920c7598541e459a40bukkit.yml # This is the main configuration file for Bukkit. # As you can see, there's actually not that much to configure without any plugins. # For a reference for any variable inside this file, check out the Bukkit Wiki at # http://wiki.bukkit.org/Bukkit.yml # # If you need help on this file, feel free to join us on irc or leave a message
Plugin YAML - Official BukkitWiki
bukkit.fandom.com › wiki › Plugin_YAMLWhen Bukkit loads a plugin, it needs to know some basic information about it. It reads this information from a YAML file, 'plugin.yml'. This file consists of a set of attributes, each defined on a new line and with no indentation. A command block starts with the command's name, and then has a list of attributes. A permission block starts with the permission's name and is followed by nodes of ...
bukkit.yml · GitHub
gist.github.com › Nicofisi › 4fd2ad89436e26920cbukkit.yml. This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters. # This is the main configuration file for Bukkit. # As you can see, there's actually ...