FabianN/MC-Bukkit-HelpExtra

HelpExtra for CommandSigns

Opened this issue · 6 comments

My apologies if there is a different place I should submit this to (I'm new to github), but I created a HelpExtra file for the mod CommandSigns v0.5.1 (link: http://forums.bukkit.org/threads/mech-commandsigns-v0-5-1-issue-commands-using-signs-740-766.16173/ )

Here is the text of the YAML file:

CommandSigns:
command: help commandsigns
description: Displays CommandSigns commands.
main: true
plugin: CommandSigns
permissions: commandSigns.super
commandsign-enable:
command: commandsign enable
description: Enables the next command sign you right-click on.
main: false
plugin: CommandSigns
permissions: commandSigns.super
commandsign-enable-uses:
command: commandsign enable
description: Enables the next command sign you right-click on with a number of uses.
main: false
plugin: CommandSigns
permissions: commandSigns.super
commandsign-enable-xyz:
command: commandsign enable
description: Enables the command sign at x,y,z.
main: false
plugin: CommandSigns
permissions: commandSigns.super
commandsign-enable-uses-xyz:
command: commandsign enable
description: Enables the command sign at x,y,z with a number of uses.
main: false
plugin: CommandSigns
permissions: commandSigns.super
commandsign-enable-xyz-world:
command: commandsign enable
description: Enables the command sign in world at x,y,z.
main: false
plugin: CommandSigns
permissions: commandSigns.super
commandsign-enable-xyz-world:
command: commandsign enable
description: Enables the command sign in world at x,y,z.
main: false
plugin: CommandSigns
permissions: commandSigns.super
commandsign-enable-uses-xyz-world:
command: commandsign enable
description: Enables the command sign in world at x,y,z with a number of uses.
main: false
plugin: CommandSigns
permissions: commandSigns.super
commandsign-disable:
command: commandsign disable
description: Disables the next command sign you right-click on.
main: false
plugin: CommandSigns
permissions: commandSigns.super
commandsign-disable-xyz:
command: commandsign disable
description: Disables the command sign at x,y,z.
main: false
plugin: CommandSigns
permissions: commandSigns.super

I can take it like this. Won't get to it right away but I'll get it in.(school's keeping me busy)

And everyone's new at some point. I'm fairly new and still have lots to learn myself.
Quick pointer:

Read over the help files to get an idea of how to use the tools:
http://help.github.com/
Unless you want to start your own project the important sections for you is the setup and forking.
Forking and using the git tools takes a lot of work off of me, all I have to do is approve the merge of your changes.

Here, I uploaded the file to Mediafire so you can add it more easily: http://www.mediafire.com/?4866j6jn14ivp92

I think you misread his post.

"Read over the help files to get an idea of how to use the tools:
http://help.github.com/
Unless you want to start your own project the important sections for you is the setup and forking.
Forking and using the git tools takes a lot of work off of me, all I have to do is approve the merge of your changes."

Oh I get it now. I'll figure out forking and do that. Thanks karrth

Whoops, I completely forgot about doing this merge. Doh! I'll add this one myself, but yes, read over the sections on setup and forking to figure out how to make edits to a project and then just send the changes to me. Once you've got it setup up it's about the same amount of work for you and significantly less work for me.

Okay, I think I hopefully succeeded in forking the project and pushing files for AssignPermissions, IBICF, MonsterBox, and PortalStick. Tell me if I failed at that.