Skip to content

Commit

Permalink
license bump and meta fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmonkey4eva committed Jan 1, 2022
1 parent 5c709aa commit 3772167
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion LICENSE.txt
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2019-2021 The Denizen Script Team
Copyright (c) 2019-2022 The Denizen Script Team

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -55,7 +55,7 @@ Copyright (C) 2013-2019 The Denizen Script Team, All Rights Reserved.

The MIT License (MIT)

Copyright (c) 2019-2021 The Denizen Script Team
Copyright (c) 2019-2022 The Denizen Script Team

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
Expand Up @@ -25,10 +25,16 @@ public class ClickTrigger extends AbstractTrigger implements Listener {
// @name Click Triggers
// @group NPC Interact Scripts
// @description
// Click Triggers are triggered when when a player right clicks the NPC.
// Click Triggers are triggered when a player right clicks the NPC.
//
// These are very basic with no extraneous complexity.
//
// <code>
// click trigger:
// script:
// - narrate "hi <player.name>"
// </code>
//
// They can optionally have an item matcher with multiple triggers, for the item in the player's hand. For example:
// <code>
// click trigger:
Expand Down

0 comments on commit 3772167

Please sign in to comment.