forked from CodyScheer/NetherWater
-
-
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.
- Loading branch information
Showing
2 changed files
with
13 additions
and
0 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 |
---|---|---|
@@ -0,0 +1,7 @@ | ||
package com.leetzilantonis.netherwater; | ||
|
||
/** | ||
* Created by Michal ŠMAHEL (ceskyDJ) on 4/28/20. | ||
*/ | ||
public class BlockBreakListener { | ||
} |
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,15 @@ | ||
# Allow using debug dumps. It's not recommended on production servers. | ||
debug: false | ||
# Worlds where the plugin is disabled | ||
disabled-worlds: | ||
- nether_without_water | ||
# Max world height (Y coordinate) to use plugin features | ||
max-height: 999 | ||
# Min world height (Y coordinate) to use plugin features | ||
min-height: 0 | ||
# Messages for translation | ||
# Change only text in quotation marks ("")! | ||
# If you need to use quotation mark in your text, use \" instead | ||
messages: | ||
permissions: "You do not have permission to do that!" | ||
config-reload: "Nether Water configuration reloaded!" |