Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
e49d76d
fixed potential maven setup issues with worldguard-bukkit
AdvancedWipe Mar 1, 2022
eb11304
updated .gitignore
AdvancedWipe Mar 1, 2022
2515053
updated dependencies to 1.18.1
AdvancedWipe Mar 1, 2022
287ab5e
fixed bug due to name changing in spigot-api:1.18.1-R0.1-SNAPSHOT
AdvancedWipe Mar 1, 2022
2455c8c
added blocks and entitys since 1.17 to configs
AdvancedWipe Mar 1, 2022
21cda30
added configured types from config to code so it actually works
AdvancedWipe Mar 1, 2022
18c9cce
added Logger
AdvancedWipe Mar 2, 2022
7cfc2ea
replaced System.out.println with logger
AdvancedWipe Mar 2, 2022
5022127
added new minecraft versions to file
AdvancedWipe Mar 2, 2022
ba8cd5b
added 1.17 blocks and items to further categories
AdvancedWipe Mar 6, 2022
52f4ce8
added missing copper ore to the vein miner config
AdvancedWipe Mar 6, 2022
5ecc3e2
change leaves to LinkedList so 1.17 materials can be added
AdvancedWipe Mar 6, 2022
b65ff78
updated project pom
AdvancedWipe Mar 6, 2022
5d07364
removed Sys.out statements and replaced with logger
AdvancedWipe Mar 12, 2022
cf7946d
Merge branch 'Feature-Logger' into development
AdvancedWipe Mar 12, 2022
2607f77
Create README.md
AdvancedWipe Mar 12, 2022
f81b9be
updated README.md
AdvancedWipe Mar 12, 2022
63d99d2
added missing blocks to the vein miner list
AdvancedWipe Mar 19, 2022
894d452
Merge branch 'development'
AdvancedWipe Mar 19, 2022
58f2da8
updated version number
AdvancedWipe Mar 19, 2022
b5c4d40
update README
AdvancedWipe Aug 31, 2022
81f31a0
add .editorconfig following the GoogleStyle
AdvancedWipe Aug 31, 2022
445f7a6
refactor and restructur the project
AdvancedWipe Aug 31, 2022
a424f17
apply changes to code style from .editorconfig to whole project
AdvancedWipe Sep 16, 2022
47ea004
remove FreeRPGPrint and replace with Log4j statement
AdvancedWipe Sep 17, 2022
2301f9f
update README.md
AdvancedWipe Sep 17, 2022
c1bef7a
update README.md
AdvancedWipe Nov 13, 2022
cda8d34
add CONTRIBUTING.md
AdvancedWipe Nov 13, 2022
6fafc1c
Update README.md
AdvancedWipe Nov 13, 2022
e1907a0
update markdown files
AdvancedWipe Nov 14, 2022
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
638 changes: 638 additions & 0 deletions .editorconfig

Large diffs are not rendered by default.

136 changes: 134 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,134 @@
# Project exclude paths
/target/
### .gitignore generated by ".ignore File" plugin
# Template contains ignored files of Java, Maven, IntelliJ, Eclipse, Linux, Windows, macOS
# Manully removed cases that are not needed.

# IntelliJ project files
.idea
*.iml
out
gen

### Maven template
target/
pom.xml.tag
pom.xml.releaseBackup
pom.xml.versionsBackup
pom.xml.next
release.properties
dependency-reduced-pom.xml
buildNumber.properties
.mvn/timing.properties
# https://github.com/takari/maven-wrapper#usage-without-binary-jar
.mvn/wrapper/maven-wrapper.jar

### Eclipse template
.metadata
bin/
tmp/
*.tmp
*.bak
*.swp
*~.nib
local.properties
.settings/
.loadpath
.recommenders

# External tool builders
.externalToolBuilders/

# Locally stored "Eclipse launch configurations"
*.launch

# Uncomment this line if you wish to ignore the project description file.
# Typically, this file would be tracked if it contains build/dependency configurations:
.project

### Java template
# Compiled class file
*.class

# Log file
*.log

# 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*

### Linux template
*~

# temporary files which can be created if a process still has a handle open of a deleted file
.fuse_hidden*

# KDE directory preferences
.directory

# Linux trash folder which might appear on any partition or disk
.Trash-*

# .nfs files are created when an open file is removed but is still being accessed
.nfs*

### Windows template
# Windows thumbnail cache files
Thumbs.db
Thumbs.db:encryptable
ehthumbs.db
ehthumbs_vista.db

# Dump file
*.stackdump

# Folder config file
[Dd]esktop.ini

# Recycle Bin used on file shares
$RECYCLE.BIN/

# Windows Installer files
*.cab
*.msi
*.msix
*.msm
*.msp

# Windows shortcuts
*.lnk

### macOS template
# General
.DS_Store
.AppleDouble
.LSOverride

# Icon must end with two \r
Icon

# Thumbnails
._*

# Files that might appear in the root of a volume
.DocumentRevisions-V100
.fseventsd
.Spotlight-V100
.TemporaryItems
.Trashes
.VolumeIcon.icns
.com.apple.timemachine.donotpresent

# Directories potentially created on remote AFP share
.AppleDB
.AppleDesktop
Network Trash Folder
Temporary Items
.apdisk

40 changes: 40 additions & 0 deletions .idea/jarRepositories.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 0 additions & 13 deletions .idea/libraries/Maven__com_google_code_findbugs_jsr305_1_3_9.xml

This file was deleted.

13 changes: 0 additions & 13 deletions .idea/libraries/Maven__com_google_code_gson_gson_2_8_0.xml

This file was deleted.

13 changes: 0 additions & 13 deletions .idea/libraries/Maven__com_google_guava_guava_21_0.xml

This file was deleted.

This file was deleted.

13 changes: 13 additions & 0 deletions .idea/libraries/Maven__com_ibm_icu_icu4j_61_1.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 0 additions & 13 deletions .idea/libraries/Maven__com_sk89q_commandbook_2_3.xml

This file was deleted.

13 changes: 0 additions & 13 deletions .idea/libraries/Maven__com_sk89q_intake_intake_4_2_SNAPSHOT.xml

This file was deleted.

13 changes: 0 additions & 13 deletions .idea/libraries/Maven__com_sk89q_squirrelid_0_2_0.xml

This file was deleted.

This file was deleted.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

This file was deleted.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading