Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove unused settings from default config #105

Merged
merged 1 commit into from
Jan 13, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions src/main/resources/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,10 @@ Locale: "en" # Language file to load, currently the plugin comes with en and no,
# AA Directors
AADirectorDistance: 50 # Max range at which fireballs will be redirected
AADirectorRange: 120 # Max range at which it will direct to a block vs in the general direction
AADirectorsAllowed: # List of string names to craft types that are allowed to use AA Directors
- "Airship"
- "SubAirship"

# Cannon Directors
CannonDirectorDistance: 100 # Max range at which TNT will be redirected
CannonDirectorRange: 120 # Max range at which it will direct to a block vs in the general direction
CannonDirectorsAllowed: # List of string names to craft types that are allowed to use Cannon Directors
- "Airship"
- "SubAirship"

# Directors
DirectorTool: STICK # Material name for director control.
Expand Down