Advertisement
Guest User

config

a guest
Jun 22nd, 2016
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 2.21 KB | None | 0 0
  1. # Global settings.
  2. Global:
  3.   Enabled: true
  4.   Notify: true
  5.   Color: gold
  6.   TextColor: white
  7.   SingleItemDrops: false
  8.   SingleItemKeeps: false
  9.   SlotBasedRecovery: false
  10.   UseTheOrMethod: true
  11.   Debug: false
  12.   Permissions: true
  13.   OpsAllPerms: false
  14.   WorldGuardPVPIgnore: false
  15.   WorldGuardPVPOnly: false
  16.   FactionEnemyDrops: false
  17.   DungeonMaze: false
  18.   OfflineMode: false
  19.   Residence: false
  20.   ResidenceFlag: noscv
  21.   LanguageFile: english.yml
  22.   DropOnPVPDeath: false
  23.   RestoreDelayTicks: 10
  24.   BlackListWarn: false
  25. Messages:
  26.   MsgRecovered: Your inventory has been restored.
  27.   MsgSaving: Saving your inventory.
  28.   MsgSaveForFee: Saving your inventory for a small fee of %COST% %CURRENCY%.
  29.   MsgNotEnoughMoney: Item recovery cost is %COST% and you only have %BALANCE% %CURRENCY%. (%ERRORMESSAGE%)
  30.   MsgInsidePA: You are inside PVP Arena %ARENA%. Scavenger will not save your inventory.
  31.   MsgInsideBA: You are inside a Battle Arena. Scavenger will not save your inventory.
  32.   MsgInsideMA: You are inside a Mob Arena. Scavenger will not save your inventory.
  33.   MsgInsideWGPVP: You are inside a WorldGuard PVP region. Scavenger will not save your inventory.
  34.   MsgInsideWGPVPOnly: You are not inside a WorldGuard PVP region. Scavenger will not save your inventory.
  35.   MsgInsideEnemyFaction: You died in enemy territory. Your items will be dropped!
  36.   MsgInsideDungeonMaze: You died in a DungeonMaze. Your items will be dropped!
  37.   MsgHeader: Scavenger
  38.   MsgInsideRes: This residence does not allow item recovery! Dropping items!
  39.   MsgPVPDeath: Killed by another player! Dropping items.
  40.   MsgBlacklistedWorld: Scavenger is disabled in this world. Be careful.
  41.   MsgNoPerm: You do not have permissions to do this!
  42.   MsgSelfRecoveryEnabled: You have enabled item recovery for yourself!
  43.   MsgSelfRecoveryDisabled: You have disabled item recovery for yourself!
  44. Economy:
  45.   Enabled: false
  46.   Percent: false
  47.   RestoreCost: 10.0
  48.   MinCost: 5.0
  49.   MaxCost: 0
  50.   PercentCost: 5.0
  51.   AddMin: false
  52.   ChanceToDrop: 0
  53.   DepositType: none
  54.   DepositDestination: ''
  55.   CountryCode: ''
  56.   DecimalPlaces: 2
  57. BlacklistedWorlds:
  58. - put_here_worlds
  59. - that_you_want_blacklisted
  60. BlacklistedWGRegions:
  61. - put_here_regions
  62. - that_you_want_blacklisted
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement