forked from GC-spigot/AdvancedEnchantments
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlootConfiguration.yml
73 lines (65 loc) · 1.89 KB
/
lootConfiguration.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
# Configuration file for random loot generated in world and villager trades
# Random locations include:
# * Any chests generated in wild, e.g. mob spawner rooms, mineshaft etc.
# Configure Villager Trades. Villagers can trade custom enchantment books and admin items, e.g. white scrolls, orbs, dusts.
# ------ Random Loot Section ------ #
randomLoot:
# Should random loot be generated in world?
randomLootEnabled: true
# Maximum number of custom items to be generated in a random loot container
maxItemsPerContainer: 2
# Chance of any item(s) being generated
chanceOfItems: 5
# Chances format:
# ITEM_NAME: Chance (0 to 100)
chances:
SLOT_INCREASER: 5
WHITE_SCROLL: 12
MYSTERY_DUST: 0
SECRET_DUST: 15
MAGIC_DUST: 12
BLACK_SCROLL: 7
RANDOMIZER: 10
RENAME_TAG: 8
BLOCKTRAK: 4
STATTRAK: 4
MOBTRAK: 4
SOUL_TRACKER: 2
SOUL_GEM: 15
TRANSMOG_SCROLL: 8
HOLY_WHITE_SCROLL: 4
ARMOR_ORB: 2
WEAPON_ORB: 2
TOOL_ORB: 2
RANDOM_ENCHANT_BOOK: 10
# ------ Villager Trades Section ------ #
villagerTrades:
# Should villagers be able to trade custom books / items?
villagerTradesEnabled: true
# Should villagers trade admin items as well? E.g. Whitescroll, Blackscroll, Magic Dust
# If set to false, they will only trade custom enchantment books
tradeAllLoot: true
# Chance of any item(s) being added as a trade
chanceOfItems: 3
# Chances format:
# ITEM_NAME: Chance (0 to 100)
chances:
SLOT_INCREASER: 5
WHITE_SCROLL: 12
MYSTERY_DUST: 0
SECRET_DUST: 15
MAGIC_DUST: 12
BLACK_SCROLL: 7
RANDOMIZER: 10
RENAME_TAG: 8
BLOCKTRAK: 4
STATTRAK: 4
MOBTRAK: 4
SOUL_TRACKER: 2
SOUL_GEM: 15
TRANSMOG_SCROLL: 8
HOLY_WHITE_SCROLL: 4
ARMOR_ORB: 2
WEAPON_ORB: 2
TOOL_ORB: 2
RANDOM_ENCHANT_BOOK: 10