Skip to content

Commit

Permalink
Better jar filenames
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmonkey4eva committed Oct 26, 2018
1 parent c233d55 commit ce5beb9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions plugin/pom.xml
Expand Up @@ -193,6 +193,7 @@
<artifactId>maven-jar-plugin</artifactId>
<version>3.1.0</version>
<configuration>
<finalName>Denizen-${DENIZEN_VERSION}-b${BUILD_NUMBER}-${BUILD_CLASS}</finalName>
<outputDirectory>../target</outputDirectory>
<archive>
<manifest>
Expand Down
Expand Up @@ -165,7 +165,7 @@ public void navComplete(NavigationCompleteEvent event) {
public void navBegin(NavigationBeginEvent event) {
dNPC npc = DenizenAPI.getDenizenNPC(event.getNPC());

// Do world script event 'On NPC Completes Navigation'
// Do world script event 'On NPC Begins Navigation'
if (NPCNavigationSmartEvent.IsActive()) {
OldEventManager.doEvents(Arrays.asList
("npc begins navigation"), new BukkitScriptEntryData(null, npc), null);
Expand Down
2 changes: 2 additions & 0 deletions pom.xml
Expand Up @@ -15,6 +15,8 @@
<citizens.version>2.0.24-SNAPSHOT</citizens.version>
<dcore.version>1.20</dcore.version>
<BUILD_NUMBER>Unknown</BUILD_NUMBER>
<BUILD_CLASS>CUSTOM</BUILD_CLASS>
<DENIZEN_VERSION>1.0.3</DENIZEN_VERSION>
</properties>

<modules>
Expand Down

0 comments on commit ce5beb9

Please sign in to comment.