Skip to content

Commit

Permalink
build for 1.16.5
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmonkey4eva committed Jan 16, 2021
1 parent b28f08d commit 2e4cbb6
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -3,7 +3,7 @@ The Denizen Scripting Language - Spigot Impl

An implementation of the Denizen Scripting Language for Spigot servers, with strong Citizens interlinks to emphasize the power of using Denizen with NPCs!

**Version 1.1.9**: Compatible with Spigot 1.14.4, 1.15.2, and 1.16.4!
**Version 1.1.9**: Compatible with Spigot 1.14.4, 1.15.2, and 1.16.5!

**Learn about Denizen from the Beginner's guide:** https://guide.denizenscript.com/guides/background/index.html

Expand Down
2 changes: 1 addition & 1 deletion paper/pom.xml
Expand Up @@ -29,7 +29,7 @@
<dependency>
<groupId>com.destroystokyo.paper</groupId>
<artifactId>paper-api</artifactId>
<version>1.16.4-R0.1-SNAPSHOT</version>
<version>1.16.5-R0.1-SNAPSHOT</version>
<scope>provided</scope>
<exclusions>
<exclusion>
Expand Down
Expand Up @@ -52,7 +52,7 @@ public ObjectTag getObjectAttribute(Attribute attribute) {

// <--[tag]
// @attribute <ItemTag.with_flag[<flag_set_action>]>
// @returns ElementTag(Boolean)
// @returns ItemTag
// @mechanism ItemTag.flag
// @group properties
// @description
Expand All @@ -66,7 +66,7 @@ public ObjectTag getObjectAttribute(Attribute attribute) {

// <--[tag]
// @attribute <ItemTag.with_flag[<flag_set_action>].duration[<expire_duration>]>
// @returns ElementTag(Boolean)
// @returns ItemTag
// @mechanism ItemTag.flag
// @group properties
// @description
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -10,7 +10,7 @@

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<craftbukkit.version>1.16.4-R0.1-SNAPSHOT</craftbukkit.version>
<craftbukkit.version>1.16.5-R0.1-SNAPSHOT</craftbukkit.version>
<citizens.version>2.0.27-SNAPSHOT</citizens.version>
<dcore.version>1.90-SNAPSHOT</dcore.version>
<BUILD_NUMBER>Unknown</BUILD_NUMBER>
Expand Down
4 changes: 2 additions & 2 deletions v1_16/pom.xml
Expand Up @@ -22,7 +22,7 @@
<dependency>
<groupId>org.spigotmc</groupId>
<artifactId>spigot-api</artifactId>
<version>1.16.4-R0.1-SNAPSHOT</version>
<version>1.16.5-R0.1-SNAPSHOT</version>
<scope>provided</scope>
<exclusions>
<exclusion>
Expand All @@ -34,7 +34,7 @@
<dependency>
<groupId>org.spigotmc</groupId>
<artifactId>spigot</artifactId>
<version>1.16.4-R0.1-SNAPSHOT</version>
<version>1.16.5-R0.1-SNAPSHOT</version>
<scope>provided</scope>
<exclusions>
<exclusion>
Expand Down
Expand Up @@ -81,7 +81,7 @@ public void undisableAsyncCatcher() {

@Override
public boolean isCorrectMappingsCode() {
return ((CraftMagicNumbers) CraftMagicNumbers.INSTANCE).getMappingsVersion().equals("da85101b34b252659e3ddf10c0c57cc9");
return ((CraftMagicNumbers) CraftMagicNumbers.INSTANCE).getMappingsVersion().equals("54e89c47309b53737f894f1bf1b0edbe");
}

@Override
Expand Down

0 comments on commit 2e4cbb6

Please sign in to comment.