All checks were successful
Build / Explore-Gitea-Actions (push) Successful in 40s
Co-authored-by: Ardakaz <ardakaz@duck.com> Reviewed-on: #11 Reviewed-by: Ardakaz <ardakaz@duck.com> Co-authored-by: ThePindabaas <thepindabaas@noreply.localhost> Co-committed-by: ThePindabaas <thepindabaas@noreply.localhost>
67 lines
1.1 KiB
YAML
67 lines
1.1 KiB
YAML
# Ignore all stealing?
|
|
allow-stealing: false
|
|
|
|
jdbc-url: "./plugins/GriefAlert/database.db"
|
|
|
|
# Breaking these blocks don't cause alerts. (Material)
|
|
excluded-blocks:
|
|
- WHEAT
|
|
- CARROTS
|
|
- POTATOES
|
|
- BEETROOTS
|
|
- NETHER_WART
|
|
- PUMPKIN
|
|
- MELON
|
|
- SUGAR_CANE
|
|
- KELP_PLANT
|
|
- KELP
|
|
- SWEET_BERRY_BUSH
|
|
- COCOA
|
|
|
|
# Taking items from these containers cause alerts. (InventoryType)
|
|
valid-containers:
|
|
- CHEST
|
|
- BARREL
|
|
- BLAST_FURNACE
|
|
- BREWING
|
|
- FURNACE
|
|
- DISPENSER
|
|
- DROPPER
|
|
- HOPPER
|
|
- SHULKER_BOX
|
|
- SMOKER
|
|
|
|
# Which animals trigger an alert when killed on a build.
|
|
triggered-animals:
|
|
- ALLAY
|
|
- ARMADILLO
|
|
- AXOLOTL
|
|
- CAMEL
|
|
- CAT
|
|
- CHICKEN
|
|
- COW
|
|
- DONKEY
|
|
- FROG
|
|
- HORSE
|
|
- MOOSHROOM
|
|
- MULE
|
|
- OCELOT
|
|
- PARROT
|
|
- PIG
|
|
- RABBIT
|
|
- SHEEP
|
|
- SKELETON_HORSE
|
|
- SNIFFER
|
|
- SNOW_GOLEM
|
|
- TURTLE
|
|
- VILLAGER
|
|
- IRON_GOLEM
|
|
- WOLF
|
|
- LLAMA
|
|
- FOX
|
|
- GOAT
|
|
- PANDA
|
|
- POLAR_BEAR
|
|
|
|
# [Optional] Dynmap link for external hooks.
|
|
map-link: "" |