Advertisement
Guest User

Untitled

a guest
Jan 27th, 2017
149
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.34 KB | None | 0 0
  1. #MySQL - All between "" - if no password needed only fill in ""
  2. host: "127.0.0.1"
  3. port: "3306"
  4. database: "rep"
  5. username: "root"
  6. password: ""
  7.  
  8.  
  9. #General#
  10. no-permission: "You do not have enough permission to use this command!"
  11. name-tag-range: 10
  12.  
  13. #Jail#
  14. announce-jail: true
  15. announce-jail-message: "{player} has been jailed and lost {amount} reputation."
  16. player-jail-message: "You have been jailed! You have lost {amount} reputation."
  17. police-jail-message: "You have gained {amount} reputation for jailing {player}."
  18. jail-rep-lost: 10
  19. cop-rep-added: 5
  20. items-lost-on-jail:
  21. - 338
  22.  
  23. jailworlds:
  24. world1:
  25. name: "world"
  26. x: 100
  27. y: 100
  28. z: 100
  29.  
  30. duty-kit:
  31. item1:
  32. name: "Sword"
  33. material: "DIAMOND_SWORD"
  34. enchants:
  35. enchant1:
  36. type: "SHARPNESS"
  37. level: 2
  38. enchant2:
  39. type: "DURABILITY"
  40. level: 1
  41. item2:
  42. name: "Sword2"
  43. material: "DIAMOND_SWORD"
  44. enchants:
  45. enchant1:
  46. type: "SHARPNESS"
  47. level: 2
  48. enchant2:
  49. type: "DURABILITY"
  50. level: 1
  51.  
  52. #Election#
  53. ##Winner has a player and rank variable. Keep these in the command at all times
  54. election-winner-command: "pex user {player} set group {rank}"
  55. ##Loser has a player variable. Keep this in the command at all times. The rank of the loser has to be set manually.
  56. election-loser-command: "pex user {player} set group Common"
  57.  
  58. new-running: "You are now running for {rank}!"
  59. already-running: "You are already running for this position!"
  60. not-enough-rep: "You dont have enough reputation to run for this position."
  61. voted: "Vote has been registered!"
  62. already-voted: "You already voted!"
  63.  
  64.  
  65. #Vault#
  66. x: 200
  67. y: 70
  68. z: 200
  69. percentage-robbed: 20
  70. ##In seconds
  71. rob-cooldown: 5
  72. vault-cooldown: 10
  73. rob-commands:
  74. - "/msg"
  75. - "/spawn"
  76. command-message: "You can not use this command right now!"
  77. caught-message: "You lost {amount}$.. better luck next time at the vault!"
  78. robber-death-message: "You lost your cash from the robbery.. Try not to die next time!"
  79. already-robbed-message: "You already robbed the bank! Wait a bit wont you? NOW RUN!"
  80. vault-on-cooldown: "Vault is on cooldown!"
  81. rob-vault: "You robbed the bank for {amount}! Better hurry before the police catches you!"
  82. rob-broadcast: "{player} just robbed the vault!"
  83. insurance-update: "Your insurance has been updated to: {date}"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement