Nyqi

ecoDrop, https://www.spigotmc.org/resources/ecodrop.6278/

Sep 4th, 2015
468
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 1.60 KB | None | 0 0
  1. # ecoDrop, settings.yml: https://www.spigotmc.org/resources/ecodrop.6278/
  2.  
  3. automaticUpdateCheck: true
  4. enableDropsFromMobs: true
  5. enableDropsFromBlocks: true
  6. enableMobDropsFromNonPlayerKilledMobs: false
  7. dropsCanBePickedUpOnlyByTheirOwners: false
  8. droppedItem:
  9.   material: GOLD_NUGGET
  10.   name: '&b&l%moneyReward% %currencySymbol%'
  11. pickupSound: IRONGOLEM_THROW
  12. spawnEffect:
  13.   type: LAVA
  14.   amount: 5
  15. rewardPrecision: 2
  16. ignoreHopperPickup: true
  17. disabledMobWorlds:
  18. - example_world
  19. - another_world
  20. - disabled_world
  21. disabledBlockWorlds:
  22. - example_world
  23. - another_world
  24. - disabled_world
  25. disabledWorldGuardRegions:
  26. - example_region
  27. - another_region
  28. disabledInMobArena: false
  29. disabledInCreative: false
  30. ifPlayerHaveNoMoneyForFineCommands:
  31. - tell %player% You have been killed, because you have no money to pay this fine!
  32. - kill %player%
  33. pvp:
  34.   playerDrop:
  35.     percentageChance: 100
  36.     enablePercentageMinAndMax: false
  37.     maxRewardIfPercentageMinAndMaxEnabled: 0
  38.     min: 5
  39.     max: 20
  40.     enabled: true
  41.   enablePlayerMoneyStealing: true
  42.   stolenMoneyDropsReward: true
  43.   disableWhenInsufficientFunds: false
  44. saveCache:
  45.   intervalInSeconds: 120
  46.   logIntoConsole: false
  47.   saveOnlyConfiguredBlocks: true
  48. event:
  49.   announceOnJoin: true
  50.   announceIntervalInSeconds: 0
  51.   currentSavedMultiplier: 0.0
  52.   currentSavedStartDate: 0
  53.   currentSavedStartMultiplier: 0.0
  54.   currentSavedEndDate: 0
  55. pickupMessagesEnabled:
  56.   inChat: true
  57.   inTitle: true
  58.   inAction: true
  59. stealMessagesEnabled:
  60.   inChat: true
  61.   inTitle: true
  62.   inAction: true
  63. fineMessagesEnabled:
  64.   inChat: true
  65.   inTitle: true
  66.   inAction: true
Add Comment
Please, Sign In to add comment