Sentinel
Combat NPCs for Spigot!
File Explorer
Download Latest Version (.zip)- FUNDING.yml
- CrackShot.jar
- Factions.jar
- MassiveCore.jar
- SimpleClans.jar
- SimplePets.jar
- towny.jar
- Vault.jar
- war.jar
- WorldEdit.jar
- WorldGuard.jar
- SentinelAttackCommands.java
- SentinelChaseCommands.java
- SentinelCommand.java
- SentinelGreetingCommands.java
- SentinelHealthCommands.java
- SentinelInfoCommands.java
- SentinelIntelligenceCommands.java
- SentinelTargetCommands.java
- SentinelAttackEvent.java
- SentinelChaseEndEvent.java
- SentinelChaseNewTargetEvent.java
- SentinelCombatStateChangeEvent.java
- SentinelNoMoreTargetsEvent.java
- SentinelWantsToPathEvent.java
- SentinelCrackShot.java
- SentinelFactions.java
- SentinelHealth.java
- SentinelNPCOwnedBy.java
- SentinelPermissions.java
- SentinelPotion.java
- SentinelSBScore.java
- SentinelSBTeams.java
- SentinelSimpleClans.java
- SentinelSimplePets.java
- SentinelSquads.java
- SentinelTowny.java
- SentinelUUID.java
- SentinelWar.java
- BStatsMetricsLite.java
- StatsRecord.java
- SentinelTarget.java
- SentinelTargetingHelper.java
- SentinelTargetLabel.java
- SentinelTargetList.java
- ConfigUpdater.java
- SentinelAPIBreakageFix.java
- SentinelNMSHelper.java
- SentinelVersionCompat.java
- SentinelWorldGuardHelper.java
- VelocityTracker.java
- SentinelAttackHelper.java
- SentinelCurrentTarget.java
- SentinelEventHandler.java
- SentinelHelperObject.java
- SentinelIntegration.java
- SentinelItemHelper.java
- SentinelPlugin.java
- SentinelTrait.java
- SentinelUtilities.java
- SentinelWeaponHelper.java
- config.yml
- plugin.yml
- .gitattributes
- .gitignore
- ISSUE_TEMPLATE
- LICENSE.txt
- pom.xml
- README.md
# Installation Guide
1. Get the code
git clone https://github.com/mcmonkeyprojects/Sentinel
Downloads the entire project code from GitHub to your computer.
cd Sentinel
Moves into the project folder you just downloaded.
2. Maven (Java)
Medium RecommendedPrerequisites
- Git Needed to download the project code from GitHub.
- JDK (Java) Required to build and run Java projects.
- Maven The build tool used for the mvn command.
mvn clean install
Installs dependencies and builds the project using Maven.
A BUILD SUCCESS message means it worked. The output is created under target/.
// repository documentation
Was this content helpful?
(0 ratings)
