Skip to content

Commit

Permalink
Added comments to config file
Browse files Browse the repository at this point in the history
  • Loading branch information
ceskyDJ committed Apr 28, 2020
1 parent 43aceb3 commit 0eb66f2
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/com/leetzilantonis/netherwater/BlockBreakListener.java
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 {
}
6 changes: 6 additions & 0 deletions src/config.yml
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!"

0 comments on commit 0eb66f2

Please sign in to comment.