Advertisement
Guest User

courier

a guest
Jan 20th, 2013
396
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.71 KB | None | 0 0
  1. # Config file version is used internally to detect non backward compatible breaks
  2. # All times are in seconds, distances in blocks
  3. # Strings can use &0..&f color coding
  4. # Courier has been tested with Postman.Type 'Enderman' and 'Villager', but will accept all Creature-types
  5. # Route.WalkToPlayer is currently non-functioning due to changed Minecraft behaviour
  6. Courier:
  7. Version: 1.1.9
  8. UpdateInterval: 18000
  9. UseFees: false
  10. Fee:
  11. Send: 10
  12. BankAccount: <none>
  13. InfoFee: '&7Courier: &fThe postage is %s'
  14. InfoNoFee: '&7Courier: &fThere''s no cost for sending mail on this server'
  15. Route:
  16. InitialWait: 10
  17. NextRoute: 60
  18. WalkToPlayer: true
  19. Privacy:
  20. SealedEnvelope: true
  21. Locked: '&0Sorry, only&2 %s
  22.  
  23. &0can read this letter'
  24. Postman:
  25. Type: Villager
  26. QuickDespawn: 3
  27. Despawn: 20
  28. SpawnDistance: 10
  29. BreakSpawnProtection: true
  30. VanishDistance: 20
  31. CreativeDelivery: true
  32. Greeting: '&7Courier: &fA Postman has arrived with your mail!'
  33. MailDrop: '&7Courier: &fYour mail was dropped onto the ground.'
  34. Inventory: '&7Courier: &fYou had your hands full, the Postman put the mail in
  35. your inventory for you.'
  36. CannotDeliver: '&7Courier: &fA Postman has mail for you but was not allowed in
  37. this place.'
  38. ExtraDeliveries: '&7Courier: &fThe Postman will make extra deliveries'
  39. NoUnreadMail: '&7Courier: &fYou have no unread mail'
  40. Letter:
  41. FreeLetter: true
  42. Resources:
  43. - Coal
  44. - Paper
  45. RequiresCrafting: false
  46. ShowDate: true
  47. Frameable: true
  48. Drop: '&7Courier: &fYour inventory is full, the letter was dropped onto the ground.'
  49. Inventory: '&7Courier: &fYou had your hands full, the letter can be found in your
  50. inventory.'
  51. NoText: '&7Courier: &fError, no text to add to letter!'
  52. SkippedText: '&7Courier: &fParts of the entered text cannot be displayed and was
  53. skipped'
  54. CreateFailed: '&7Courier: &fCould not create the letter! Notify your admin!'
  55. NoMoreUIDs: '&7Courier: &fOut of unique message IDs! Notify your admin!'
  56. InfoCost: '&7Courier: &fResources needed to create letters: %s.'
  57. InfoFree: '&7Courier: &fLetters don''t require any resources to make.'
  58. LackingResources: '&7Courier: &fYou don''t have the required resources to create
  59. a letter. See /courier fees'
  60. NoCraftedFound: '&7Courier: &fTo write a letter you first need to craft blank
  61. parchment. See /courier fees'
  62. DisplayName: Courier Letter
  63. From: '&0Letter from&2 %s'
  64. To: Letter to %s
  65. Parchment:
  66. DisplayName: Blank Courier Parchment
  67. Post:
  68. NoCredit: '&7Courier: &fSorry, you don''t have enough credit to cover postage
  69. (%s)'
  70. NoRecipient: '&7Courier: &fError, no recipient to post your letter to!'
  71. DidYouMean: '&7Courier: &fCouldn''t find %1$s. Did you mean %2$s?'
  72. DidYouMeanList: '&7Courier: &fCouldn''t find %s. Did you mean anyone of these
  73. players?'
  74. DidYouMeanList2: '&7Courier:&f %s'
  75. NoSuchPlayer: '&7Courier: &fThere''s no player on this server with the name %s'
  76. LetterSent: '&7Courier: &fLetter to %s sent!'
  77. LetterSentFee: '&7Courier: &fLetter to %1$s sent! Postage fee of %2$s paid'
  78. FundProblem: '&7Courier: &fThere was a problem withdrawing funds for postage.
  79. Please tell your admin.'
  80. NoLetter: '&7Courier: &fYou must be holding the letter you want to post! See /courier'
  81. Info:
  82. Line1: '&f/letter message: &7Creates a letter or adds text to an existing one'
  83. Line2: '&f/post playername: &7Posts the letter you''re holding to playername'
  84. Line3: '&f/courier fees: &7Lists cost, if any, for creating and posting letters'
  85. Line4: '&f/courier unread: &7Request re-delivery of any unread mail'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement