Guest User

PrisonProfessional other.yml

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