-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Added the 'VISIT_FILTER_ENTRY' to the ChatInteractionEvent
* Added the 'visit-filter-prompt', 'visit-filter-count', & 'visit-filter-none' messages to the lang.yml * Added the 'filter-item' to the menus.yml for the visit menu Signed-off-by: Jeremiah Osborne <[email protected]> Signed-off-by: BuildTools <[email protected]>
- Loading branch information
BuildTools
committed
Feb 14, 2022
1 parent
63f4264
commit 3a348d5
Showing
42 changed files
with
185 additions
and
97 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!-- | ||
~ Copyright (c) 2022 XZot1K, All rights reserved. | ||
--> | ||
|
||
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | ||
xmlns="http://maven.apache.org/POM/4.0.0" | ||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> | ||
<modelVersion>4.0.0</modelVersion> | ||
|
||
<properties> | ||
<java.version>1.8</java.version> | ||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> | ||
<maven.compiler.source>17</maven.compiler.source> | ||
<maven.compiler.target>17</maven.compiler.target> | ||
</properties> | ||
|
||
<repositories> | ||
<repository> | ||
<id>spigotmc-repo</id> | ||
<url>https://hub.spigotmc.org/nexus/content/repositories/snapshots/</url> | ||
</repository> | ||
</repositories> | ||
|
||
<dependencies> | ||
<dependency> | ||
<groupId>org.spigotmc</groupId> | ||
<artifactId>spigot-api</artifactId> | ||
<version>1.18.1-R0.1-SNAPSHOT</version> | ||
<scope>provided</scope> | ||
</dependency> | ||
</dependencies> | ||
|
||
<parent> | ||
<groupId>xzot1k.plugins.ds</groupId> | ||
<artifactId>DisplayShops</artifactId> | ||
<version>1.6.6</version> | ||
</parent> | ||
<artifactId>DisplayShopsAPI</artifactId> | ||
<version>1.3.8</version> | ||
|
||
</project> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
9 changes: 9 additions & 0 deletions
9
src/main/java/xzot1k/plugins/ds/api/enums/EconomyCallType.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
/* | ||
* Copyright (c) 2022 XZot1K, All rights reserved. | ||
*/ | ||
|
||
package xzot1k.plugins.ds.api.enums; | ||
|
||
public enum EconomyCallType { | ||
SELL, BUY, EDIT_ACTION, RENT, RENT_RENEW, VISIT, | ||
} |
4 changes: 2 additions & 2 deletions
4
...xzot1k/plugins/ds/api/enums/EditType.java → ...xzot1k/plugins/ds/api/enums/EditType.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
/* | ||
* Copyright (c) 2021 XZot1K, All rights reserved. | ||
* Copyright (c) 2022 XZot1K, All rights reserved. | ||
*/ | ||
|
||
package xzot1k.plugins.ds.api.enums; | ||
|
||
public enum EditType { | ||
OPEN_EDIT_MENU, QUICK_WITHDRAW, QUICK_DEPOSIT | ||
} | ||
} |
4 changes: 2 additions & 2 deletions
4
...xzot1k/plugins/ds/api/enums/ItemType.java → ...xzot1k/plugins/ds/api/enums/ItemType.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
/* | ||
* Copyright (c) 2021 XZot1K, All rights reserved. | ||
* Copyright (c) 2022 XZot1K, All rights reserved. | ||
*/ | ||
|
||
package xzot1k.plugins.ds.api.enums; | ||
|
||
public enum ItemType { | ||
TRADE, SHOP | ||
} | ||
} |
4 changes: 2 additions & 2 deletions
4
...zot1k/plugins/ds/api/enums/StageType.java → ...zot1k/plugins/ds/api/enums/StageType.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
/* | ||
* Copyright (c) 2021 XZot1K, All rights reserved. | ||
* Copyright (c) 2022 XZot1K, All rights reserved. | ||
*/ | ||
|
||
package xzot1k.plugins.ds.api.enums; | ||
|
||
public enum StageType { | ||
START, FINISH, TIMEOUT, ENTRY, CANCELLED, INCORRECT | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.