diff options
| author | Krakenied <krakenied1@gmail.com> | 2025-06-08 18:59:06 +0200 |
|---|---|---|
| committer | Krakenied <46192742+Krakenied@users.noreply.github.com> | 2025-07-29 00:06:46 +0200 |
| commit | d984ff7bcf1d25ccc2977bb909a2fb469c7c9c39 (patch) | |
| tree | 2ed0c362e1d1164fd66ab4d2da672a87282ff342 /docs | |
| parent | afecac14e341dec1e30f4a2639c8cc1337dbe86a (diff) | |
Correct docs for other NPC task types
Diffstat (limited to 'docs')
5 files changed, 8 insertions, 8 deletions
diff --git a/docs/task-types/citizens_interact-(task-type).md b/docs/task-types/citizens_interact-(task-type).md index 73f6bc32..fbda1c97 100644 --- a/docs/task-types/citizens_interact-(task-type).md +++ b/docs/task-types/citizens_interact-(task-type).md @@ -18,8 +18,8 @@ Interact with a Citizens NPC. | Key | Description | Type | Required | Default | Notes | |------------|-------------------------------------------------|---------------------|----------|---------|-------------------------------------| -| `npc-name` | The name of the NPC to interact with. | Boolean | No | \- | Mutually exclusive with `npc-id`. | -| `npc-id` | The id of the NPC to interact with. | Boolean | No | \- | Mutually exclusive with `npc-name`. | +| `npc-name` | The name of the NPC to interact with. | String | No | \- | Mutually exclusive with `npc-id`. | +| `npc-id` | The id of the NPC to interact with. | Integer | No | \- | Mutually exclusive with `npc-name`. | | `worlds` | Worlds which should count towards the progress. | List of world names | No | \- | \- | ## Examples diff --git a/docs/task-types/servernpc_deliver-(task-type).md b/docs/task-types/servernpc_deliver-(task-type).md index 35800f74..971f0ed0 100644 --- a/docs/task-types/servernpc_deliver-(task-type).md +++ b/docs/task-types/servernpc_deliver-(task-type).md @@ -25,7 +25,7 @@ Deliver a set of items to a ServerNPC NPC. | `remove-items-when-complete` | Whether the items should be taken from the player when complete. | Boolean | No | false | If `allow-partial-completion` is true, then this will also be set to true. | | `allow-partial-completion` | Whether any number of items counts towards the task progress. | Boolean | No | true | Setting to true will force `remove-items-when-complete` to true as well. If a player obtains any matching item, it will be immediately taken away from them and added towards the quest progress. | | `npc-name` | The name of the NPC to deliver to. | String | No | \- | Mutually exclusive with `npc-id`. | -| `npc-id` | The id of the NPC to deliver to. | Integer | No | \- | Mutually exclusive with `npc-name`. | +| `npc-id` | The id of the NPC to deliver to. | String | No | \- | Mutually exclusive with `npc-name`. | | `worlds` | Worlds which should count towards the progress. | List of world names | No | \- | \- | ## Examples diff --git a/docs/task-types/servernpc_interact-(task-type).md b/docs/task-types/servernpc_interact-(task-type).md index 129c79e6..278bd8d6 100644 --- a/docs/task-types/servernpc_interact-(task-type).md +++ b/docs/task-types/servernpc_interact-(task-type).md @@ -18,8 +18,8 @@ Interact with a ServerNPC NPC. | Key | Description | Type | Required | Default | Notes | |------------|-------------------------------------------------|---------------------|----------|---------|-------------------------------------| -| `npc-name` | The name of the NPC to interact with. | Boolean | No | \- | Mutually exclusive with `npc-id`. | -| `npc-id` | The id of the NPC to interact with. | Boolean | No | \- | Mutually exclusive with `npc-name`. | +| `npc-name` | The name of the NPC to interact with. | String | No | \- | Mutually exclusive with `npc-id`. | +| `npc-id` | The id of the NPC to interact with. | String | No | \- | Mutually exclusive with `npc-name`. | | `worlds` | Worlds which should count towards the progress. | List of world names | No | \- | \- | ## Examples diff --git a/docs/task-types/znpcsplus_deliver-(task-type).md b/docs/task-types/znpcsplus_deliver-(task-type).md index da379286..0ba25484 100644 --- a/docs/task-types/znpcsplus_deliver-(task-type).md +++ b/docs/task-types/znpcsplus_deliver-(task-type).md @@ -25,7 +25,7 @@ Deliver a set of items to a ZNPCsPlus NPC. | `remove-items-when-complete` | Whether the items should be taken from the player when complete. | Boolean | No | false | If `allow-partial-completion` is true, then this will also be set to true. | | `allow-partial-completion` | Whether any number of items counts towards the task progress. | Boolean | No | true | Setting to true will force `remove-items-when-complete` to true as well. If a player obtains any matching item, it will be immediately taken away from them and added towards the quest progress. | | `npc-name` | The name of the NPC to deliver to. | String | No | \- | Mutually exclusive with `npc-id`. | -| `npc-id` | The id of the NPC to deliver to. | Integer | No | \- | Mutually exclusive with `npc-name`. | +| `npc-id` | The id of the NPC to deliver to. | String | No | \- | Mutually exclusive with `npc-name`. | | `worlds` | Worlds which should count towards the progress. | List of world names | No | \- | \- | ## Examples diff --git a/docs/task-types/znpcsplus_interact-(task-type).md b/docs/task-types/znpcsplus_interact-(task-type).md index d8dc4366..6f4f17ca 100644 --- a/docs/task-types/znpcsplus_interact-(task-type).md +++ b/docs/task-types/znpcsplus_interact-(task-type).md @@ -18,8 +18,8 @@ Interact with a ZNPCsPlus NPC. | Key | Description | Type | Required | Default | Notes | |------------|-------------------------------------------------|---------------------|----------|---------|-------------------------------------| -| `npc-name` | The name of the NPC to interact with. | Boolean | No | \- | Mutually exclusive with `npc-id`. | -| `npc-id` | The id of the NPC to interact with. | Boolean | No | \- | Mutually exclusive with `npc-name`. | +| `npc-name` | The name of the NPC to interact with. | String | No | \- | Mutually exclusive with `npc-id`. | +| `npc-id` | The id of the NPC to interact with. | String | No | \- | Mutually exclusive with `npc-name`. | | `worlds` | Worlds which should count towards the progress. | List of world names | No | \- | \- | ## Examples |
