Advertisement
Guest User

MultiHome Config

a guest
Nov 26th, 2011
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.14 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. groups:
  97. Seasoned Adventurer:
  98. warmup: 0
  99. cooldown: 0
  100. maxhomes: 2
  101. disruptWarmup: true
  102. setHomeCost: 0
  103. setNamedHomeCost: 0
  104. homeCost: 0
  105. namedHomeCost: 0
  106. groups:
  107. Renowned Adventurer:
  108. warmup: 0
  109. cooldown: 0
  110. maxhomes: 3
  111. disruptWarmup: true
  112. setHomeCost: 0
  113. setNamedHomeCost: 0
  114. homeCost: 0
  115. namedHomeCost: 0
  116. groups:
  117. Mature Adventurer:
  118. warmup: 0
  119. cooldown: 0
  120. maxhomes: 4
  121. disruptWarmup: true
  122. setHomeCost: 0
  123. setNamedHomeCost: 0
  124. homeCost: 0
  125. namedHomeCost: 0
  126. groups:
  127. VIP:
  128. warmup: 0
  129. cooldown: 0
  130. maxhomes: 7
  131. disruptWarmup: true
  132. setHomeCost: 0
  133. setNamedHomeCost: 0
  134. homeCost: 0
  135. namedHomeCost: 0
  136. groups:
  137. Moderator:
  138. warmup: 0
  139. cooldown: 0
  140. maxhomes: 4
  141. disruptWarmup: true
  142. setHomeCost: 0
  143. setNamedHomeCost: 0
  144. homeCost: 0
  145. namedHomeCost: 0
  146. groups:
  147. VIP Mod:
  148. warmup: 0
  149. cooldown: 0
  150. maxhomes: 7
  151. disruptWarmup: true
  152. setHomeCost: 0
  153. setNamedHomeCost: 0
  154. homeCost: 0
  155. namedHomeCost: 0
  156. groups:
  157. Admin:
  158. warmup: 0
  159. cooldown: 0
  160. maxhomes: 10
  161. disruptWarmup: true
  162. setHomeCost: 0
  163. setNamedHomeCost: 0
  164. homeCost: 0
  165. namedHomeCost: 0
  166. groups:
  167. Owner:
  168. warmup: 0
  169. cooldown: 0
  170. maxhomes: 1000
  171. disruptWarmup: true
  172. setHomeCost: 0
  173. setNamedHomeCost: 0
  174. homeCost: 0
  175. namedHomeCost: 0
  176.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement