Advertisement
Guest User

Untitled

a guest
Feb 9th, 2014
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.52 KB | None | 0 0
  1. # Config file for InsanityRun by WauloK
  2. # http://www.ObsidianLoft.com/
  3. # Do not edit this! Use commands!
  4. #
  5. # useVault - Should we try to hook to vault for payments/charges ?
  6. # vaultCharge - Will we be charging players for runs?
  7. # useLanguage - Which language should we use? Other languages will be posted to the plugin page.
  8. # idleKickTime - If players stop moving, kick them out of the game after this many seconds. 4 works well.
  9. # broadcastWins - Broadcast run times and coins collected to the whole server or just the player
  10. # noEndTeleport - If this is true, when players reach the end of the run they will not teleport to the sign.
  11. # useCheckpoints - If this is true, when players cross the checkpoint they will teleport back to it when landing in water/lava
  12. # waterRestartsRun - If player lands in the water/lava, restart the run at the run spawn. Don't set this and checkpoints to true.
  13. # en - The game texts for English language
  14.  
  15. useVault: true
  16. useLanguage: en
  17. idleKickTime: 2
  18. broadcastWins: true
  19. vaultCharge: false
  20. noEndTeleport: false
  21. useCheckpoints: true
  22. waterRestartsRun: false
  23. en:
  24. help1: == Help for Insanity Run by WauloK == (v2.6)
  25. help2: /irun join <arena> - Join <arena>
  26. help3: /irun leave <arena> - Leave <arena>
  27. help4: /irun cre|create <arena> - Create and name <arena>
  28. help5: /irun del|delete <arena> - Delete <arena>
  29. help6: /irun ssp|setspawn <arena> - Set spawn location for <arena>
  30. help7: /irun spa|setpay <arena> <amount> - Set pay $<amount> of <arena>
  31. help8: /irun sch|setcharge <arena> <amount> - Set charge $<amount> of <arena>
  32. help9: /irun adj|adjoin <player> <arena> - Make <player> join <arena>
  33. help10: /irun adl|adleave <player> <arena> - Make <player> leave <arena>
  34. help11: /irun lnk|linkarenas <arena1> <arena2> - Link <arena1> to <arena2>
  35. help12: /irun list - List arenas
  36. noCmdPerms: You do not have permissions for command
  37. noArena: does not exist
  38. readyToPlay: You are now ready to play
  39. haveNowLeft: You have now left
  40. haveNotJoined: You haven't joined this game yet!
  41. createdArena: You have created arena
  42. setSpawnFor: You have set the spawn for
  43. setPayTo: payout is set to
  44. payCurrency: dollars
  45. vaultNotFound: Vault not found but is enabled in config
  46. vaultFound: Vault found and enabled in config
  47. vaultEnabled: has Vault enabled in config.yml
  48. vaultDisabled: has Vault disabled in config.yml
  49. noSignArenaName: You need to supply an arena name
  50. arenaDeleted: Deleted arena
  51. noSignPerms: You don't have permissions to create a sign
  52. signCreated: You created a join sign for arena
  53. gameOver: InsanityRun Game Over! You collected
  54. gameCurrency: coins
  55. vaultAward: Congratulations! You were paid
  56. idleKickText: Game Over! You idled too long in game. Keep Running!
  57. broadcastWinsText: ' %s finished %s with %s %s. Time: %s'
  58. vaultChargeText: 'You were charged: '
  59. notEnoughMoneyText: 'You don''t have enough money to play! Cost: '
  60. setChargeTo: charge is set to
  61. arenaNameText: 'Arena Name: '
  62. arenaChargeText: 'Arena Charge: '
  63. arenaPayText: 'Arena Pay: '
  64. arenaLinkText: 'Arena Link: '
  65. linkedTo: ' linked to '
  66. playersInArena: 'Players: '
  67. kickTPtext: Game over! No teleporting while in the arena!
  68. fastestRunsText: Fastest Runs
  69. listArenas: List of arenas
  70. FastestRunsText: Fastest Runs
  71. arenaList:
  72. - - arena1
  73. arena1:
  74. world: arena2
  75. x: 414.6334154405077
  76. y: 66.0
  77. z: -2137.7387539706083
  78. pitch: -1.0499791
  79. yaw: 181.70004
  80. pay: 0
  81. charge: 0
  82. sign:
  83. x: 413.0
  84. y: 67.0
  85. z: -2136.0
  86. world: arena2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement