Denizen/0.7/Troubleshooting: Difference between revisions
Davidcernat (talk | contribs) No edit summary |
No edit summary |
||
(2 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
For more up-to-date information and full details on specific features (individual commands or tags, for example), check the [https://one.denizenscript.com/denizen/cmds/ Meta Documentation]. | |||
If you want a full tutorial to help get you set up, check out the [https://one.denizenscript.com/denizen/cmds/denizen/vids Tutorial Videos] on youtube or the [https://guide.denizenscript.com/ Beginner's Guide] text website. | |||
If you need quick help, visit our [https://discord.gg/Q6pZGSR Discord group]. | |||
<br><br><br> | |||
<span style="font-family:natalya-alternate-one; font-size:300%; margin-right:-7px; margin-left:-10px;">This wiki is outdated, please view the tutorial videos/guide, meta documentation, or Discord group (all linked above) for up-to-date information!</span> | |||
<s> | |||
<div style="font-family:camingodos-web; font-size:100%;"> | <div style="font-family:camingodos-web; font-size:100%;"> | ||
<div style="float:right;margin-left:2.0em; padding:10px; font-family:camingodos-web; font-size:110%; ">__TOC__</div> | <div style="float:right;margin-left:2.0em; padding:10px; font-family:camingodos-web; font-size:110%; ">__TOC__</div> | ||
Line 9: | Line 22: | ||
=== Assignments not working? === | === Assignments not working? === | ||
<div style="margin-right:2.0em; padding:10px; font-family:camingodos-web; font-size:110%;"> | <div style="margin-right:2.0em; padding:10px; font-family:camingodos-web; font-size:110%;"> | ||
To check assignments on a Denizen use <tt>/denizen info</tt> with the NPC selected to make sure assignments have taken. This also shows other great information, such as bookmarks and activities. If you are the NPC's owner you can also sneak and right click to view this info. See: [[Denizen/In_Game_Commands#Info-Click|Info-Click]] | To check assignments on a Denizen use <tt>/denizen info</tt> with the NPC selected to make sure assignments have taken. This also shows other great information, such as bookmarks and activities. If you are the NPC's owner you can also sneak and right click to view this info. See: [[Denizen/0.7/In_Game_Commands#Info-Click|Info-Click]] | ||
If assignments are not showing up, ensure that your <tt>assignments.yml</tt> is properly formatted, you've saved your assignments.yml, and you've used <tt>/denizen reload</tt>. Also check spelling of the Denizen NPCs name. This is case-sensitive! See: [[Denizen/In_Game_Commands#Denizen_Reload|Reload Command]] | If assignments are not showing up, ensure that your <tt>assignments.yml</tt> is properly formatted, you've saved your assignments.yml, and you've used <tt>/denizen reload</tt>. Also check spelling of the Denizen NPCs name. This is case-sensitive! See: [[Denizen/0.7/In_Game_Commands#Denizen_Reload|Reload Command]] | ||
</div> | </div> | ||
=== Trigger not working? === | === Trigger not working? === | ||
<div style="margin-right:2.0em; padding:10px; font-family:camingodos-web; font-size:110%;">Denizen NPCs, by default, have only their Click Trigger and Chat Triggers enabled. Use <tt>/denizen trigger list</tt> to see the status of the triggers for your NPC. Red means disabled. See: [[Denizen/In_Game_Commands#Trigger_Toggles|Trigger Command]] | <div style="margin-right:2.0em; padding:10px; font-family:camingodos-web; font-size:110%;">Denizen NPCs, by default, have only their Click Trigger and Chat Triggers enabled. Use <tt>/denizen trigger list</tt> to see the status of the triggers for your NPC. Red means disabled. See: [[Denizen/0.7/In_Game_Commands#Trigger_Toggles|Trigger Command]] | ||
<br> | <br> | ||
You may also have a plugin conflict. If you suspect this, try disabling all plugins except Permissions, Citizens2, and Denizen to see if the problem persists. | You may also have a plugin conflict. If you suspect this, try disabling all plugins except Permissions, Citizens2, and Denizen to see if the problem persists. | ||
Line 31: | Line 44: | ||
[[Category:Denizen 0.7]] | [[Category:Denizen 0.7]] | ||
</s> |
Latest revision as of 16:10, 24 March 2020
For more up-to-date information and full details on specific features (individual commands or tags, for example), check the Meta Documentation.
If you want a full tutorial to help get you set up, check out the Tutorial Videos on youtube or the Beginner's Guide text website.
If you need quick help, visit our Discord group.
This wiki is outdated, please view the tutorial videos/guide, meta documentation, or Discord group (all linked above) for up-to-date information!
Denizen can seem a bit complicated at first, especially when you don't know what to look for when something isn't working exactly like you want. Luckily, if you are having problems, there are several tools available to help you.
Assignments not working?
To check assignments on a Denizen use /denizen info with the NPC selected to make sure assignments have taken. This also shows other great information, such as bookmarks and activities. If you are the NPC's owner you can also sneak and right click to view this info. See: Info-Click
If assignments are not showing up, ensure that your assignments.yml is properly formatted, you've saved your assignments.yml, and you've used /denizen reload. Also check spelling of the Denizen NPCs name. This is case-sensitive! See: Reload Command
Trigger not working?
You may also have a plugin conflict. If you suspect this, try disabling all plugins except Permissions, Citizens2, and Denizen to see if the problem persists.
Script not working as intended?
Still having problems, what now?