Denizen/0.6: Difference between revisions

From Citizens Wiki
No edit summary
 
(46 intermediate revisions by 5 users 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://meta.denizenscript.com/ Meta Documentation].
If you want a full tutorial to help get you set up, check out 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>
<br><br><br>
<s>{{Alert
|title = Version warning.
|text= This documentation is for Denizen 0.6 and is out of date.
Denizen 0.6 is not compatible with the latest builds of C2 or Bukkit 1.3.1.
See this link for the latest download of Denizen 0.7.
[http://ci.citizensnpcs.net/job/Denizen Link]'''
Preliminary documentation for Denizen 0.7 is available [[Denizen/0.7|here]] '''Please be aware this page may contain errors.
|bc= red
|bgc= white
}}</s>
{{CharacterWithExamples
{{CharacterWithExamples
| PICTURE      = Denizen.png
| PICTURE      = Denizen.png
| AUTHOR      = aufdemrand
| AUTHOR      = aufdemrand
| NAME        = Denizen
| NAME        = Denizen
| VERSION    = 0.6 Build #71
| VERSION    = 0.6 Build #124
| CITIZENSBUILD  = 2.0 dev build (Latest)
| CITIZENSBUILD  = 2.0 Beta
| DEVSTATUS    = ALPHA
| DEVSTATUS    = BETA
| DEPENDS = Vault, a permissions system, and an economy system
| DEPENDS = Vault
| DOWNLOADLINK  = http://ci.citizensnpcs.net/view/Characters/job/Denizen/lastSuccessfulBuild/artifact/target/denizen-0.6.jar
| DOWNLOADLINK  = http://ci.citizensnpcs.net/view/Characters/job/Denizen/124/artifact/target/denizen-0.6.jar
| DOWNLOADEXAMPLESLINK = http://dl.dropbox.com/u/129951/Denizen%20Alpha%20Example%20Configs.zip
| DOWNLOADEXAMPLESLINK = http://dl.dropbox.com/u/44002922/Start-up%20Kit.zip
| DESCRIPTION  = Scriptable, interactive citizens!
| DESCRIPTION  = Scriptable, interactive citizens!
}}
}}
<br>
<s>
<span style="word-spacing:3;letter-spacing:2">
<div style="float:left clear:both; margin-left:0.5em; margin-bottom:2.0em">__TOC__</div>
Denizens are a great way to add [http://en.wikipedia.org/wiki/MUD MUD-style] RPG Citizens (and some other features) to your server. Denizen NPCs use mini scripts with steps and events to interact with the player and world. They can be used in hundreds (thousands?) of different ways, from tutorials, to questing, to administrating and more!<br>
 
<div style="margin-right:2.0em; padding:10px">
Denizens are a great way to add [http://en.wikipedia.org/wiki/MUD MUD-style] RPG Citizens (and some other features) to your server. Denizen NPCs use mini scripts with steps and events to interact with the player and world. Imagine interactive gate-keepers, magical wizards, experience trainers, bankers, talking townspeople and more! They can be used in thousands of different ways, from tutorials, to questing, to administrating.. your imagination is just about the limit!
</div>
 
== Script Repository ==
<imagemap>Image:Script Repository.png|
rect 2 26 280 104 [http://form.jotform.us/form/21498151597160|]
rect 286 26 555 104 [https://www.dropbox.com/sh/hw6x3f980maa8d9/DNtzAw8cn3]
#<!-- Created by Online Image Map Editor (http://www.maschek.hu/imagemap/index) -->
</imagemap>
 
== Change Log ==
<div style="margin-right:2.0em; padding:10px">
Here's what's new!


'''Note to beta users pre-build 98:''' File structure has changed over the last few builds up to 98. The <code>Denizens:</code> node now has its own YML file called assignments. You will need to create this file and cut/paste the node from your config.yml. It's also recommended that you download the new [[Denizen config.yml]] since some nodes have changed or been expanded upon. Denizen location and block bookmarks are also now stored in saves.yml. You will need to migrate those there, or recreate them before using scripts that use bookmarks. See [[#File Structure]] for more information on the new file structure.


'''Script Repository:'''<br>
'''0.6 Build #104'''
[http://form.jotform.us/form/21498151597160 Submit your Denizens Scripts here to share.]<br>
* Added PLAYERTASK command. LOCATION QUESTS! (This is for you, Ratkoon)
[https://www.dropbox.com/sh/hw6x3f980maa8d9/DNtzAw8cn3 View Shared Scripts]<br>


'''0.6 Build #98'''
* Update to file structure. saves.yml now contains all information that the denizen plugin writes. This includes player progression/completion/etc. information, denizen location bookmarks, etc. If edited by hand, probably best to shut down the server first. Any existing information in the players: node and denizen location bookmark information needs to be either recreated or migrated into saves.yml.
* Added HEAL and HURT commands. Use HEAL [# of health] or HURT [# of health].
* Added CHANGE command to change the type of block at a block bookmark. Use CHANGE [Block Bookmark] [#:#|MATERIAL_TYPE].
* Added ATTACK command. Use like FOLLOW.
* GIVE and TAKE should now also accept #:# format as well as MATERIAL_TYPE.
* Added ENGAGE and DISENGAGE commands. When a Denizen is ENGAGE'd, no other interaction will be registered with the NPC until DISENGAGED. This could be useful for keeping players from 'repeating steps' while mid-script. Use ^ENGAGE at the beginning of the script and DISENGAGE at the end.
* Requirements using items can now use #:# syntax to check item typeId and data.
* Requirements WORLD, POTION_EFFECT, NAME, PERMISSION, and GROUP can check for multiple names/nodes.
* FINISHED can now check for a specific amount of times a player has finished. Use: FINISHED # [name of script].
* Script combiner should now only pick up .yml files.
* Various other bug fixes.


'''Changelog:'''<br>
'''0.6 Build #82'''
* Requirements code reformat is done, thanks for being patient if you were watching the Jenkins!
* FINISH command now increments a counter so you can check for a certain number of FINISHes. Use: <code>FINISHED (# of times) [name of script]</code>. The # is optional and will assume 1 if not specified. There's a chance that this broke any recorded FINISHes that may be in your config. Sorry about that. You can manually change them from True to 1 to fix this. New FINISHes will overwrite without any issues.
* TIME requirement can now check for DAWN and DUSK in addition to DAY and NIGHT.
* Requirements that use items can now use the #:# (typeId:data) format. So, for gray wool, 35:7. You can still specify just WOOL and any color will do.
* Script combiner will now only read .yml files, this fixes issues with hidden files in your scripts file corrupting the combined read-only-scripts.yml.
* NAME, WORLD, PERMISSION, GROUP, POTION_EFFECT can now all use multiple arguments. For example, <code>WORLD world_1 world_2 world_3 world_4</code> will return true if one of the worlds listed matches. You can use up to 24 arguments.


'''0.6 Build #71'''
'''0.6 Build #71'''
Line 28: Line 99:
* Added config node chat_globally_if_no_chat_triggers
* Added config node chat_globally_if_no_chat_triggers


'''0.5.3 Build #60'''
<br>
* PlayerQue now uses ConcurrentHashMap to avoid ConcurrentModificationException. (Thanks tenowg!)
You can see more at the full [[Denizen changelog]].
* <code>/denizen reload</code> and <code>/denizen save</code> can now be used in the console.
</div>
* Check for interact_delay_in_ticks = 0 and change it to 1. (Thanks Sparta!) Probably a good idea to keep this at least 10, though.


'''0.5.3 Build #56'''
== Known caveats ==
* Added FAIL command. Sets the script as 'FAILED' for checking with requirements. Note: A script can still be FAILED and FINISHED, they are seperate.
<div style="margin-right:2.0em; padding:10px">
* Added FAILED requirement. Use FAILED [Name of Script]. Remember: SCRIPT NAMES ARE CaSe SeNsItIvE!
There are some 'issues' with Denizen that we are aware of, and thought that you should be too. Keep in mind that we're working hard to fix these, as soon as possible.
* Added RESET command. This can be used to reset the FAILED or FINISHED status of a script. Use RESET FAILED|FINISHED [Name of Script].
* Added small warning on the /denizen help stating that many commands listed there do not yet work -- this is a beta, people, I'm working on them :P
* Documenting /denizen adddata|decdata|getdata. Nothing to do with Denizens, really, but handy for checking/switching block data. Try it on a tree.
* Fixed WAIT command. It actually works as intended now.


'''0.5.3 Build #48'''
* I've been having problems getting the NPCs to WALKTO a bookmarked location that is far away.
* Extended use of LOOK command. Can now specify a location bookmark to set Pitch and Yaw of a Denizen. Note: When making Location Bookmarks, your Pitch and Yaw are recorded along with your XYZ position. Use: LOOK [Location Bookmark]. Existing arguments, CLOSE and AWAY, are still valid. Additional note: LOOK CLOSE will override the set pitch/yaw, so be sure LOOK AWAY is used beforehand, or be sure LOOK CLOSE was not engaged.
* When close to a Denizen that is RESPAWNing, it sometimes won't actually spawn until you back away from it.
* Fixed issue with RESPAWN command.
* Multi-line CHATting loses color codes second line on.
* Fixed issue with talking to Denizens close to one another. Players now only speak to the very closest Denizen.
</div>
* Added TELEPORT command to teleport the player to a Denizen's location bookmark. Use TELEPORT [Location Bookmark].
* Added REFUSE command to take a permission from the player. Use REFUSE [name.of.permission.node].  


It is suggested you use the latest builds of C2.
== Before using Denizens ==
<div style="margin-right:2.0em; padding:10px">
Denizens are in BETA! Expect a few bugs here and there! There is little error handling for scripts that contain bad syntax, so if you are getting errors while processing a script, the first thing you should do it check the script syntax. I'm working hard to catch errors, but every once in awhile you'll find one that requires a /reload or server restart. If you do come across any errors beyond bad syntax, please  report them to the [http://www.github.com/aufdemrand/Denizen/issues Github Issues page for Denizens]. You can also get assistance with Denizens on the [irc://irc.esper.net #citizens IRC channel on EsperNET] from me (aufdemrand) when available. I'm usually there working hard to add awesome features and squashing bugs.


'''0.5.3 Build #42'''
Denizen is not a drag-and-go type of plugin. In fact, Denizen won't do anything unless you assign and define scripts to NPCs. It's highly customizable and you should expect that to be able to write scripts, it is suggested you read the entirety of this wiki document. I'm always around IRC to help out, but please don't ask about the basics unless you have consulted here first.
* SWITCH now activates redstone. Sorry about that folks.
* WAIT command added.
* SPAWN command added.
* Other code optimizations/cleanup.


Big thanks to the hardworking beta testers in #citizens! Thank you!
Denizens '''REQUIRES''' you to have [http://dev.bukkit.org/server-mods/vault/ Vault] installed. You also should have a Permissions System and and Economy System for best results.
 
</div>
'''0.5.3 Build #25'''
* NARRATE command now replaces <NPC> properly.
* Denizens no longer requires you to be the owner of the NPC to use commands.
* Tweaked multi-line engine to accomodate for extra long names.
* ZAP now uses getName instead of getDisplayName (Sorry if this causes issues with current progress.)


'''0.5.3 Alpha'''
== Getting started with Denizen ==
* Added SWITCH command. Denizens can now flip levers!
<div style="margin-right:2.0em; padding:10px">
* Added Denizen Project to [http://ci.citizensnpcs.net/job/Denizen/ Citizens Jenkins]!
The easiest way to use Denizen for the first time is to download the [http://dl.dropbox.com/u/44002922/Start-up%20Kit.zip Start-up Kit] with sample .yml configuration files and scripts. This includes the default config file, sample scripts, and sample assignments to get you started. Denizen relies on a few files to run properly, so let's first go over the file structure.
</div>


'''0.5.2 Alpha:'''
=== File Structure ===
* Fixed requirements WEARING and -TIME. Note: PermissionsBukkit users are still having problems with GROUP.
[[File:Figure 1 - Denizen file structure.png|250px|thumb|right|Denizen File Structure]]
* Added FOLLOW, TAKE, NARRATE, and CAST commands.
<div style="margin-right:2.0em; padding:10px">
Smaller update than I planned, stay tuned for more!
Denizen requires the use of a few different YML files to operate properly. This includes a config.yml, assignments.yml, scripts, and saves.yml.  
</div>


'''0.5.1 Alpha:'''
==== config.yml ====
* Fixed requirements... they should all work now, except haven't tested requirements which can have an enchantment.
<div style="margin-right:2.0em; padding:10px">
* Added the ability to give Denizens 'Location Bookmarks'. Use /denizen bookmark location [name].
The Denizen config.yml contains nodes to alter the stock behavior and look of Denizen. You'll notice that Denizen does not create its own config.yml. Why is this? Denizen stores its entire config inside memory, so it's not necessary to have a copy inside the Denizen folder unless you need to change the defaults. You can use the config.yml to override those defaults. Not having Denizen write to the config.yml itself (as well as scripts files, and assignments.yml) ensures that upon a <code>/denizen reload</code>, the config.yml, between a save and reload, is never changed when you don't want it to. This also keeps code comments inside the YML files stay intact, exactly the way you left them from last edit allowing you to leave yourself and others detailed notes and ideas.
* Added WALKTO, PERMISS, FINISH, RESPAWN, WEATHER and EXECUTE commands.
* Started to flesh out /denizen help
* Added activity scheduler.


Note: I've been having problems getting the NPCs to WALKTO a bookmarked location that is far away. Working on it.
This file can be reloaded into from disk to Denizen memory at any time by using <code>/denizen reload</code>.


Up next: Activity scripts.
See: [[Denizen config.yml]] for a stock copy and explanation of all available options.
</div>


Timeline:<br>
==== assignments.yml ====
* Alpha -- You are here.<br>
<div style="margin-right:2.0em; padding:10px">
* Beta 1 -- All functionality used in the example config files.<br>
This YML is where you can define all the options and information for your Denizen NPCs. This will be explained further along in this document, but the most common information in this file is [Interact Script Assignments], [Activity Script Schedule], and [Custom Interact Texts].
* Beta 2 -- Additional functionality additional content pre-documented in this wiki.<br>
* 1.0 -- Bug fixes from Beta plus your ideas and contributions.<br>
* 1.5 -- Online script writer/manager.<br>
* 2.0 -- Profit???<br>


This file can be reloaded from disk into Denizen memory at any time by using <code>/denizen reload</code>.


== Before using Denizens ==
See: [[#A basic assignment]] for information on how to get started with assignments.
</div>


Denizens are in ALPHA! Expect bugs! There is ZERO error handling for wrong scripts. If you would be so kind, please report them to the [http://www.github.com/aufdemrand/Denizen/issues Github Issues page for Denizens]. You can also get assistance with Denizens on the [irc://irc.esper.net #citizens IRC channel on EsperNET] from me (aufdemrand) when available. I'm working hard to add awesome features and to squash any bugs.
==== saves.yml ====
<div style="margin-right:2.0em; padding:10px">
This file is not meant to be edited by hand, Denizen will create and populate this file automatically as needed. It stores important information such as player progression, Denizen location and block bookmarks, active activity script progression and more. If you absolutely need to make changes by hand, it's best to stop the server, edit, and then restart your server, as this file is constantly being written to by Denizen which will overwrite any changes you make.


Denizens won't do anything unless you assign and define scripts. This is not a drop-and-go type of plugin, instead it's highly customizable and you should expect that to be able to write scripts, you are suggested to read the entirety of this wiki document. I'm always around IRC to help out, but please don't ask about the basics unless you have consulted here first.
This file saves periodically, and automatically, upon progression and a server stop.
</div>


Denizens '''REQUIRES''' you to have [http://dev.bukkit.org/server-mods/vault/ Vault] installed. You also should have a Permissions System and and Economy System for best results.
==== read-only-scripts.yml ====
<div style="margin-right:2.0em; padding:10px">
This is another files that Denizen creates and should not be edited by hand. This is a combination of the files contained in the scripts folder that Denizen reads from.  


Some items in the wiki are  in <del>strikethrough</del>. These are features that I have started to document, but have not yet been put into Denizen itself.
This file is populated on a server restart, or by using the <code>/denizen reload</code> command.
</div>


== What will Denizens have to offer? ==
==== /scripts/ folder ====
<div style="margin-right:2.0em; padding:10px">
This folder is where Denizen will read all the script information from. Upon a server load or <code>/denizen reload</code>, the files are combined and put into the read-only-scripts.yml for the Denizen to read from. This allows better organization of scripts to be maintained, since the amount of scripts can easily get into the triple digits.


<span style="word-spacing:3;letter-spacing:2">
The files in the plugins/Denizen/scripts/ folder can be named whatever you please, as long as they end in <code>.yml</code>. Be sure not to duplicate script names from file to file as this will cause problems.  
There are lots of cool things that the Denizens plugin has to offer, such as:
* YAML scripted NPCs (Denizens) with a multitude of flexibility.
* Triggered scripts on click, chat, location, and more!
* Listener scripts run scripts when the player does a specific task.
* Activity scripts run around the clock, and keep your Denizens lively.
* MUD-like chat interface. <code>You say to the Denizen, 'Very RPG!'</code>
* Completely customizable user experience let's you keep Denizens within your theme.


All these features are documented here, and it is recommended you read the entire document when using Denizens. First, let's get into the basics of scripted NPCs with Trigger Scripts.
See: [[#A basic trigger script]] for information on how to get started with scripts.
</div>


== Writing Scripts and Assignments ==
<div style="margin-right:2.0em; padding:10px">
Still reading? Great! You're on your way to writing some sweet scripts. Let's start out with the basics: Trigger Scripts and Assignments. Denizen needs two things to be functional. A script, and an assignment. Scripts, obviously, hold instructions that are carried out when triggered. Assignments hold information on which scripts should trigger, and when. Bear with me, and keep reading!
</div>


== A basic trigger script ==
==== A basic trigger script ====
<div style="margin-right:2.0em; padding:10px">
First, we need a script. The great thing about a Denizen script is that it can be simple or advanced, short or long, thanks to a wide array of commands and functions at your disposal. Scripts can work with, extend, and rely on one another to create rich, interactive gameplay. Each script has at least 2 parts, Requirements and Steps. For now, let's take this very simple script as an example. We'll get more detailed later on.


<span style="word-spacing:3;letter-spacing:2">
Remember: Scripts are defined in <code>plugins/Denizen/scripts/</code> folder. They can be put into any YML file contained in that directory. You may need to create the directory yourself if no scripts yet exist.
First, we need a script. Scripts can be simple or very powerful, thanks to a wide array of commands and functions at your disposal. Each script has at least 2 parts, Requirements and Steps. For now, let's take this very simple script as an example. We'll get more detailed later on.
 
Scripts are defined in plugins/Denizen/scripts/nameofscript.yml. See the main scripts section for more information.


<pre>
<pre>
Line 138: Line 198:
</pre>
</pre>


So what just happened there? A quick literal translation: This script is named 'Daytime in the City'. This name is used when assigning Denizen NPCs their scripts to use. When the script is called by a trigger, in this case a 'Click Trigger', for it to activate the Requirements set must be met, more specifically ALL of the requirements set. In this example, the only requirement is that the time in the world is daytime. If the Requirements are met, the script defined in the 'Click Trigger' is sent to be run. It will have the Denizen NPC chat to the player 'Welcome to the city! Isn't it beautiful in the daytime?'.
So what just happened there? A quick literal translation: This script is named <code>'Daytime in the City'</code>. This name is used when assigning Denizen NPCs their scripts to use. When the script is called by a trigger, in this case a <code>'Click Trigger'</code>, for it to activate the Requirements set must be met, more specifically <code>ALL</code> of the requirements set. In this example, the only requirement is <code>TIME DAY</code> which requires the current time in the world to be daytime. If the Requirements are met, the script defined in the <code>'Click Trigger'</code> is sent to be run. It will have the Denizen NPC chat to the player 'Welcome to the city! Isn't it beautiful in the daytime?'.
 
But before the script can be triggered, it needs to be assigned.</span>
 


== A basic assignment ==
But before the script can be triggered, it needs to be assigned.
</div>


<span style="word-spacing:3;letter-spacing:2">
==== A basic assignment ====
<div style="margin-right:2.0em; padding:10px">
In order for a Denizen to be associated with a script, he needs to be assigned to it. The following shows a simple assignment format.  
In order for a Denizen to be associated with a script, he needs to be assigned to it. The following shows a simple assignment format.  


Assignments are defined in the Denizens node found in plugins/Denizen/config.yml and must be done by hand, for now. Once you edit the config.yml, immediately save and use /denizen reload in-game.
Assignments are defined in the Denizens node found in plugins/Denizen/assignments.yml and must be done by hand. Once you edit the config.yml, immediately save and use /denizen reload in-game.


<pre>
<pre>
Line 156: Line 215:
     - 10 Daytime in the City   
     - 10 Daytime in the City   
     Texts:
     Texts:
       No Scripts To Trigger: 'I have nothing to say to you at this time.'
       No Requirements Met: 'Come back during the day!'
 
</pre>
</pre>


Another literal translation. This assignement will work for Denizens named 'Steve'. Triggers that involve this NPC, such as a 'Click Trigger' will call the script named 'Daytime in the City'. The 10 before the name is the script priority, useful when assigning multiple scripts, but we'll get into that next. If no scripts meet requirements (in this case -- if it's NOT daytime when clicking on Steve), 'No Scripts To Trigger' will run instead. So to reiterate, if the player clicks on Steve during the daytime, the player will get a chat containing 'Welcome to the city! Isn't it beautiful in the daytime?' If the player clicks during the nighttime, since the script requirements are not met, the player will see a chat containing 'I have nothing to say to you at this time.'
Let's break this down again. This assignement will work for Denizens named <code>'Steve'</code>. Triggers that involve this NPC, such as a <code>'Click Trigger'</code> will call the script named <code>'Daytime in the City'</code>. The <code>10</code> before the name is the script priority, useful when assigning multiple scripts, but we'll get into that next. If no scripts meet requirements (in this case -- if it's NOT daytime when clicking on Steve), the text defined in the <code>Texts:</code> node called 'No Requirements Met' will trigger instead. So to reiterate, if the player clicks on Steve during the daytime, the player will get a chat containing 'Welcome to the city! Isn't it beautiful in the daytime?' If the player clicks during the nighttime, since the script requirements are not met, the player will see a chat containing 'Come back during the day!'. Note that the default <code>No Requirements Met</code> text can be changed in the <code>config.yml</code>.
 
</div>
== Multiple Scripts ==


<span style="word-spacing:3;letter-spacing:2">
==== Multiple Script Assignments ====
The key to Denizens being dynamic is their ability to handle multiple situations. This is done by multiple script assignments. Let's take this example configs below to see how script priority is handled.
<div style="margin-right:2.0em; padding:10px">
The key to Denizens being dynamic is their ability to handle multiple scripts in different situations. This is done by assigning a priority to script assignments. Let's take this example configs below to see how script priority is handled. The below code references <code>assignments.yml</code> and a <code>script.yml</code>.


<pre>
<pre>
---- Config.yml ----
---- assignments.yml ----


Denizens:                         
Denizens:                         
   'Steve':                         
   'Steve':                         
     Interact Scripts:                       
     Interact Scripts:                       
      - 0 Regular Joe
    - 0 Regular Joe
      - 10 Joe the Builder   
    - 10 Joe the Builder   


---- Scripts.yml ----
---- script.yml ----


'Regular Joe':
'Regular Joe':
Line 198: Line 256:
       Click Trigger:
       Click Trigger:
         Script:
         Script:
        - ENGAGE
         - CHAT Hello <PLAYER> the Builder! Take this shovel!
         - CHAT Hello <PLAYER> the Builder! Take this shovel!
         - GIVE WOOD_SPADE 1
         - GIVE WOOD_SPADE 1
         - FINISH
         - FINISH
        - DISENGAGE
</pre>
</pre>


Denizen Steve has been assigned two scripts. Upon player interaction, each script is checked for met requirements. If only one script has their requirements met, it's clear what script will be returned. But what if both meet requirements? That's where the number before each script assigned comes in. Higher priority always wins. To break down this specific situation, if a player with the 'modifyworld.*' permission clicks on Steve, both scripts meet the requirements, but since the script 'Joe the Builder' has a priority of 10, and 'Regular Joe' only has a priority of 0, 'Joe the Builder' sends its script. 'Regular Joe' is simply ignored. Denizens can be issued as many scripts as you want.  If two scripts have the same priority, the first in the list will be the one to trigger, if both scripts meet their requirements.
Denizen <code>Steve</code> has been assigned two scripts. Upon player interaction, each script is checked for met requirements. If only one script has their requirements met, it's clear what script will be returned. But what if both meet requirements? That's where the number before each script assigned comes in. Higher priority always wins. To break down this specific situation, if a player with the 'modifyworld.*' permission clicks on Steve, both scripts meet the requirements, but since the script 'Joe the Builder' has a priority of 10, and 'Regular Joe' only has a priority of 0, 'Joe the Builder' sends its script. 'Regular Joe' is simply ignored. Denizens can be issued as many scripts as you want.  If two scripts have the same priority, the first in the list will be the one to trigger, if both scripts meet their requirements.
 
</div>
== Some other basic things to note ==


<span style="word-spacing:3;letter-spacing:2">
==== Things to Note, Thus Far ====
<div style="margin-right:2.0em; padding:10px">
Denizens with the same name use the same script assignments. The plus to this is the ability to quickly make 'generic NPCs' such as a 'Townsman' or 'Miner'.
Denizens with the same name use the same script assignments. The plus to this is the ability to quickly make 'generic NPCs' such as a 'Townsman' or 'Miner'.
In the YAML files, nodes are case sensitive! 'Scripts:' will work. 'scripts:' will not! All nodes are first letter capital, rest of the word lowercase.
= YAML Ain't Markup Lanugage =


All the scripts and configuration nodes are in YAML. Remember! Spacing is CRITICAL when dealing with YAML files. Each parent node and sibling node should follow the spacing and formatting guidelines set forth by the YAML 1.0 standard.
All the scripts and configuration nodes are in YAML. Remember! Spacing is CRITICAL when dealing with YAML files. Each parent node and sibling node should follow the spacing and formatting guidelines set forth by the YAML 1.0 standard.


From the official 1.0 YAML Specs, this is section 4.2.1 on Indentation:
In all the examples used in this guide, 2 spaces are used for indenting. Generally, whatever you choose should be maintained through your YAML document. No tabs are allowed in YAML files.
 
''YAML streams use lines and spaces to convey structure. This requires special processing rules for white space (space and tab).''
 
''In a YAML character stream, structure is often determined from indentation, where indentation is defined as a line break character followed by zero or more space characters. With one notable exception, a node must be more indented than its parent node. All sibling nodes must use the exact same indentation level, however the content of each such node could be further indented. Indentation is used exclusively to delineate structure and is otherwise ignored; in particular, indentation characters must never be considered part of the document's content.''
 
''Tab characters are not allowed in indentation since different systems treat tabs differently. To maintain portability, YAML's tab policy is conservative; they shall not be used. Note that most modern editors may be configured so that pressing the tab key results in the insertion of an appropriate number of spaces.''


In all the examples used in this guide, 2 spaces are used for indenting. Generally, whatever you choose should be maintained through your YAML document.
In the YAML files, nodes are case sensitive! 'Scripts:' will work. 'scripts:' will not! All nodes are first letter capital, rest of the word lowercase. Scripts names follow this rule too!


YAML tutorials can be intimidating, but [http://wiki.ess3.net/wiki/YAML_Tutorial this small tutorial on the Essentials wiki] is pretty useful for basic YAML, which is the extent of which Denizens uses.
YAML tutorials can be intimidating, but [http://wiki.ess3.net/wiki/YAML_Tutorial this small tutorial on the Essentials wiki] is pretty useful for basic YAML, which is the extent of which Denizens uses.
</div>


== Assignments in Detail ==


= Denizens Node in detail =
== Trigger Scripts in detail ==
 
<div style="margin-right:2.0em; padding:10px">
In addition to handling the script assignments, there are also a few other things that are declared in the Denizens node. Let's take this example to show the different options. Note: Some of the functionality in this has not yet been discussed, you may need to read further.
The general structure of a script should always include the 'Name', 'Type', 'Requirements', and 'Steps' nodes. These are required.
 
<code>
Denizens:                       
  'Steve':                       
    Interact Scripts:                     
      - 10 Joe the Builder 
    Options:
      <del>Languages: HU EN</del>
      <del>Chat Name: Steve the Master Builder</del>
      <del>Finish Cooldown: 600</del>
    Texts:
      <del>Finish Cooldown:</del>
      No Scripts To Trigger: I have nothing for you at this time!
      <del>Interact Cooldown: That's all I have for now! Come back later!</del>
</code>
 
 
== Denizen Options ==
 
<code>
* <del>Languages:</del>
*: </code><del>Adds a spoken/understood language to the Denizen. Languages are defined in the Languages: node. See: [[#Languages]]</del><code>
* <del>Finish Cooldown:</del>
*: </code><del>Sets a delay for the speed in which you can trigger scripts between <code>FINISH</code>es. If the selected script only has a simple reward, this is a way to control how fast the player can re-trigger the NPC. In the above example, clicking on Steve will trigger the script 'Joe the Builder' in which he hands over a Shovel. With an interact cooldown specified, it keeps the player from getting a shovel every click. Instead, the player must wait 600 seconds. This will also delay any other script from triggering, if the script is required! Useful scenario: Script 1 gives a wood shovel, Script 2 gives a wood sword, but requires Script 1 to be complete first. To keep the player from redeeming Script 2 right away, use a Finish Cooldown.</del>
<code>
* <del>Chat Name:</del>
*: </code><del>Allows you to expand on a Denizens name, or completely change it. If this is set, all chat heard from the Denizen will use this 'Chat Name' instead of the actual NPCs name, which can only be one word. Note: On Human NPCs, this will NOT change the name above them in-game. For now, that is coded into the Minecraft client, which this plugin can not modify.</del>
<code></code>
 
 
== Denizen Texts ==
<code>
* No Scripts To Trigger:
*: </code>If no scripts meet requirements, this message is CHATted instead.
<del><code>
* Cooldown Not Yet Met:
*: </code>If an <code>Interact Cooldown:</code> is set and not yet satisfied, this message is CHATted instead.
</del>
 
 
= Scripts Node in detail =
 
The general structure of a script should always include the 'Name', 'Requirements', and 'Steps' nodes. These are required. You can optionally include 'Options', which include other conditions, such as if the script should have a cool-down or is not repeatable.
 
Scripts are defined in the plugins/Denizen/plugins/ folder. Any .yml file in that directory will be loaded into Denizen. For example purposes on this website, reference to scripts.yml is made.
 


== General layout of a Script ==
Scripts are defined in the plugins/Denizen/scripts/ folder. Any .yml file in that directory will be loaded into Denizen. For example purposes on this website, reference to script.yml is made.
</div>


<span style="word-spacing:3;letter-spacing:2">
==== General layout of a Trigger Script ====
<div style="margin-right:2.0em; padding:10px">
<pre>
<pre>
'Name of script':  # Name Node
'Name of script':  # Name Node
   Type: ...        # Type Node
   Type: Trigger    # Type Node
   Requirements:    # Requirements Node
   Requirements:    # Requirements Node
     ...:
     ...:
Line 297: Line 305:
     ...:
     ...:
</pre>
</pre>
</div>


 
==== Name Node ====
== Name Node ==
<div style="margin-right:2.0em; padding:10px">
 
<span style="word-spacing:3;letter-spacing:2">
This node is pretty self-explanatory, but here are some things to keep in mind.
This node is pretty self-explanatory, but here are some things to keep in mind.
* Names, just like nodes are case-sensitive! <code>'This script name'</code> is different than <code>'THIS SCRIPT NAME'</code>.
* Names, just like nodes are case-sensitive! <code>'This script name'</code> is different than <code>'THIS SCRIPT NAME'</code>.
* Names that contain spaces must have single or double quotes around it. ie: <code>"This script":</code> or <code>'This script':</code> is acceptable.
* Names that contain spaces must have single or double quotes around it. ie: <code>"This script":</code> or <code>'This script':</code> is acceptable.
* If the name includes a single quote in it, you must use double quotes around it, or 'escape' the quote with another quote. ie: <code>"John's Script":</code> or <code>'John<nowiki>''</nowiki>s Script':</code>
* If the name includes a single quote in it, you must use double quotes around it, or 'escape' the quote with another quote. ie: <code>"John's Script":</code> or <code>'John<nowiki>''</nowiki>s Script':</code>
</div>


==== Type Node ====
<div style="margin-right:2.0em; padding:10px">
Let's Denizen know the type of script. For trigger scripts, as explained in this section, use <code>TYPE: TRIGGER</code>.
</div>


== Type Node ==
==== Requirements Node ====
 
<div style="margin-right:2.0em; padding:10px">
<span style="word-spacing:3;letter-spacing:2">
I've been getting questions about the type node. The truth is, while this isn't technically required as of yet, there will soon be a couple more different types of scripts, and for the sake of forward compatibility, I believe this node will be used to easily distinguish between the different types. For the scripts that are explained here, use <code>Type: Trigger</code>. In the near future I have planned Activity type scripts and another types I haven't come up with a good name for, yet :D
 
 
== Requirements Node ==
 
<span style="word-spacing:3;letter-spacing:2">
This node sets the rules for the player to qualify for the script. There are a couple different options that you should know when using requirements. For example:
This node sets the rules for the player to qualify for the script. There are a couple different options that you should know when using requirements. For example:


Line 329: Line 334:


This would be a difficult script to obtain, for sure. To trigger, the time would have to be after 16000, but before 0, the player would need one million dollars on hand (or whatever economy you use), and the weather must be storming! But it shows the flexibility of requirements. First is the 'Mode'. Currently there are three different types. Second is the requirement type, with arguments if applicable.
This would be a difficult script to obtain, for sure. To trigger, the time would have to be after 16000, but before 0, the player would need one million dollars on hand (or whatever economy you use), and the weather must be storming! But it shows the flexibility of requirements. First is the 'Mode'. Currently there are three different types. Second is the requirement type, with arguments if applicable.
</code>
</div>


 
===== Mode Types =====
=== Mode Types ===
<div style="margin-right:2.0em; padding:10px">
<code>[] indicates required field
<code>[] indicates required field


Line 341: Line 348:
*: </code>Requires NO requirements to be met.<code>
*: </code>Requires NO requirements to be met.<code>
</code>
</code>
</div>


 
===== Requirements Types =====
=== Requirements Types ===
<div style="margin-right:2.0em; padding:10px">
<code>[] indicates required field, () indicates an optional field, OR indicates alternative usage.
<code>[] indicates required field, () indicates an optional field, OR indicates alternative usage.


* NAME [Player Name] (or this Player Name) (or this Player Name..) (Etc..)
* NAME [Player Name] (or this Player Name) ...
*: </code>Requires a specific player.<code>
*: </code>Requires a specific player.<code>


* ITEM <nowiki>[</nowiki>[[ITEM_NAME]]<nowiki>]</nowiki> (# of that item, or more)
* ITEM <nowiki>[</nowiki>[[ITEM_NAME|#:#]]<nowiki>]</nowiki> (# of that item, or more)
*: </code>Requires the player to have an item in their inventory.  You can also specify an amount and enchantment.<code>
*: </code>Requires the player to have an item in their inventory.  You can also specify an amount.<code>


* WEARING <nowiki>[</nowiki>[[ITEM_NAME]]<nowiki>]</nowiki>
* WEARING <nowiki>[</nowiki>[[ITEM_NAME|#]]<nowiki>]</nowiki>
*: </code>Requires the player to be wearing a specific piece of armor.<code>
*: </code>Requires the player to be wearing a specific piece of armor.<code>


* HOLDING <nowiki>[</nowiki>[[ITEM_NAME]]<nowiki>]</nowiki> (# of that item, or more)
* HOLDING <nowiki>[</nowiki>[[ITEM_NAME|#:#]]<nowiki>]</nowiki> (# of that item, or more)
*: </code>Requires the player to have an item in their hand. You can also specify an amount and enchantment.<code>
*: </code>Requires the player to have an item in their hand. You can also specify an amount.<code>


* TIME [Day|Night]  OR  TIME [0-23999] [1-24000]
* TIME [Day|Night|Dusk|Dawn]  OR  TIME [0-23999] [1-24000]
*: </code>Requires day or night. Alternatively you can specify a time window.<code>
*: </code>Requires day or night. Alternatively you can specify a time window.<code>


Line 370: Line 378:
*: </code>Requires clear skies.  Note: This can still trigger at night as it does not check time.<code>
*: </code>Requires clear skies.  Note: This can still trigger at night as it does not check time.<code>


* WORLD [World Name] (or this World Name) (or this World Name..) (Etc..)
* WORLD [World Name] (or this World Name) (or this World Name) ...
*: </code>Requires the player to be in a specific world, or worlds.  You can check as many as you'd like with one line.<code>
*: </code>Requires the player to be in a specific world, or worlds.  You can check as many as you'd like with one line.<code>


* PERMISSION [this.permission.node]
* PERMISSION [this.permission.node] (or this permission.node) ...
*: </code>Requires one of the listed permission nodes. Only one is required. If you require multiple permission nodes, use multiple entries.<code>
*: </code>Requires one of the listed permission nodes. Only one is required. If you require multiple permission nodes, use multiple entries.<code>


Line 379: Line 387:
*: </code>Requires a specific Minecraft XP level, or a range of levels.<code>
*: </code>Requires a specific Minecraft XP level, or a range of levels.<code>


* FINISHED [Script Name]
* FINISHED (# of times) [Script Name]
*: </code>Requires a specific script to be <code>FINISH</code>ed. Remember: Script names are case-sensitive!<code>
*: </code>Requires a specific script to be <code>FINISH</code>ed. Remember: Script names are case-sensitive! You can specify a certain number of times, as well. Using this as a negative requirement is a good way to put a limit on how many times a player can do a script.<code>


* FAILED [Script Name]
* FAILED [Script Name]
*: </code>Requires a specific script to be <code>FAIL</code>ed. Remember: Script names are case-sensitive!<code>
*: </code>Requires a specific script to be <code>FAIL</code>ed. Remember: Script names are case-sensitive!<code>


* GROUP [Name of Group]
* GROUP [Name of Group] (or this Group) ...
*: </code>Requires the player be a member of a group. Requires a Permissions system that allows groups, such as PermissionsEX.<code>
*: </code>Requires the player be a member of a group. Requires a Permissions system that allows groups, such as PermissionsEX.<code>


Line 393: Line 401:
* POTIONEFFECT [POTION_EFFECT]
* POTIONEFFECT [POTION_EFFECT]
*: </code>Requires the player to be under the influence of a specific potion. You can use 'ANY' to specify the player just be under the influence of a potion, without being specific as to which type.
*: </code>Requires the player to be under the influence of a specific potion. You can use 'ANY' to specify the player just be under the influence of a potion, without being specific as to which type.
</div>


=== Negative Requirements Types ===
===== Negative Requirements Types =====
 
<div style="margin-right:2.0em; padding:10px">
Requirements can also be 'negative' requirements. In the Requirements List, just place a '-' in front of the requirement to inverse its logic. For example, 'HOLDING IRON_SWORD' would require the player to be holding an Iron Sword. '-HOLDING IRON_SWORD' would require the player to NOT be holding an Iron Sword. All requirements have a negative alternative, even ones whose function overlaps, such as '-WEATHER Precipitating' and 'WEATHER Sunny' technically being the same thing. If anything, it can add to script readability.
Requirements can also be 'negative' requirements. In the Requirements List, just place a '-' in front of the requirement to inverse its logic. For example, 'HOLDING IRON_SWORD' would require the player to be holding an Iron Sword. '-HOLDING IRON_SWORD' would require the player to NOT be holding an Iron Sword. All requirements have a negative alternative, even ones whose function overlaps, such as '-WEATHER Precipitating' and 'WEATHER Sunny' technically being the same thing. If anything, it can add to script readability.


Line 408: Line 417:


Negative requirements completely change our original example around. For this script to trigger, time needs to be Day, the weather in the current world must NOT be storming, and the player must not have more than 1000000 units of currency on them.
Negative requirements completely change our original example around. For this script to trigger, time needs to be Day, the weather in the current world must NOT be storming, and the player must not have more than 1000000 units of currency on them.
</div>


 
==== Steps Node ====
== Steps Node ==
<div style="margin-right:2.0em; padding:10px">
 
Steps are the meat of the script. They control what to listen for and what actions to take. Each script can have multiple steps, each with multiple triggers. Let's use an example.
Steps are the meat of the script. They control what to listen for and what actions to take. Each script can have multiple steps, each with multiple triggers. Let's use an example.


Line 424: Line 433:
         Script:
         Script:
         - CHAT What's your name, stranger?
         - CHAT What's your name, stranger?
        - HINT
       Chat Trigger:
       Chat Trigger:
         '1':
         '1':
Line 465: Line 473:


The sub-sections below reference this example.
The sub-sections below reference this example.
</div>


 
===== Trigger Types =====
=== Trigger Types ===
<div style="margin-right:2.0em; padding:10px">
 
Steps handle the flow of commands and messages with triggers.
Steps handle the flow of commands and messages with triggers.


Line 496: Line 504:
</pre>
</pre>
</code>
</code>
For a list of commands, see [[#Script Commands]]
</div>
== Task Scripts in detail ==
<div style="margin-right:2.0em; padding:10px">
Task scripts are script that are called by either the RUNTASK command or PLAYERTASK command. These are more basic than trigger scripts since they have no requirements or step nodes. The types of commands are also more limited since there is no NPC Denizen associated with the script, but useful for certain situations.
</div>
==== General layout of a Trigger Script ====
<div style="margin-right:2.0em; padding:10px">
<pre>
'Name of script':  # Name Node
  Type: Task        # Type Node
  Script:          # Script Node
  - ...
  - ...
</pre>
</div>


==== Using a Task Script with RUNTASK ====
<div style="margin-right:2.0em; padding:10px">
Imagine a scenario where you'd like to check a single outcome from multiple sources. Say, for instance, you have multiple 'quests' that all have the same outcome. You could check the completion for each quest, or, you could have all the quests call a Task Script and check against that.
This is a very basic example for something that can in theory be very complex. Imagination, hoooo!
<pre>
'Apple Reward':
  Type: Task   
  Script:     
  - NARRATE You've received some APPLES. Nice!
  - GIVE APPLE 10
  - FINISH
'Apple Quest 1':
  Type: Trigger
  Requirements:
    Mode: All
    List:
    - -FINISHED Apple Reward
  Steps:
    '1':
      Click Trigger:
        Script:
        - CHAT Welcome to my house, have some apples!
        - RUNTASK Apple Reward
 
'Apple Quest 2':
  Type: Trigger
  Requirements:
    Mode: All
    List:
    - -FINISHED Apple Reward
  Steps:
    '1':
      Click Trigger:
        Script:
        - CHAT Welcome to my orchard, have some apples!
        - RUNTASK Apple Reward
</pre>
</div>
==== Using a Task Script with PLAYERTASK ====
<div style="margin-right:2.0em; padding:10px">
Tasks scripts are very straight forward when using with a PLAYERTASK command. The script that is called when the 'player task' is complete is a Task script.
<pre>
'Graveyard Investigation':
  Type: Trigger
  Requirements:
    Mode: NONE
  Steps:
    '1':
      Click Trigger:
        Script:
        - CHAT Go investigate the graveyard for me!
        - PLAYERTASK LOCATION graveyard 20 120 Graveyard Search
'Graveyard Search':
  Type: Task   
  Script:     
  - NARRATE You are thoroughly spooked out. Maybe you should return to Dave.
  - FINISH
'Graveyard Investigated Complete':
  Type: Trigger
  Requirements:
    Mode: All
    List:
    - FINISHED Graveyard Search
  Steps:
    '1':
      Click Trigger:
        Script:
        - CHAT Ahhh, dang. You couldn't find anything? Ah well, thanks for your help!
</pre>


== Script Commands ==
== Script Commands ==
 
<div style="margin-right:2.0em; padding:10px">
Note: There are plenty more to come, some I've even used in examples here but aren't in the alpha. Be patient, more are coming!
Note: There are plenty more to come, be patient, more are coming! Have ideas for a good command? Let me know!


<code>[] indicates required field, () indicates an optional field, OR indicates alternative usage.
<code>[] indicates required field, () indicates an optional field, OR indicates alternative usage.
Line 509: Line 611:
* FINISH
* FINISH
*: </code>Marks the script as completed to check against with the requirement type 'FINISHED'.<code>
*: </code>Marks the script as completed to check against with the requirement type 'FINISHED'.<code>
* ENGAGE
*: </code>Blocks player interaction from triggering the NPC.<code>
* DISENGAGE
*: </code>Opens the NPC back up to player interaction.<code>
* PLAYERTASK LOCATION [Location Bookmark] [Duration in seconds] [Block leeway] [Task Script to trigger]
*: </code>Starts a player task to the Denizen's location bookmark in which the player must stay within a certain amount of blocks (Block Leeway) for a specific duration. Once accomplished, a Task Script is called.<code>


* FAIL
* FAIL
Line 575: Line 686:
*: </code>Gives the player interacting a potion effect. Note: [[Alchemist#Valid_Effects | Valid potion types are the same as the Alchemist's.]] Amplifier specifies 'level, strength, or duration', depending on the type of potion effect. Try 1-5 for most types.<CODE>
*: </code>Gives the player interacting a potion effect. Note: [[Alchemist#Valid_Effects | Valid potion types are the same as the Alchemist's.]] Amplifier specifies 'level, strength, or duration', depending on the type of potion effect. Try 1-5 for most types.<CODE>


* SWITCH [Block Bookmark] [ON|OFF]
* SWITCH [Block Bookmark]
*: </code>If a lever is found at the block location, it will be switched ON or OFF.<CODE>
*: </code>If a lever is found at the block location, it will be switched ON or OFF.<CODE>
* PRESS [Block Bookmark]
* PRESS [Block Bookmark]
*: </code>If a button is found at the block location, it will be pressed. Note: You may need a - WAIT 1 and a 2nd - PRESS [Block Bookmark] or the Denizen will hold the button until the interact timeout.<CODE>
*: </code>If a button is found at the block location, it will be pressed. Note: You may need a - WAIT 1 and a 2nd - PRESS [Block Bookmark] or the Denizen will hold the button.<CODE>
</code>
</code>
</div>


= Denizen in-game bukkit commands =
== Denizen in-game bukkit commands ==
 
<div style="margin-right:2.0em; padding:10px">
<code>/denizen reload|save</code>
<code>/denizen reload|save</code>
* Reloads|saves the config.yml and scripts.yml. Useful for testing scripts without rebooting your server.
* Reloads|saves the config.yml and scripts.yml. Useful for testing scripts without rebooting your server.
Line 594: Line 707:
<code>/denizen adddata|decdata|getdata</code>
<code>/denizen adddata|decdata|getdata</code>
* Nothing to do with Denizens, really, but handy for checking/switching block data. Try it on a tree.
* Nothing to do with Denizens, really, but handy for checking/switching block data. Try it on a tree.
<code>/denizen version</code>
* Gives you an approximation of what build you are using. I'll probably ask you this if you come to #citizens for any tech support.
</div></s>

Latest revision as of 18:57, 3 September 2021


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 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!









Version warning.: This documentation is for Denizen 0.6 and is out of date.

Denizen 0.6 is not compatible with the latest builds of C2 or Bukkit 1.3.1.

See this link for the latest download of Denizen 0.7. Link

Preliminary documentation for Denizen 0.7 is available here Please be aware this page may contain errors.


Denizen.png

Denizen

Author aufdemrand
Version 0.6 Build #124
Citizens build 2.0 Beta
Other dependencies Vault
Download Link
Download example scripts: Link
Description: Scriptable, interactive citizens!

Denizens are a great way to add MUD-style RPG Citizens (and some other features) to your server. Denizen NPCs use mini scripts with steps and events to interact with the player and world. Imagine interactive gate-keepers, magical wizards, experience trainers, bankers, talking townspeople and more! They can be used in thousands of different ways, from tutorials, to questing, to administrating.. your imagination is just about the limit!

Script Repository

http://form.jotform.us/form/21498151597160|https://www.dropbox.com/sh/hw6x3f980maa8d9/DNtzAw8cn3Script Repository.png
About this image

Change Log

Here's what's new!

Note to beta users pre-build 98: File structure has changed over the last few builds up to 98. The Denizens: node now has its own YML file called assignments. You will need to create this file and cut/paste the node from your config.yml. It's also recommended that you download the new Denizen config.yml since some nodes have changed or been expanded upon. Denizen location and block bookmarks are also now stored in saves.yml. You will need to migrate those there, or recreate them before using scripts that use bookmarks. See #File Structure for more information on the new file structure.

0.6 Build #104

  • Added PLAYERTASK command. LOCATION QUESTS! (This is for you, Ratkoon)

0.6 Build #98

  • Update to file structure. saves.yml now contains all information that the denizen plugin writes. This includes player progression/completion/etc. information, denizen location bookmarks, etc. If edited by hand, probably best to shut down the server first. Any existing information in the players: node and denizen location bookmark information needs to be either recreated or migrated into saves.yml.
  • Added HEAL and HURT commands. Use HEAL [# of health] or HURT [# of health].
  • Added CHANGE command to change the type of block at a block bookmark. Use CHANGE [Block Bookmark] [#:#|MATERIAL_TYPE].
  • Added ATTACK command. Use like FOLLOW.
  • GIVE and TAKE should now also accept #:# format as well as MATERIAL_TYPE.
  • Added ENGAGE and DISENGAGE commands. When a Denizen is ENGAGE'd, no other interaction will be registered with the NPC until DISENGAGED. This could be useful for keeping players from 'repeating steps' while mid-script. Use ^ENGAGE at the beginning of the script and DISENGAGE at the end.
  • Requirements using items can now use #:# syntax to check item typeId and data.
  • Requirements WORLD, POTION_EFFECT, NAME, PERMISSION, and GROUP can check for multiple names/nodes.
  • FINISHED can now check for a specific amount of times a player has finished. Use: FINISHED # [name of script].
  • Script combiner should now only pick up .yml files.
  • Various other bug fixes.

0.6 Build #82

  • Requirements code reformat is done, thanks for being patient if you were watching the Jenkins!
  • FINISH command now increments a counter so you can check for a certain number of FINISHes. Use: FINISHED (# of times) [name of script]. The # is optional and will assume 1 if not specified. There's a chance that this broke any recorded FINISHes that may be in your config. Sorry about that. You can manually change them from True to 1 to fix this. New FINISHes will overwrite without any issues.
  • TIME requirement can now check for DAWN and DUSK in addition to DAY and NIGHT.
  • Requirements that use items can now use the #:# (typeId:data) format. So, for gray wool, 35:7. You can still specify just WOOL and any color will do.
  • Script combiner will now only read .yml files, this fixes issues with hidden files in your scripts file corrupting the combined read-only-scripts.yml.
  • NAME, WORLD, PERMISSION, GROUP, POTION_EFFECT can now all use multiple arguments. For example, WORLD world_1 world_2 world_3 world_4 will return true if one of the worlds listed matches. You can use up to 24 arguments.

0.6 Build #71

  • Started code reformat, this will make it easier to extend.
  • Added ability to use multiple scripts! Denizen will read any .yml file in the /plugins/Denizen/scripts/ folder. You will need to place your existing scripts.yml in that folder. Denizen will generate a read-only-scripts.yml to the main Denizen folder. This should be left alone. Also made config.yml generate automatically upon startup.
  • Added config node chat_globally_if_no_chat_triggers


You can see more at the full Denizen changelog.

Known caveats

There are some 'issues' with Denizen that we are aware of, and thought that you should be too. Keep in mind that we're working hard to fix these, as soon as possible.

  • I've been having problems getting the NPCs to WALKTO a bookmarked location that is far away.
  • When close to a Denizen that is RESPAWNing, it sometimes won't actually spawn until you back away from it.
  • Multi-line CHATting loses color codes second line on.

Before using Denizens

Denizens are in BETA! Expect a few bugs here and there! There is little error handling for scripts that contain bad syntax, so if you are getting errors while processing a script, the first thing you should do it check the script syntax. I'm working hard to catch errors, but every once in awhile you'll find one that requires a /reload or server restart. If you do come across any errors beyond bad syntax, please report them to the Github Issues page for Denizens. You can also get assistance with Denizens on the #citizens IRC channel on EsperNET from me (aufdemrand) when available. I'm usually there working hard to add awesome features and squashing bugs.

Denizen is not a drag-and-go type of plugin. In fact, Denizen won't do anything unless you assign and define scripts to NPCs. It's highly customizable and you should expect that to be able to write scripts, it is suggested you read the entirety of this wiki document. I'm always around IRC to help out, but please don't ask about the basics unless you have consulted here first.

Denizens REQUIRES you to have Vault installed. You also should have a Permissions System and and Economy System for best results.

Getting started with Denizen

The easiest way to use Denizen for the first time is to download the Start-up Kit with sample .yml configuration files and scripts. This includes the default config file, sample scripts, and sample assignments to get you started. Denizen relies on a few files to run properly, so let's first go over the file structure.

File Structure

Denizen File Structure

Denizen requires the use of a few different YML files to operate properly. This includes a config.yml, assignments.yml, scripts, and saves.yml.

config.yml

The Denizen config.yml contains nodes to alter the stock behavior and look of Denizen. You'll notice that Denizen does not create its own config.yml. Why is this? Denizen stores its entire config inside memory, so it's not necessary to have a copy inside the Denizen folder unless you need to change the defaults. You can use the config.yml to override those defaults. Not having Denizen write to the config.yml itself (as well as scripts files, and assignments.yml) ensures that upon a /denizen reload, the config.yml, between a save and reload, is never changed when you don't want it to. This also keeps code comments inside the YML files stay intact, exactly the way you left them from last edit allowing you to leave yourself and others detailed notes and ideas.

This file can be reloaded into from disk to Denizen memory at any time by using /denizen reload.

See: Denizen config.yml for a stock copy and explanation of all available options.

assignments.yml

This YML is where you can define all the options and information for your Denizen NPCs. This will be explained further along in this document, but the most common information in this file is [Interact Script Assignments], [Activity Script Schedule], and [Custom Interact Texts].

This file can be reloaded from disk into Denizen memory at any time by using /denizen reload.

See: #A basic assignment for information on how to get started with assignments.

saves.yml

This file is not meant to be edited by hand, Denizen will create and populate this file automatically as needed. It stores important information such as player progression, Denizen location and block bookmarks, active activity script progression and more. If you absolutely need to make changes by hand, it's best to stop the server, edit, and then restart your server, as this file is constantly being written to by Denizen which will overwrite any changes you make.

This file saves periodically, and automatically, upon progression and a server stop.

read-only-scripts.yml

This is another files that Denizen creates and should not be edited by hand. This is a combination of the files contained in the scripts folder that Denizen reads from.

This file is populated on a server restart, or by using the /denizen reload command.

/scripts/ folder

This folder is where Denizen will read all the script information from. Upon a server load or /denizen reload, the files are combined and put into the read-only-scripts.yml for the Denizen to read from. This allows better organization of scripts to be maintained, since the amount of scripts can easily get into the triple digits.

The files in the plugins/Denizen/scripts/ folder can be named whatever you please, as long as they end in .yml. Be sure not to duplicate script names from file to file as this will cause problems.

See: #A basic trigger script for information on how to get started with scripts.

Writing Scripts and Assignments

Still reading? Great! You're on your way to writing some sweet scripts. Let's start out with the basics: Trigger Scripts and Assignments. Denizen needs two things to be functional. A script, and an assignment. Scripts, obviously, hold instructions that are carried out when triggered. Assignments hold information on which scripts should trigger, and when. Bear with me, and keep reading!

A basic trigger script

First, we need a script. The great thing about a Denizen script is that it can be simple or advanced, short or long, thanks to a wide array of commands and functions at your disposal. Scripts can work with, extend, and rely on one another to create rich, interactive gameplay. Each script has at least 2 parts, Requirements and Steps. For now, let's take this very simple script as an example. We'll get more detailed later on.

Remember: Scripts are defined in plugins/Denizen/scripts/ folder. They can be put into any YML file contained in that directory. You may need to create the directory yourself if no scripts yet exist.

'Daytime in the City':   
  Type: Trigger
  Requirements:
    Mode: All
    List:
    - TIME Day
  Steps:
    1:
      Click Trigger:
        Script:
        - CHAT Welcome to the city! Isn't it beautiful in the daytime?

So what just happened there? A quick literal translation: This script is named 'Daytime in the City'. This name is used when assigning Denizen NPCs their scripts to use. When the script is called by a trigger, in this case a 'Click Trigger', for it to activate the Requirements set must be met, more specifically ALL of the requirements set. In this example, the only requirement is TIME DAY which requires the current time in the world to be daytime. If the Requirements are met, the script defined in the 'Click Trigger' is sent to be run. It will have the Denizen NPC chat to the player 'Welcome to the city! Isn't it beautiful in the daytime?'.

But before the script can be triggered, it needs to be assigned.

A basic assignment

In order for a Denizen to be associated with a script, he needs to be assigned to it. The following shows a simple assignment format.

Assignments are defined in the Denizens node found in plugins/Denizen/assignments.yml and must be done by hand. Once you edit the config.yml, immediately save and use /denizen reload in-game.

Denizens:                         
  'Steve':                        
    Interact Scripts:                      
    - 10 Daytime in the City  
    Texts:
      No Requirements Met: 'Come back during the day!'

Let's break this down again. This assignement will work for Denizens named 'Steve'. Triggers that involve this NPC, such as a 'Click Trigger' will call the script named 'Daytime in the City'. The 10 before the name is the script priority, useful when assigning multiple scripts, but we'll get into that next. If no scripts meet requirements (in this case -- if it's NOT daytime when clicking on Steve), the text defined in the Texts: node called 'No Requirements Met' will trigger instead. So to reiterate, if the player clicks on Steve during the daytime, the player will get a chat containing 'Welcome to the city! Isn't it beautiful in the daytime?' If the player clicks during the nighttime, since the script requirements are not met, the player will see a chat containing 'Come back during the day!'. Note that the default No Requirements Met text can be changed in the config.yml.

Multiple Script Assignments

The key to Denizens being dynamic is their ability to handle multiple scripts in different situations. This is done by assigning a priority to script assignments. Let's take this example configs below to see how script priority is handled. The below code references assignments.yml and a script.yml.

---- assignments.yml ----

Denizens:                         
  'Steve':                        
    Interact Scripts:                      
    - 0 Regular Joe
    - 10 Joe the Builder  

---- script.yml ----

'Regular Joe':
  Type: Trigger   
  Requirements:
    Mode: None
  Steps:
    1:
      Click Trigger:
        Script:
        - CHAT Hello <PLAYER>! I supply builders only!

'Joe the Builder':
  Type: Trigger   
  Requirements:
    Mode: All
    List:
    - PERMISSION modifyworld.*
  Steps:
    1:
      Click Trigger:
        Script:
        - ENGAGE
        - CHAT Hello <PLAYER> the Builder! Take this shovel!
        - GIVE WOOD_SPADE 1
        - FINISH
        - DISENGAGE

Denizen Steve has been assigned two scripts. Upon player interaction, each script is checked for met requirements. If only one script has their requirements met, it's clear what script will be returned. But what if both meet requirements? That's where the number before each script assigned comes in. Higher priority always wins. To break down this specific situation, if a player with the 'modifyworld.*' permission clicks on Steve, both scripts meet the requirements, but since the script 'Joe the Builder' has a priority of 10, and 'Regular Joe' only has a priority of 0, 'Joe the Builder' sends its script. 'Regular Joe' is simply ignored. Denizens can be issued as many scripts as you want. If two scripts have the same priority, the first in the list will be the one to trigger, if both scripts meet their requirements.

Things to Note, Thus Far

Denizens with the same name use the same script assignments. The plus to this is the ability to quickly make 'generic NPCs' such as a 'Townsman' or 'Miner'.

All the scripts and configuration nodes are in YAML. Remember! Spacing is CRITICAL when dealing with YAML files. Each parent node and sibling node should follow the spacing and formatting guidelines set forth by the YAML 1.0 standard.

In all the examples used in this guide, 2 spaces are used for indenting. Generally, whatever you choose should be maintained through your YAML document. No tabs are allowed in YAML files.

In the YAML files, nodes are case sensitive! 'Scripts:' will work. 'scripts:' will not! All nodes are first letter capital, rest of the word lowercase. Scripts names follow this rule too!

YAML tutorials can be intimidating, but this small tutorial on the Essentials wiki is pretty useful for basic YAML, which is the extent of which Denizens uses.

Assignments in Detail

Trigger Scripts in detail

The general structure of a script should always include the 'Name', 'Type', 'Requirements', and 'Steps' nodes. These are required.

Scripts are defined in the plugins/Denizen/scripts/ folder. Any .yml file in that directory will be loaded into Denizen. For example purposes on this website, reference to script.yml is made.

General layout of a Trigger Script

'Name of script':   # Name Node
  Type: Trigger     # Type Node
  Requirements:     # Requirements Node
    ...:
    ...:
      - ...
      - ...
  Steps:            # Steps Node
    ...:
      - ...
    ...:
  Options:          # Options Node
    ...:

Name Node

This node is pretty self-explanatory, but here are some things to keep in mind.

  • Names, just like nodes are case-sensitive! 'This script name' is different than 'THIS SCRIPT NAME'.
  • Names that contain spaces must have single or double quotes around it. ie: "This script": or 'This script': is acceptable.
  • If the name includes a single quote in it, you must use double quotes around it, or 'escape' the quote with another quote. ie: "John's Script": or 'John''s Script':

Type Node

Let's Denizen know the type of script. For trigger scripts, as explained in this section, use TYPE: TRIGGER.

Requirements Node

This node sets the rules for the player to qualify for the script. There are a couple different options that you should know when using requirements. For example:

  Requirements:
    Mode: All
    List:
    - TIME Night
    - MONEY 1000000
    - STORMY

This would be a difficult script to obtain, for sure. To trigger, the time would have to be after 16000, but before 0, the player would need one million dollars on hand (or whatever economy you use), and the weather must be storming! But it shows the flexibility of requirements. First is the 'Mode'. Currently there are three different types. Second is the requirement type, with arguments if applicable.

Mode Types

[] indicates required field

  • ALL
    Requires all requirements listed to be met.
  • ANY [#]
    Requires the specified number of requirements to be met, out of the total of requirements listed.
  • NONE
    Requires NO requirements to be met.

Requirements Types

[] indicates required field, () indicates an optional field, OR indicates alternative usage.

  • NAME [Player Name] (or this Player Name) ...
    Requires a specific player.
  • ITEM [#:#] (# of that item, or more)
    Requires the player to have an item in their inventory. You can also specify an amount.
  • WEARING [#]
    Requires the player to be wearing a specific piece of armor.
  • HOLDING [#:#] (# of that item, or more)
    Requires the player to have an item in their hand. You can also specify an amount.
  • TIME [Day|Night|Dusk|Dawn] OR TIME [0-23999] [1-24000]
    Requires day or night. Alternatively you can specify a time window.
  • HUNGER [Full|Hungry|Starving]
    Requires a specific hunger state.
  • PRECIPITATION
    Requires a rain or snow.
  • SUNNY
    Requires clear skies. Note: This can still trigger at night as it does not check time.
  • WORLD [World Name] (or this World Name) (or this World Name) ...
    Requires the player to be in a specific world, or worlds. You can check as many as you'd like with one line.
  • PERMISSION [this.permission.node] (or this permission.node) ...
    Requires one of the listed permission nodes. Only one is required. If you require multiple permission nodes, use multiple entries.
  • LEVEL [This Level # or higher] OR LEVEL [At least this Level #] [But no more than this Level #]
    Requires a specific Minecraft XP level, or a range of levels.
  • FINISHED (# of times) [Script Name]
    Requires a specific script to be FINISHed. Remember: Script names are case-sensitive! You can specify a certain number of times, as well. Using this as a negative requirement is a good way to put a limit on how many times a player can do a script.
  • FAILED [Script Name]
    Requires a specific script to be FAILed. Remember: Script names are case-sensitive!
  • GROUP [Name of Group] (or this Group) ...
    Requires the player be a member of a group. Requires a Permissions system that allows groups, such as PermissionsEX.
  • MONEY [Amount of Money, or more]
    Requires the player to have at least a certain amount of money on hand. Requires an economy system, such as iConomy.
  • POTIONEFFECT [POTION_EFFECT]
    Requires the player to be under the influence of a specific potion. You can use 'ANY' to specify the player just be under the influence of a potion, without being specific as to which type.
Negative Requirements Types

Requirements can also be 'negative' requirements. In the Requirements List, just place a '-' in front of the requirement to inverse its logic. For example, 'HOLDING IRON_SWORD' would require the player to be holding an Iron Sword. '-HOLDING IRON_SWORD' would require the player to NOT be holding an Iron Sword. All requirements have a negative alternative, even ones whose function overlaps, such as '-WEATHER Precipitating' and 'WEATHER Sunny' technically being the same thing. If anything, it can add to script readability.

  Requirements:
    Mode: All
    List:
    - -TIME Night
    - -MONEY 1000000
    - -STORMY

Negative requirements completely change our original example around. For this script to trigger, time needs to be Day, the weather in the current world must NOT be storming, and the player must not have more than 1000000 units of currency on them.

Steps Node

Steps are the meat of the script. They control what to listen for and what actions to take. Each script can have multiple steps, each with multiple triggers. Let's use an example.

'Welcome to Harbortown':
  Type: Trigger
  Requirements:
    Mode: NONE
  Steps:
    '1':
      Click Trigger:
        Script:
        - CHAT What's your name, stranger?
      Chat Trigger:
        '1':
          Trigger: My name is /<PLAYER>/.
          Script:
          - CHAT Ah ha, your name sounds familiar! 
          - CHAT Are you from around this area?
          - ZAP
    '2':
      Click Trigger:
        Script:
        - HINT
      Chat Trigger:
        '1':
          Trigger: /Yes/, I grew up in Harbortown!
          Script:
          - CHAT I thought so, welcome back! 
            Have you heard about Tom the Taylor? 
            Isn't that just horrible?
          - ZAP 3 
        '2':
          Trigger: /No/, you must be mistaken. 
          Script:
          - CHAT Oh, sorry about that. 
          - CHAT Hey, if you're looking for some work, 
            Bill the Baker is understaffed! 
            This is the bakery's busy season.
          - ZAP 4
    '3':
      Click Trigger:
        Script:
        - CHAT I wonder if Tom the Taylor is doing any better.
        - NARRATE Perhaps you should check on Tom the Taylor.
    '4':
      Click Trigger:
        Script:
        - CHAT Oh, nice to see you again <PLAYER>!
        - CHAT Have you stopped by the bakery?

The sub-sections below reference this example.

Trigger Types

Steps handle the flow of commands and messages with triggers.

Denizen Triggers trigger from interaction with Denizens. They are defined in the Steps: node.

  • Click Triggers activate when the Denizen is clicked on.
Click Trigger:
  Script:
  - CHAT Scripts are nested as a list.
  - CHAT You can use any command that
    you'd wish.


  • Chat Triggers activate when players chat with Denizens. Players' chat within the configurable range will be directed to the Denizen instead of global chat. Chat also follows the configuration setting
Chat Trigger:
  '1':
    Trigger: The word needed to /Trigger/ is inside slashes. 
    Script:
    - CHAT Scripts are nested as a list.
    - CHAT You can use any command that
      you'd wish.

For a list of commands, see #Script Commands

Task Scripts in detail

Task scripts are script that are called by either the RUNTASK command or PLAYERTASK command. These are more basic than trigger scripts since they have no requirements or step nodes. The types of commands are also more limited since there is no NPC Denizen associated with the script, but useful for certain situations.

General layout of a Trigger Script

'Name of script':   # Name Node
  Type: Task        # Type Node
  Script:           # Script Node
  - ...
  - ...

Using a Task Script with RUNTASK

Imagine a scenario where you'd like to check a single outcome from multiple sources. Say, for instance, you have multiple 'quests' that all have the same outcome. You could check the completion for each quest, or, you could have all the quests call a Task Script and check against that.

This is a very basic example for something that can in theory be very complex. Imagination, hoooo!

'Apple Reward': 
  Type: Task    
  Script:       
  - NARRATE You've received some APPLES. Nice!
  - GIVE APPLE 10
  - FINISH

'Apple Quest 1':
  Type: Trigger
  Requirements:
    Mode: All
    List:
    - -FINISHED Apple Reward
  Steps:
    '1':
      Click Trigger:
        Script:
        - CHAT Welcome to my house, have some apples!
        - RUNTASK Apple Reward
  
'Apple Quest 2':
  Type: Trigger
  Requirements:
    Mode: All
    List:
    - -FINISHED Apple Reward
  Steps:
    '1':
      Click Trigger:
        Script:
        - CHAT Welcome to my orchard, have some apples!
        - RUNTASK Apple Reward

Using a Task Script with PLAYERTASK

Tasks scripts are very straight forward when using with a PLAYERTASK command. The script that is called when the 'player task' is complete is a Task script.

'Graveyard Investigation':
  Type: Trigger
  Requirements:
    Mode: NONE
  Steps:
    '1':
      Click Trigger:
        Script:
        - CHAT Go investigate the graveyard for me!
        - PLAYERTASK LOCATION graveyard 20 120 Graveyard Search

'Graveyard Search': 
  Type: Task    
  Script:       
  - NARRATE You are thoroughly spooked out. Maybe you should return to Dave.
  - FINISH

'Graveyard Investigated Complete':
  Type: Trigger
  Requirements:
    Mode: All
    List:
    - FINISHED Graveyard Search
  Steps:
    '1':
      Click Trigger:
        Script:
        - CHAT Ahhh, dang. You couldn't find anything? Ah well, thanks for your help!

Script Commands

Note: There are plenty more to come, be patient, more are coming! Have ideas for a good command? Let me know!

[] indicates required field, () indicates an optional field, OR indicates alternative usage.

  • ZAP (Step #)
    Progresses the player through the steps. ZAP used alone will progress to the next step. ZAP with a number following will progress the player to a specific step.
  • FINISH
    Marks the script as completed to check against with the requirement type 'FINISHED'.
  • ENGAGE
    Blocks player interaction from triggering the NPC.
  • DISENGAGE
    Opens the NPC back up to player interaction.
  • PLAYERTASK LOCATION [Location Bookmark] [Duration in seconds] [Block leeway] [Task Script to trigger]
    Starts a player task to the Denizen's location bookmark in which the player must stay within a certain amount of blocks (Block Leeway) for a specific duration. Once accomplished, a Task Script is called.
  • FAIL
    Marks the script as failed to check against with the requirement type 'FAILED'. Note: A script can be both completed and failed!
  • RESET [FINISHED|FAILED] [Name of Script]
    Sets either FINISHED or FAILED of the specified script to False. Remember: Script names are case sensitive!
  • WAIT [# of seconds]
    Will hold a player's Command Que for a specific amount of seconds. You can use this to put delays in your script. All lines of a script after the hold will execute after the time has passed.
  • LOOK [CLOSE|AWAY] or LOOK [Location Bookmark]
    Toggle 'lookclose' on the Denizen. Alternate use specifies a pitch/yaw from a Location bookmark.
  • GIVE [ITEM_NAME] (Quantity)
    Denizen will drop specified items.
  • TAKE [ITEM_NAME|MONEY] (Quantity)
    Takes specific item or money from the player.
  • CHAT [The text to chat.]
    Makes the Denizen talk to the player. Long messages will be formatted for multiple lines automatically.
  • NARRATE [The text to narrate.]
    Sends text to the player without branding the Denizen. Long messages will be formatted for multiple lines automatically.
  • FOLLOW [PLAYER|NOBODY]
    Makes the Denizen follow the player, or stop following the player.
  • WALKTO [Location Bookmark]
    Makes the Denizen walk to a specified location.

Note: I've been having problems getting the NPCs to WALKTO a bookmarked location that is far away, perhaps in a different chunk? Working on it with the C2 team. I may have another workaround as well.

  • WALK [Z] [X] [Y] Note: Z(-NORTH(2)/+SOUTH(0)) X(-WEST(1)/+EAST(3)) Y (+UP/-DOWN)
    Makes the Denizen walk. This is not for making the Denizen to specific coordinates. The values for X Y and Z will get added or subtracted from the Denizen's current location.
  • RETURN
    Can be used after initiating a WALK command. This will make the denizen return to its previous location.
  • EXECUTE [ASPLAYER|ASNPC|ASSERVER] [command to execute] Ex: EXECUTE ASSERVER toggledownfall
    Executes a command, issues from either the Player, NPC, or Server. No need for a /.
  • STRIKE
    Strikes the player with lightning.
  • WEATHER [Sunny|Stormy|Precipitating]
    Sets the weather for the world.
  • RESPAWN [Location Bookmark]
    Despawns the Denizen and respawns it to a bookmarked location.

Note: There is something funny going on with NPCs spawning to a location you are very near to. You sometimes have to back away before they show up. This seems to be an issue with Craftbukkit and/or Minecraft Server.

  • TELEPORT [Location Bookmark]
    Teleports the player interacting to the Denizen's specified Location Bookmark/
  • SPAWN [ENTITY_TYPE] [AMOUNT] (Location Bookmark)
    Spawns a specified amount of entities. If the location bookmark is missing, they will spawn near the Denizen.
  • PERMISS [permission.node.to.add]
    Gives to the player interacting the specified permission node for the current world.
  • REFUSE [permission.node.to.take]
    Takes from the player interacting the specified permission node for the current world.
  • CAST [POTION_TYPE] [Duration in seconds] [Amplifier]
    Gives the player interacting a potion effect. Note: Valid potion types are the same as the Alchemist's. Amplifier specifies 'level, strength, or duration', depending on the type of potion effect. Try 1-5 for most types.
  • SWITCH [Block Bookmark]
    If a lever is found at the block location, it will be switched ON or OFF.
  • PRESS [Block Bookmark]
    If a button is found at the block location, it will be pressed. Note: You may need a - WAIT 1 and a 2nd - PRESS [Block Bookmark] or the Denizen will hold the button.

Denizen in-game bukkit commands

/denizen reload|save

  • Reloads|saves the config.yml and scripts.yml. Useful for testing scripts without rebooting your server.

/denizen bookmark location [name]

  • Stores a location to the selected Denizen for use with script commands such as RESPAWN and WALKTO. Note: Names can only be one word, and are unique to the Denizen.

/denizen bookmark block [name]

  • Stores the Player crosshair's block location to the selected Denizen for use with script commands such as SWITCH. Note: Names can only be one word, and are unique to the Denizen.

/denizen adddata|decdata|getdata

  • Nothing to do with Denizens, really, but handy for checking/switching block data. Try it on a tree.

/denizen version

  • Gives you an approximation of what build you are using. I'll probably ask you this if you come to #citizens for any tech support.