Skip to content

Commit

Permalink
Merge pull request #29 from arcadelabs/feature/limits_and_cooldowns
Browse files Browse the repository at this point in the history
Limits & cooldowns!
  • Loading branch information
RealRONiN authored Aug 24, 2022
2 parents 4e74d83 + 8221fe7 commit ee77910
Show file tree
Hide file tree
Showing 34 changed files with 1,133 additions and 1,047 deletions.
14 changes: 6 additions & 8 deletions .github/ISSUE_TEMPLATE/ISSUE-REPORT.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,13 @@ body:
attributes:
value: >-
Before reporting a bug here, please make sure you are on the latest
version of respective MCP product
validations:
required: false
version of Lifesteal Reimagined.
- type: textarea
attributes:
label: Description
description: Please describe what issue you're facing.
validations:
required: false
required: true
- type: input
attributes:
label: Stackrace print/logs link
Expand Down Expand Up @@ -55,10 +53,10 @@ body:
required: false
- type: input
attributes:
label: LifeSteal++ version
label: LifeSteal Reimagined version
description: >-
Type `/lifesteal version` in console or in-game to get current version
of the LifeSteal++ plugin.
of the LifeSteal Reimagined plugin.
validations:
required: true
- type: input
Expand All @@ -80,11 +78,11 @@ body:
label: Agreement
description: Please agree to the following.
options:
- label: I am running the latest version of LifeSteal++ plugin.
- label: I am running the latest version of LifeSteal Reimagined plugin.
required: true
- label: I am running the latest version of LabAide plugin.
required: true
- label: >-
I have checked for and confirmed there isn't already a similar issue
opened.
required: true
required: true
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>in.arcadelabs</groupId>
<artifactId>LifeStealRE</artifactId>
<version>1.7</version>
<version>1.8</version>
<packaging>jar</packaging>

<name>LifeStealRE</name>
Expand Down Expand Up @@ -103,7 +103,7 @@
<dependency>
<groupId>com.github.arcadelabs</groupId>
<artifactId>LabAide</artifactId>
<version>pre-10</version>
<version>pre-14</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down
Loading

0 comments on commit ee77910

Please sign in to comment.