mirror of
https://github.com/PaperMC/Paper.git
synced 2024-11-29 19:52:55 +01:00
Update/improve configuration documentation.
This commit is contained in:
parent
9131f5b550
commit
00b3721f07
2 changed files with 16 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
# 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
|
||||
# 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
|
||||
|
@ -9,7 +9,7 @@
|
|||
# IRC: #bukkit @ esper.net
|
||||
# (If this means nothing to you, just go to http://webchat.esper.net/?channels=bukkit )
|
||||
# Forums: http://forums.bukkit.org/forums/bukkit-help.6/
|
||||
# Twitter: http://twitter.com/Craftbukkit
|
||||
# Twitter: http://twitter.com/CraftBukkit
|
||||
# Bug tracker: http://leaky.bukkit.org/
|
||||
|
||||
|
||||
|
|
|
@ -1,4 +1,17 @@
|
|||
# This is the commands configuration file for Bukkit.
|
||||
# For documentation on how to make use of this file, check out the Bukkit Wiki at
|
||||
# http://wiki.bukkit.org/Commands.yml
|
||||
#
|
||||
# If you need help on this file, feel free to join us on irc or leave a message
|
||||
# on the forums asking for advice.
|
||||
#
|
||||
# IRC: #bukkit @ esper.net
|
||||
# (If this means nothing to you, just go to http://webchat.esper.net/?channels=bukkit )
|
||||
# Forums: http://forums.bukkit.org/forums/bukkit-help.6/
|
||||
# Twitter: http://twitter.com/CraftBukkit
|
||||
# Bug tracker: http://leaky.bukkit.org/
|
||||
|
||||
command-block-overrides: []
|
||||
aliases:
|
||||
icanhasbukkit:
|
||||
- version
|
||||
- "version $1-"
|
||||
|
|
Loading…
Reference in a new issue