Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
![Kryptonite](https://cdn.modrinth.com/data/cached_images/858d70fa091faac26ddc7b3abafcf83acafd1c5b.png)

- 💾 **Download Kryptonite** - https://lewmc.net/plugin/kryptonite
- 🔧 **View the JavaDocs** - https://lewmc.github.io/Kryptonite
- ⭐ Enjoying Kryptonite? We'd love to hear your feedback on Spigot. Leave us a review [here](https://www.spigotmc.org/resources/kryptonite.116844/).

[Maven Repository](https://repo.lewmc.net) - [Documentation](https://wiki.lewmc.net/kryptonite.html) - [JavaDocs](https://lewmc.github.io/kryptonite) - [Code Analysis](https://sonarcloud.io/project/overview?id=LewMC_Kryptonite)

## Creating a local copy.

### Clone the repository.
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.13.0</version>
<version>3.14.0</version>
<configuration>
<source>${java.version}</source>
<target>${java.version}</target>
Expand Down Expand Up @@ -101,7 +101,7 @@
<dependency>
<groupId>de.themoep</groupId>
<artifactId>inventorygui</artifactId>
<version>1.6.4-SNAPSHOT</version>
<version>1.6.5-SNAPSHOT</version>
<scope>compile</scope>
</dependency>
<dependency>
Expand Down
3 changes: 1 addition & 2 deletions src/main/resources/profiles/FarmFriendly.kos
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,6 @@ paper:
creative: 20
redstone-implementation: ALTERNATE_CURRENT
hoppers:
disable-move-event: true
ignore-occluding-blocks: true
optimise-explosions: true
find-already-discovered-loot-tables: true
Expand Down Expand Up @@ -204,4 +203,4 @@ pufferfish:
async-mob-spawning: true
suffocation-optimisation: true
inactive-goal-selector-throttle: true
disable-method-profiler: true
disable-method-profiler: true
3 changes: 1 addition & 2 deletions src/main/resources/profiles/YouHaveTrouble.kos
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,6 @@ paper:
creative: 20
redstone-implementation: ALTERNATE_CURRENT
hoppers:
disable-move-event: true
ignore-occluding-blocks: true
optimise-explosions: true
find-already-discovered-loot-tables: false
Expand Down Expand Up @@ -206,4 +205,4 @@ pufferfish:
async-mob-spawning: true
suffocation-optimisation: true
inactive-goal-selector-throttle: true
disable-method-profiler: true
disable-method-profiler: true
Loading