Advertisement
MadManMarkAu

Untitled

Nov 26th, 2011
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 8.04 KB | None | 0 0
  1. # MultiHome config file.
  2. #
  3. # settings:
  4. #   messages: Plugin messages are stored here. Customize messages using these entries. Missing entries will not be sent.
  5. #     tooManyParameters: Message for when user specifies too many parameters. Variables: none
  6. #     defaultHomeSetMessage: Message for when default home is set. Variables: none
  7. #     cannotDeleteDefaultHomeMessage: Message for when player tries to delete deafult home. Variables: none
  8. #     homeSetMessage: Message for when home is set. Variables: {HOME}
  9. #     homeDeletedMessage: Message for when home deleted. Variables: {HOME}
  10. #     noHomeMessage: Message for when home not found. Variables: {HOME}
  11. #     noDefaultHomeMessage: Message for when default home not found.
  12. #     noPlayerMessage: Message for when target player not found. Variables: {PLAYER}'
  13. #     warmupMessage: Message for when home warmup initiated. Variables: {SECONDS}
  14. #     warmupCompleteMessage: Message for when home warmup completes. Variables: none
  15. #     warmupDisruptMessage: Message for when home warmup is disrupted. Variables: none
  16. #     cooldownMessage: Message for when cooldown hasn't expired yet. Variables: {SECONDS}
  17. #     tooManyHomesMessage: Message for when user tries to set too many homes. Variables: {CURRENT}, {MAX}
  18. #     homeListMessage: Message for when home locations listed. Variables: {LIST}
  19. #     homeListOthersMessage: Message for when home locations for another player are listed. Variables: {PLAYER}, {LIST}
  20. #     homeInviteOwnerMessage: Message to home owner for when invite is granted. Variables: {TARGET} {HOME}
  21. #     homeInviteTargetMessage: Message to invite target for when invite is granted. Variables: {OWNER} {HOME}
  22. #     homeInviteTimedOwnerMessage: Message to home owner for when timed invite is granted. Variables: {TARGET} {HOME} {TIME}
  23. #     homeInviteTimedTargetMessage: Message to invite target for when timed invite is granted. Variables: {OWNER} {HOME} {TIME}
  24. #     homeUninviteOwnerMessage: Message to home owner for when invite is retracted. Variables: {TARGET} {HOME}
  25. #     homeUninviteTargetMessage: Message to invite target for when invite is retracted. Variables: {OWNER} {HOME}
  26. #     homeListInvitesToMe: Message to use when listing invites open to this player. Variables: {TARGET} {LIST}
  27. #     homeListInvitesToOthers: Message to use when listing invites open to other players. Variables: {OWNER} {LIST}
  28. #     econNotEnoughFunds: Message to use when a player does not have enough money for a command. Variables {AMOUNT}
  29. #     econDeductedForHome: Message to use when a player is charged for teleporting. Variables: {AMOUNT}
  30. #     econDeductForSet: Message to use when a player is charged for setting a home. Variables: {AMOUNT}
  31. #   deafult: Default settings for all users are stored here.
  32. #     warmup: Amount of time to wait before a /home command executes.
  33. #     cooldown: Amount of time to wait before /home can be used again.
  34. #     maxhomes: Maximum number of homes this group may have. Use -1 to signify no limit.
  35. #     disruptWarmup: Whether a players teleport will be cancelled if they are attacked. 0 for false, 1 for true
  36. #     setHomeCost: Amount to charge a player when setting their default home
  37. #     setNamedHomeCost: Amount to charge a player when setting a named home
  38. #     homeCost: Amount to charge a player when they use /home
  39. #     namedHomeCost: Amount to charge a player when using /home to a named home
  40. #     othersHomeCost: Amount to charge a player when they use /home to warp to another players home
  41. #
  42. # When editing this file for the first time, please duplicate the groups.default section
  43. #  for each of your defined Permissions groups.
  44.  
  45. MultiHome:
  46.     enableHomeOnDeath: false
  47.     enableEconomy: false
  48.     messages:
  49.         tooManyParameters: 'Too many parameters.'
  50.         defaultHomeSetMessage: 'Deafult home set.'
  51.         cannotDeleteDefaultHomeMessage: 'You cannot delete your default home location.'
  52.         homeSetMessage: 'Home {HOME} set.'
  53.         homeDeletedMessage: 'Home {HOME} deleted.'
  54.         noHomeMessage: 'Home {HOME} not set.'
  55.         noDefaultHomeMessage: 'Home not set.'
  56.         noPlayerMessage: 'Player {PLAYER} not found.'
  57.         warmupMessage: 'Home initiated. Transfer in {SECONDS} seconds.'
  58.         warmupCompleteMessage: 'Teleporting now!'
  59.         warmupDisruptMessage: 'Your teleport has been disrupted!'
  60.         cooldownMessage: 'You may not teleport yet. Please wait another {SECONDS} seconds.'
  61.         tooManyHomesMessage: 'Cannot set home location. You have already set {CURRENT} out of {MAX} homes.'
  62.         homeListMessage: 'Home locations: {LIST}'
  63.         homeListOthersMessage: 'Home locations for {PLAYER}: {LIST}'
  64.         homeInviteOwnerMessage: 'Invite extended to {TARGET}.'
  65.         homeInviteTargetMessage: '{OWNER} invited you to their home. To accept, use this command: /home {OWNER}:{HOME}'
  66.         homeInviteTimedOwnerMessage: 'Invite extended to {TARGET} for {TIME} seconds.'
  67.         homeInviteTimedTargetMessage: '{OWNER} invited you to their home for {TIME} seconds. To accept, use this command: /home {OWNER}:{HOME}'
  68.         homeUninviteOwnerMessage: 'You have retracted your invite for {TARGET} to visit your home: [{HOME}]'
  69.         homeUninviteTargetMessage: '{OWNER} has retracted their invite to to their home: [{HOME}]'
  70.         homeListInvitesToMe: 'Invites open to you: {LIST}'
  71.         homeListInvitesToOthers: 'Invites you have open: {LIST}'
  72.         econNotEnoughFunds: 'You did not have {AMOUNT} to do that.'
  73.         econDeductedForHome: '{AMOUNT} was removed from your account for going home.'
  74.         econDeductForSet: '{AMOUNT} was removed from your account for setting a home.'
  75.         econNotEnoughFunds: 'You did not have {AMOUNT} to do that.'
  76.     default:
  77.         warmup: 0
  78.         cooldown: 0
  79.         maxhomes: 1
  80.         disruptWarmup: true
  81.         setHomeCost: 0
  82.         setNamedHomeCost: 0
  83.         homeCost: 0
  84.         namedHomeCost: 0
  85.         othersHomeCost: 0
  86.     groups:
  87.         Adventurer:
  88.             warmup: 0
  89.             cooldown: 0
  90.             maxhomes: 1
  91.             disruptWarmup: true
  92.             setHomeCost: 0
  93.             setNamedHomeCost: 0
  94.             homeCost: 0
  95.             namedHomeCost: 0
  96.         Seasoned Adventurer:
  97.             warmup: 0
  98.             cooldown: 0
  99.             maxhomes: 2
  100.             disruptWarmup: true
  101.             setHomeCost: 0
  102.             setNamedHomeCost: 0
  103.             homeCost: 0
  104.             namedHomeCost: 0
  105.         Renowned Adventurer:
  106.             warmup: 0
  107.             cooldown: 0
  108.             maxhomes: 3
  109.             disruptWarmup: true
  110.             setHomeCost: 0
  111.             setNamedHomeCost: 0
  112.             homeCost: 0
  113.             namedHomeCost: 0
  114.         Mature Adventurer:
  115.             warmup: 0
  116.             cooldown: 0
  117.             maxhomes: 4
  118.             disruptWarmup: true
  119.             setHomeCost: 0
  120.             setNamedHomeCost: 0
  121.             homeCost: 0
  122.             namedHomeCost: 0
  123.         VIP:
  124.             warmup: 0
  125.             cooldown: 0
  126.             maxhomes: 7
  127.             disruptWarmup: true
  128.             setHomeCost: 0
  129.             setNamedHomeCost: 0
  130.             homeCost: 0
  131.             namedHomeCost: 0
  132.         Moderator:
  133.             warmup: 0
  134.             cooldown: 0
  135.             maxhomes: 4
  136.             disruptWarmup: true
  137.             setHomeCost: 0
  138.             setNamedHomeCost: 0
  139.             homeCost: 0
  140.             namedHomeCost: 0
  141.         VIP Mod:
  142.             warmup: 0
  143.             cooldown: 0
  144.             maxhomes: 7
  145.             disruptWarmup: true
  146.             setHomeCost: 0
  147.             setNamedHomeCost: 0
  148.             homeCost: 0
  149.             namedHomeCost: 0
  150.         Admin:
  151.             warmup: 0
  152.             cooldown: 0
  153.             maxhomes: 10
  154.             disruptWarmup: true
  155.             setHomeCost: 0
  156.             setNamedHomeCost: 0
  157.             homeCost: 0
  158.             namedHomeCost: 0
  159.         Owner:
  160.             warmup: 0
  161.             cooldown: 0
  162.             maxhomes: 1000
  163.             disruptWarmup: true
  164.             setHomeCost: 0
  165.             setNamedHomeCost: 0
  166.             homeCost: 0
  167.             namedHomeCost: 0
  168.  
  169.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement