-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1 from Catalyst105/disable-open-message
- Loading branch information
Showing
7 changed files
with
190 additions
and
147 deletions.
There are no files selected for viewing
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,3 +1,8 @@ | ||
# Eclipse IDE | ||
.classpath | ||
.settings/ | ||
.project | ||
|
||
# User-specific stuff | ||
.idea/ | ||
|
||
|
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 +1,14 @@ | ||
For more information visit: https://www.spigotmc.org/resources/1-20-1-21-customenderchest-inventory-enderchest-system.120973/ | ||
# CustomEnderChest | ||
|
||
CustomEnderChest is a powerful plugin that revolutionizes the vanilla enderchest system by adding permissions-based size control, MySQL/SQLite support, and advanced viewing capabilities. Perfect for servers looking to add an extra layer of progression and staff management tools! | ||
|
||
|
||
For more informations on the [Spigot Page](https://www.spigotmc.org/resources/1-20-1-21-customenderchest-inventory-enderchest-system.120973/) | ||
|
||
## How to build .jar | ||
|
||
1. Clone this repository | ||
2. Install depedencies with `mvn install` | ||
3. *(Import in you favorite IDE and make changes)* | ||
4. Compile .jar with `mvn package` | ||
5. Copy the file in `target/CustomEnderChest-x.x.x.jar` in your `plugin` folder. |
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.