aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--docs/task-types/citizens_interact-(task-type).md4
-rw-r--r--docs/task-types/servernpc_deliver-(task-type).md2
-rw-r--r--docs/task-types/servernpc_interact-(task-type).md4
-rw-r--r--docs/task-types/znpcsplus_deliver-(task-type).md2
-rw-r--r--docs/task-types/znpcsplus_interact-(task-type).md4
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