Commands.yml Help!

Status
This thread has been locked.
PebbleHost
High performance, consistent uptime and fast support. Minecraft hosting that just works.

Theo J

Entrepreneur | IB/CS Student
Supreme
Feedback score
38
Posts
1,405
Reactions
960
Resources
0
Include your commands.yml file here in a pastebin or code snippet and I'll do that for you.

I don't know the exact format off the top of my head, but if I have the one example in the file, I can get it setup.
 

ExplosiveGinger

Aspiring Server Owner
Premium
Feedback score
4
Posts
200
Reactions
25
Resources
0
Include your commands.yml file here in a pastebin or code snippet and I'll do that for you.

I don't know the exact format off the top of my head, but if I have the one example in the file, I can get it setup.
Code:
# 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: #spigot @ irc.spi.gt
#    (If this means nothing to you, just go to http://www.spigotmc.org/pages/irc/ )
# Forums: http://www.spigotmc.org/
# Bug tracker: http://www.spigotmc.org/go/bugs

command-block-overrides: []
aliases:
  icanhasbukkit:
  - version $1-
 

Ene Adrian-Splash

Premium
Feedback score
2
Posts
84
Reactions
33
Resources
0
MyCommand can do that.
I will give you and how to write
Code:
'plugin':
command: /plugin
type: ALIAS
alias: /help
 

Theo J

Entrepreneur | IB/CS Student
Supreme
Feedback score
38
Posts
1,405
Reactions
960
Resources
0
Code:
# 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: #spigot @ irc.spi.gt
#    (If this means nothing to you, just go to http://www.spigotmc.org/pages/irc/ )
# Forums: http://www.spigotmc.org/
# Bug tracker: http://www.spigotmc.org/go/bugs

command-block-overrides: []
aliases:
  plugins:
  - help
  pl:
  - help

Let me know if this works.
 
Last edited:

ExplosiveGinger

Aspiring Server Owner
Premium
Feedback score
4
Posts
200
Reactions
25
Resources
0
Code:
# 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: #spigot @ irc.spi.gt
#    (If this means nothing to you, just go to http://www.spigotmc.org/pages/irc/ )
# Forums: http://www.spigotmc.org/
# Bug tracker: http://www.spigotmc.org/go/bugs

command-block-overrides: []
aliases:
  plugins:
  - help
  pl:
  - help

Let me know if this works.
Thanks Man!
 
Status
This thread has been locked.
Top