settings.yml
License-Key: "YOUR-LICENSE-KEY-HERE"
### Listener Blacklist ###
# This is a list of listeners that you want to blacklist, this will prevent the plugin from listening to these events.
# This will eliminate shards from being dropped from these events.
# NOTE: This requires a restart to take effect.
# List:
# - "vanilla-block-break"
# - "vanilla-mob-kill"
# - "vanilla-fishing"
# - "vanilla-breeding"
# - "rival-harvester-hoes"
# - "rival-mob-swords"
# - "rival-pickaxes"
# - "edprison-block-break"
# - "coralprison-block-break"
# - "xprison-block-break"
Blacklisted-Listeners: []
Generate-Default-Sets: true # This will generate the default sets if they don't exist, if you have your own sets, set this to false.
Armor-Settings:
Update-Interval: 6 # This amount is seconds, this when everyones armor will be updated
Vanilla-Settings:
Fishing:
Base-XP: 50
Use-Fish-Values:
Enabled: false
Fish:
"cod":
Value: 1.0
"salmon":
Value: 1.0
"tropical_fish":
Value: 1.0
"pufferfish":
Value: 1.0
Mining:
Base-XP: 150
Use-Block-Values:
Enabled: false
Blocks:
"coal_ore":
Value: 1.0
"iron_ore":
Value: 1.0
"gold_ore":
Value: 1.0
"redstone_ore":
Value: 1.0
"lapis_ore":
Value: 1.0
"diamond_ore":
Value: 1.0
"emerald_ore":
Value: 1.0
"nether_quartz_ore":
Value: 1.0
"ancient_debris":
Value: 1.0
Breeding:
Base-XP: 200
Use-Breed-Values:
Enabled: false
Animals:
"cow":
Value: 1.0
"pig":
Value: 1.0
"sheep":
Value: 1.0
"chicken":
Value: 1.0
"rabbit":
Value: 1.0
Mobs:
Base-XP: 50
Use-Mob-Values:
Enabled: false
Mobs:
"zombie":
Value: 1.0
"skeleton":
Value: 1.0
"creeper":
Value: 1.0
Rival-Settings:
Harvester-Hoes:
Use-Crop-Values:
Enabled: false
Crops:
WHEAT:
Value: 1.0
CARROT:
Value: 1.0
POTATO:
Value: 1.0
BEETROOT:
Value: 1.0
NETHER_WART:
Value: 1.0
COCOA:
Value: 1.0
SUGAR_CANE:
Value: 1.0
Rival-Mob-Swords:
Base-XP: 50
Use-Mob-Values:
Enabled: false
Mobs:
ZOMBIE:
Value: 1.0
SKELETON:
Value: 1.0
CREEPER:
Value: 1.0
Rival-Pickaxes:
Base-XP: 150
Use-Block-Values:
Enabled: false
Blocks:
DIAMOND_ORE:
Value: 1.0
EMERALD_ORE:
Value: 1.0
LAPIS_ORE:
Value: 1.0
REDSTONE_ORE:
Value: 1.0
IRON_ORE:
Value: 1.0
GOLD_ORE:
Value: 1.0
COAL_ORE:
Value: 1.0
NETHER_QUARTZ_ORE:
Value: 1.0
ANCIENT_DEBRIS:
Value: 1.0
Last updated