Skip to content

Commit

Permalink
So manny code fixes and better working
Browse files Browse the repository at this point in the history
  • Loading branch information
IndianBartonka committed May 28, 2023
1 parent f2deb4a commit 02f1843
Show file tree
Hide file tree
Showing 35 changed files with 1,774 additions and 1,642 deletions.
3 changes: 3 additions & 0 deletions .idea/.gitignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 13 additions & 0 deletions .idea/compiler.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions .idea/discord.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions .idea/encodings.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

35 changes: 35 additions & 0 deletions .idea/jarRepositories.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 9 additions & 0 deletions .idea/libraries/silnik.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

17 changes: 17 additions & 0 deletions .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

124 changes: 124 additions & 0 deletions .idea/uiDesigner.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<div align="center">

# Enderchest-and-Crafting

[![Discord](https://img.shields.io/discord/941850822885646366?color=7289da&logo=discord&logoColor=white&style=for-the-badge)](https://discord.gg/mF3TehkeG3)
![Last Commit](https://img.shields.io/github/last-commit/IndianBartonka/Enderchest-and-Crafting?style=for-the-badge)
[![Open issues](https://img.shields.io/github/issues/IndianBartonka/Enderchest-and-Crafting?style=for-the-badge)](https://github.com/IndianBartonka/Enderchest-and-Crafting/issues)
Expand All @@ -17,7 +18,6 @@
To wtyczka umożliwiąca otwarcie skrzynki kresu albo stołu rzemieślniczego tam gdzie się chcę
https://www.spigotmc.org/resources/enderchest-and-crafting.99276/


Jeśli używasz GeyserMC wiedz że plugin działa tak samo na bedrock jak i na javie , nie ma żadnych problemów


Expand Down
17 changes: 8 additions & 9 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
<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>

<groupId>me.indian</groupId>
<artifactId>enderchest</artifactId>
<version>3.3</version>
<version>4.0</version>
<packaging>jar</packaging>

<name>Enderchest</name>
Expand Down Expand Up @@ -69,17 +69,16 @@
</repositories>

<dependencies>
<dependency>
<groupId>org.spigotmc</groupId>
<artifactId>spigot-api</artifactId>
<version>1.19-R0.1-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>me.clip</groupId>
<artifactId>placeholderapi</artifactId>
<version>2.11.2</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.spigotmc</groupId>
<artifactId>spigot-api</artifactId>
<version>1.19-R0.1-SNAPSHOT</version>
</dependency>
</dependencies>
</project>
Loading

0 comments on commit 02f1843

Please sign in to comment.