Skip to content

Commit

Permalink
add a few guide links
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmonkey4eva committed Oct 8, 2019
1 parent 53c250b commit 1fdd4b5
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
Expand Up @@ -26,6 +26,7 @@ public class FlagCommand extends AbstractCommand implements Listener {
// @Required 1
// @Short Sets or modifies a flag on the player, NPC, entity, or server.
// @Group core
// @Guide https://guide.denizenscript.com/guides/basics/flags.html
//
// @Description
// The flag command sets or modifies custom value storage database entries connected to
Expand Down
Expand Up @@ -19,6 +19,7 @@ public class NoteCommand extends AbstractCommand {
// @Required 2
// @Short Adds or removes a notable object.
// @Group core
// @Guide https://guide.denizenscript.com/guides/advanced/notables.html
//
// @Description
// Add or remove a notable object that can be referenced in events or scripts.
Expand Down
Expand Up @@ -25,6 +25,7 @@ public class ZapCommand extends AbstractCommand implements Listener {
// @Required 0
// @Short Changes the current script step.
// @Group core
// @Guide https://guide.denizenscript.com/guides/npcs/interact-scripts.html
//
// @Description
// TODO: Document Command Details
Expand Down
Expand Up @@ -19,6 +19,7 @@ public class AssignmentCommand extends AbstractCommand {
// @Plugin Citizens
// @Short Changes an NPC's assignment.
// @Group npc
// @Guide https://guide.denizenscript.com/guides/npcs/assignment-scripts.html
//
// @Description
// Changes an NPC's assignment as though you used the '/npc assignment' command.
Expand Down
Expand Up @@ -20,6 +20,7 @@ public class TriggerCommand extends AbstractCommand {
// @Required 1
// @Short Enables or disables a trigger.
// @Group npc
// @Guide https://guide.denizenscript.com/guides/npcs/interact-scripts.html
//
// @Description
// TODO: Document Command Details
Expand Down

0 comments on commit 1fdd4b5

Please sign in to comment.