Created
August 3, 2013 10:55
-
-
Save Ribesg/6146079 to your computer and use it in GitHub Desktop.
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
##################################################################### | |
## Config file for NEnchantingEgg plugin ## | |
## If you don't understand something, please ask on dev.bukkit.org ## | |
## Ribesg ## | |
##################################################################### | |
# The minimum distance between 2 altars. Default: 500 | |
# Note: You can't use a value under 35. | |
minimumDistanceBetweenTwoAltars: 500 | |
# The coefficient applied to durability boost on repair. Default: 2.5 | |
# Note: You can't use a value equals to or under 0.0 | |
repairBoostMultiplier: 2.5 | |
# This stores created altars | |
altars: | |
- <world;1.0;104.0;596.0> | |
- <world;-595.0;66.0;-15.0> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment