-
Notifications
You must be signed in to change notification settings - Fork 29
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
1 parent
9772992
commit 4573d7f
Showing
54 changed files
with
29,824 additions
and
171 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
# Configuration file | ||
|
||
general { | ||
# Call it a /dev/null in-game [default: false] | ||
B:CallItDevNull=false | ||
|
||
# Make items ultra shiny! [default: false] | ||
B:SuperShine=false | ||
} | ||
|
||
|
||
"server rules" { | ||
# A semicolon separated list of items that are not allowed to be placed into the creative /dank/null | ||
# Format: modid:name:meta (meta optional: modid:name is acceptable) - Example: minecraft:diamond;minecraft:coal:1 [default: ] | ||
S:CreativeBlacklist= | ||
|
||
# A semicolon separated list of items that are allowed to be placed into the creative /dank/null | ||
# Same format as Blacklist and whitelist superceeds blacklist. | ||
# If whitelist is non-empty, then ONLY whitelisted items can be added to the Creative /dank/null [default: ] | ||
S:CreativeWhitelist= | ||
|
||
# A semicolon separated list of Ore Dictionary entries (strings) which WILL NOT be allowed to be used with /dank/null's Ore Dictionary functionality. [default: ] | ||
S:OreDictBlacklist= | ||
|
||
# A semicolon separated list of Ore Dictionary entries (strings) which WILL BE allowed to be used with /dank/null's Ore Dictionary functionality. Whitelist superceeds blacklist. | ||
# If whitelist is non-empty, then ONLY Ore Dictionary items matching the entries will | ||
# be able to take advantage of /dank/null's Ore Dictionary functionality. [default: ] | ||
S:OreDictWhitelist= | ||
} | ||
|
||
|
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.