Sentinel NPCs: Combat NPCs for Spigot!

AnimatedSentinel

Version 2.1.5: Compatible with Spigot 1.8.8 through 1.16.1 (Primarily targeted at 1.16.1) - see info section below if on other supported versions)

Downloads

Donations

Info

Created by mcmonkey4eva on behalf of the Citizens and Denizen teams.

Join us on Discord!: https://discord.gg/Q6pZGSR in the #sentinel-lobby channel.

Basic Usage

Common Issues

Example NPC Setups

Here are a few examples of how you might setup and configure an NPC

Useful Things To Know

Plugin Integrations

Sentinel integrates with a few external plugins, including:

Sentinel is integrated into by external plugins as well, including:

Commands

Permissions

Targets

There's a huge list of valid target types that can be used in the target commands (addtarget, removetarget, addignore, removeignore, addavoid, removeavoid). These are used, for example, like /sentinel addtarget monsters (to automatically attack the MONSTERS target type), or /sentinel addavoid helditem:*_sword (to run away from players holding swords using the helditem:ITEM_MATCHER target type).

These are all valid targets and ignores:

Supported Weapon Types

Integrating Your Plugin With Sentinel

If you're building a separate plugin you would like to integrate into Sentinel, you should:


Need help using Sentinel? Try one of these places:

Dependencies

Also check out:

Sentry user?

Update Warnings

Licensing pre-note:

This is an open source project, provided entirely freely, for everyone to use and contribute to.

If you make any changes that could benefit the community as a whole, please contribute upstream.

The short of the license is:

You can do basically whatever you want, except you may not hold any developer liable for what you do with the software.

Previous License

Copyright (C) 2016-2019 Alex "mcmonkey" Goodwin, All Rights Reserved.

The long version of the license follows:

The MIT License (MIT)

Copyright (c) 2019-2020 Alex "mcmonkey" Goodwin

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.