Configuration
config.yml
settings:
message:
reward_received: "&aYou have received rewards for your position #%position%!" # Message sent to the player when he receives the rewards
inventory_full: "&eSome rewards have been dropped on the ground because your inventory is full." # Message sent to the player when his inventory is fulldroptables.yml
CommonLoot: #Table Name
maxRewards: 3 # Up to how many rewards can be given, in this example: Up to 3 rewards
rewards:
- IRON_SWORD 1 0.7 2 # Format: Item/Command Amount Probability TimesAllowed
- GOLDEN_APPLE 1-3 0.5 1
- EXPERIENCE_BOTTLE 5-10 1.0 3
- nexo:CustomItem 1-3 0.2 1
- cmd:{money give %player% 1000} 1 0.4 1 rewards.yml
Basic Structure:
Reward entry types
a) Vanilla Minecraft Items:
b) MythicMobs Items:
d) Console Commands:
Complete Example:
Configuration Tips
Last updated