Advertisement
Guest User

PrisonProfessional other.yml

a guest
Nov 11th, 2016
215
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.87 KB | None | 0 0
  1. #############################################################################
  2. #############################################################################
  3. # Configuration File Video >>> https://youtu.be/VvQKwyr8bOE <<< RECOMMENDED #
  4. #############################################################################
  5. #############################################################################
  6. ####################################
  7. # PrisonProfessional Configuration #
  8. ####################################
  9. ########
  10. # Main #
  11. ########
  12. # This is the version of your configuration files, do not change this
  13. version: '2.3.3'
  14. # The language of the plugin. The current supported languages are: english, french, and chinese. If you want more then don't hesitate to ask me.
  15. # Put 0 for english, 1 for french, 2 for chinese, and 3 for german.
  16. language: 0
  17. # The prefix of the plugin
  18. prefix: '&8[&bPP&8]'
  19. # The alert prefix
  20. alert-prefix: '&8[&4Alert&8]&c'
  21. # The amount of time in seconds a saving of data will occur
  22. data-saving-recurrence-delay: 1800
  23. # Staff names
  24. staff:
  25. TD6: 'Developer'
  26. ############
  27. # Messages #
  28. ############
  29. # The no permission message
  30. no-permission-message: '&4Invalid access'
  31. # The no syntax message
  32. no-syntax-message: '&4Invalid syntax, try: </%SYNTAX%>'
  33. # The console command message
  34. console-command-message: '&4Only in-game players can use this command'
  35. # The header of informational texts
  36. informational-header: '&f=================&d>&bPrisonProfessional&d<&f================='
  37. # The footer of informational texts
  38. informational-footer: '&f===================================================='
  39. # The apply requirements
  40. apply-messages:
  41. - '&f=================&d>&bPrisonProfessional&d<&f================='
  42. - '&bRequirements for applying:'
  43. - '&b1.) &fTell us your age *Must be 13 or older, Do not lie*'
  44. - '&b2.) &fTell us your Skype name *REQUIRED*'
  45. - '&b3.) &fTell us what rank you are applying for'
  46. - '&b4.) &fTell us why you want to be this rank'
  47. - '&b5.) &fTell us how long you have been staff before on other servers'
  48. - '&b6.) &fTell us what you have accomplished on those servers'
  49. - '&b7.) &fTell us what you can do'
  50. - '&b8.) &fTell us why we should choose YOU'
  51. - '&b9.) &fTell us how long you have been playing on this server.'
  52. - '&b10.) &fTell us your strengths and weaknesses'
  53. - '&fYou can apply at our website at &dwww.example.domain'
  54. - '&f===================================================='
  55. ##########
  56. # Sounds #
  57. ##########
  58. # The success sound
  59. success-sound: ENTITY_PLAYER_LEVELUP
  60. # The error sound
  61. error-sound: ENTITY_CAT_HISS
  62. # The mining sound
  63. mining-sound: ENTITY_CHICKEN_EGG
  64. # The joining sound
  65. join-sound: ENTITY_PLAYER_LEVELUP
  66. # The sound broadcasted when a new player joins
  67. new-player-sound: ENTITY_PLAYER_LEVELUP
  68. ###################
  69. # Joining/Leaving #
  70. ###################
  71. # The MOTD
  72. join-motd:
  73. - '&f=================&d>&bPrisonProfessional&d<&f================='
  74. - ' '
  75. - '&fWelcome &d%PLAYER% &fto the server, hope you have a good time'
  76. - '&fThere are currently &d%PLAYERSONLINE% &ftotal online players'
  77. - '&fThere are in total &d%TOTALPLAYERS% &fdifferent players that have joined'
  78. - '&fThere are currently &d%STAFFONLINE% &fstaff members online'
  79. - ' '
  80. - '&f===================================================='
  81. # The join message
  82. join-message: '&8[&a+&8] &d%PLAYER% &ajoined'
  83. # The leave message
  84. leave-message: '&8[&c-&8] &d%PLAYER% &cleft'
  85. # The message broadcasted when a new player joins
  86. new-player-message: '&6Welcome &d%PLAYER% &6to the server'
  87. ##########
  88. # Limits #
  89. ##########
  90. # The max spring power
  91. max-spring-power: 4
  92. # The max number of things that can be thrown at once
  93. throw-limit: 2
  94. # The amount of warnings a player can have before punishment
  95. player-max-warnings: 3
  96. # The maximum amount of commands that can be binded to an item
  97. bindings-max-commands: 3
  98. #############
  99. # Cooldowns #
  100. #############
  101. # The cooldown, in seconds, for the cheese command
  102. cheese-cooldown: 60
  103. # The cooldown, in seconds, for the milk command
  104. milk-cooldown: 60
  105. # The throw cooldown in seconds.
  106. throw-cooldown: 10
  107. # The cooldown for reporting in seconds.
  108. report-cooldown: 720
  109. ############
  110. # Commands #
  111. ############
  112. # The commands dispatched upon a player having a punishment
  113. player-warning-commands:
  114. - 'kick %PLAYER% &cYou have been temporarily banned for &4%REASON%&f. &cYou will be unbanned in 24 hours.'
  115. - 'tempban %PLAYER% 86400'
  116. # The join commands dispatched when a player joins the server (by console).
  117. join-commands:
  118. - 'fly %PLAYER%'
  119. # The commands dispatched when a new player joins
  120. new-player-join-commands:
  121. - 'pex user %PLAYER% group add A'
  122. - 'token set %PLAYER% 0'
  123. - 'eco set %PLAYER% 0'
  124. # What should be the commands dispatched when resetting
  125. reset-commands:
  126. - 'token reset %PLAYER%'
  127. - 'eco reset %PLAYER%'
  128. - 'clear %PLAYER%'
  129. - 'pex user %PLAYER% group add A'
  130. #########
  131. # Other #
  132. #########
  133. # The starting balance for tokens
  134. tokens-starting-balance: 0
  135. ########
  136. # Hand #
  137. ########
  138. # This controls the prices for adding or removing aspects with the hand command
  139. # There will be hand aspects
  140. hand-aspects: true
  141. # The prices for the aspects
  142. hand:
  143. add:
  144. lore:
  145. tokens: 20
  146. money: 500000
  147. enchantment:
  148. tokens: 50
  149. money: 1000000
  150. remove:
  151. lore:
  152. tokens: 10
  153. money: 250000
  154. enchantment:
  155. tokens: 20
  156. money: 300000
  157. setName:
  158. tokens: 50
  159. money: 1000000
  160. ####################
  161. # Anti Advertising #
  162. ####################
  163. # The phrases that shall be considered advertising
  164. advertising-phrases:
  165. - 'http://'
  166. - 'https://'
  167. - 'www.'
  168. - '.org'
  169. - '.com'
  170. - 'play.'
  171. - '.net'
  172. - '.se'
  173. - '.io'
  174. - '.edu'
  175. - '.cat'
  176. - '.onion'
  177. - '.us'
  178. - 'me.'
  179. # The messages dispatched upon advertising
  180. advertising-messages:
  181. - '&4Advertising is not allowed on this server'
  182. # The commands dispatched upon advertising
  183. advertising-commands:
  184. - 'warn %PLAYER% advertising'
  185. ##############
  186. # Anti Swear #
  187. ##############
  188. # The phrases that shall be considered swearing
  189. swear-phrases:
  190. - 'fuck'
  191. - 'bitch'
  192. - 'dick'
  193. - 'asshole'
  194. - 'faggot'
  195. - 'ass'
  196. - 'douchebag'
  197. - 'prick'
  198. - 'motherfucker'
  199. - 'son of a bitch'
  200. # The messages dispatched upon advertising
  201. swear-messages:
  202. - '&4Swearing is not allowed on this server'
  203. # The commands dispatched upon advertising
  204. swear-commands:
  205. #############
  206. # Anti Spam #
  207. #############
  208. # The amount of chat messages before sending anti spam messages
  209. anti-spam-message-requirement: 3
  210. # The amount of chat messages before dispatching anti spam commands
  211. anti-spam-commands-requirement: 5
  212. # The anti spam messages
  213. anti-spam-messages:
  214. - ' '
  215. - '&c>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>'
  216. - '&c<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<'
  217. - ' '
  218. - '&4Please stop spamming'
  219. - ' '
  220. - '&c>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>'
  221. - '&c<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<'
  222. - ' '
  223. # The anti spam commands
  224. anti-spam-commands:
  225. - 'warn %PLAYER% spamming'
  226. ###################
  227. # Blocked Phrases #
  228. ###################
  229. # The phrases that shall be considered blocked
  230. blocked-phrases:
  231. - 'lag'
  232. # The messages dispatched upon phrases being blocked
  233. blocked-phrases-messages:
  234. # The commands dispatched upon phrases being blocked
  235. blocked-phrases-commands:
  236. ################
  237. # Player Souls #
  238. ################
  239. # There will be custom death messages
  240. custom-death-messages: true
  241. # The custom death messages
  242. death-messages:
  243. - '&d%KILLER% &fhas brutally murdered &d%DEFENDER%'
  244. - '&d%KILLER% &fhas heavily assaulted &d%DEFENDER%'
  245. - '&d%KILLER% &fhas slain &d%DEFENDER%'
  246. - '&d%KILLER% &fhas humiliated &d%DEFENDER%'
  247. # The chance a soul will drop from a player dying
  248. soul-drop-chance: 10
  249. # The soul itemstack
  250. soul-item-stack:
  251. material: '399:0'
  252. amount: 1
  253. name: '&d%DEFENDER% &fsoul'
  254. enchantments:
  255. ARROW_INFINITE: 5
  256. lores:
  257. - '&7Killed by %KILLER%'
  258. ########################
  259. # Token Block Findings #
  260. ########################
  261. # The chance of a stash of tokens being found in a block
  262. token-find-chance: 200
  263. # The max amount of tokens that can be found in a stash
  264. token-stash-max: 10
  265. ###################################
  266. # Auto Inventory + Fortune Blocks #
  267. ###################################
  268. # There will be AutoInventory in creative mode
  269. creative-autoinventory: false
  270. # Durability on an item will reduce when mining
  271. reduce-durability: false
  272. # The sound dispatched when a player has a full inventory when mining
  273. full-inventory-sound: ENTITY_PLAYER_BURP
  274. # The message dispatched when a player has a full inventory when mining
  275. full-inventory-message: '&cYour inventory is full'
  276. # The multiplier for FortuneBlocks
  277. fortuneblocks-multiplier: 0.34
  278. # The worlds where FortuneBlocks will not work
  279. fortuneblocks-world-blacklist:
  280. - 'PlotWorld'
  281. # The blacklist for AutoInventory
  282. autoinventory-blacklist:
  283. - '138:0'
  284. # The blacklist for FortuneBlocks
  285. fortuneblocks-blacklist:
  286. - '138:0'
  287. ##############
  288. # Smart Drop #
  289. ##############
  290. # The item drops that will trigger smartdrop
  291. smart-drop-items:
  292. - '278'
  293. - '276'
  294. - '322'
  295. ##############
  296. # Admin Menu #
  297. ##############
  298. # There will be the warn players menu
  299. admin-menu-warn-players: true
  300. # There will be the kill players menu
  301. admin-menu-kill-players: true
  302. # There will be the ban players menu
  303. admin-menu-ban-players: true
  304. # There will be the commands menu
  305. admin-menu-commands: true
  306. # There will be the reported players menu
  307. admin-menu-reported-players: true
  308. # There will be the view warned players menu
  309. admin-menu-warned-players: true
  310. # There will be the view banned players menu
  311. admin-menu-banned-players: true
  312. # There will be the view operators menu
  313. admin-menu-operators: true
  314. ################
  315. # Premium Menu #
  316. ################
  317. # There will be the online players menu
  318. premium-menu-online-players: true
  319. # There will be the token balances menu
  320. premium-menu-token-balances: true
  321. # There will be the bounties menu
  322. premium-menu-bounties: true
  323. # There will be the chat menu
  324. premium-menu-chat: true
  325. # There will be the throwing menu
  326. premium-menu-throwing: true
  327. # There will be the commands menu
  328. premium-menu-commands: true
  329. # There will be the rewards menu
  330. premium-menu-rewards: true
  331. ###############
  332. # Member Menu #
  333. ###############
  334. # There will be the statistics menu
  335. member-menu-statistics: true
  336. # There will be the achievements menu
  337. member-menu-achievements: true
  338. # There will be the missions menu
  339. member-menu-missions: true
  340. # There will be the information menu
  341. member-menu-information: true
  342. # There will be the spring menu
  343. member-menu-spring: true
  344. # There will be the staff menu
  345. member-menu-staff: true
  346. # There will be the commands menu
  347. member-menu-commands: true
  348. ###########
  349. # Rewards #
  350. ###########
  351. # The cooldown before using another reward in seconds
  352. rewards-cooldown: 3600
  353. # The reward chances for a random reward
  354. rewards-random:
  355. 2:
  356. - 'crate give %PLAYER% common'
  357. 5:
  358. - 'crate give %PLAYER% uncommon'
  359. 10:
  360. - 'crate give %PLAYER% rare'
  361. # The reward chances for an economy reward
  362. rewards-economy:
  363. 2:
  364. money: 0
  365. tokens: 5
  366. 5:
  367. money: 0
  368. tokens: 10
  369. 10:
  370. money: 0
  371. tokens: 25
  372. # The reward chances for an item reward
  373. rewards-item:
  374. 2:
  375. material: '278:0'
  376. amount: 1
  377. name: '&bCommon Reward Pickaxe'
  378. enchantments:
  379. EFFICIENCY: 100
  380. UNBREAKING: 100
  381. FORTUNE: 10
  382. lores:
  383. - '&7Obtained from the items reward'
  384. 5:
  385. material: '278:0'
  386. amount: 1
  387. name: '&cRare Reward Pickaxe'
  388. enchantments:
  389. EFFICIENCY: 250
  390. UNBREAKING: 250
  391. FORTUNE: 20
  392. lores:
  393. - '&7Obtained from the items reward'
  394. 10:
  395. material: '278:0'
  396. amount: 1
  397. name: '&6Legendary Reward Pickaxe'
  398. enchantments:
  399. EFFICIENCY: 500
  400. UNBREAKING: 500
  401. FORTUNE: 30
  402. lores:
  403. - '&7Obtained from the items reward'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement