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
#-----------------------------------------------------------------------------------------------------------# | |
# MyCommand Commands config file (last update v5.5.0) # | |
# # | |
# BukkitDev Help page : https://dev.bukkit.org/projects/mycommand/pages/getstarted # | |
# # | |
# How to make a command : (See an example command below) # | |
# For first, put your command name on first line # | |
# Now put your command_line name after the "command:" line. Don't forget the '/' before your command. # | |
# So, now select your command type from a predefined list putting it after "type" line # | |
# COMMAND TYPE LIST : # |