mirror of
https://github.com/BentoBoxWorld/CaveBlock.git
synced 2024-11-13 10:13:57 +01:00
446087ab48
* Fixes BEETROOT_SEEDS enum for itemstack in schem https://github.com/BentoBoxWorld/CaveBlock/issues/12 * Adds error checking for MATERIALs in config.yml MATERIALs must be blocks otherwise the world populator will throw errors and crash the server. This commit checks that all imported materials are blocks and if they are not logs the error. Updated config.yml to use correct 1.13 material names for blocks. https://github.com/BentoBoxWorld/CaveBlock/issues/11 * Removes extraneous settings https://github.com/BentoBoxWorld/BentoBox/issues/531 * Implement ability to change user and admin command in config. * Improve CaveBlock pom.xml Remove unnecessary things. Add dependency projects in properties Add BuildNumber to version tag. * Add BentoBox 1.3.0 admin commands * Remove BeaconEnabler as it is not necessary. Beacon can shine through bedrock. Update pom as Challenges addon.
28 lines
320 B
Plaintext
28 lines
320 B
Plaintext
# Compiled class file
|
|
*.class
|
|
|
|
# Log file
|
|
*.log
|
|
|
|
# BlueJ files
|
|
*.ctxt
|
|
|
|
# Mobile Tools for Java (J2ME)
|
|
.mtj.tmp/
|
|
|
|
# Package Files #
|
|
*.jar
|
|
*.war
|
|
*.nar
|
|
*.ear
|
|
*.zip
|
|
*.tar.gz
|
|
*.rar
|
|
|
|
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
|
|
hs_err_pid*
|
|
/target/
|
|
/.DS_Store
|
|
/.classpath
|
|
/.project
|