Advertisement
Guest User

Untitled

a guest
Sep 13th, 2017
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.52 KB | None | 0 0
  1. MessageJailReason = ?cZostales wrzucony do lochu! Powód: <Reason>
  2. BucketProtection = true #Should we protect prisoners against using buckets?
  3. PlayerMoveProtection = false #Should we protect prisoners against moving out of jail?
  4. PlayerMovePenalty = 1 #For how much time is prisoner's time increased if he tries to move out of jail. Use 0 to disable penalty.
  5. MySQLPassword = password #MySQL Password (only if using MySQL)
  6. MessageMute = Milcz wiezniu! Odbedziesz swoja kare w ciszy.
  7. MessageDestroyPenalty = ?cNie próbuj niszczyc wiezienia! Zaraz dostaniesz kare.
  8. FireProtection = true #Should we protect prisoners against starting fires?
  9. JailStickId = 287 #Item that can be used to jail people. Default: Stick (280)
  10. BlockDestroyPenalty = 1 #For how much time is prisoner's time increased if he tries to destroy jail. Use 0 to disable penalty.
  11. EnableJailStick = true #Should we enable jailing with an item?
  12. MessageFirePenalty = ?cZa próbe podpalenia wiezienia otrzymujsz kolejne 15 minut!
  13. BlockPlacePenalty = 15 #For how much time is prisoner's time increased if he tries place block inside jail. Use 0 to disable penalty.
  14. SignText = <Player>[NEWLINE]<Time> minut[NEWLINE]za[NEWLINE]<Reason> #Text that appears on the cell sign.
  15. MessageDestroyNoPenalty = ?cNie próbuj niszczyc celi!
  16. MessageMovePenalty = ?cPróba ucieczki!!
  17. AutomaticMute = true #Should prisoners be automatically muted after jailing?
  18. MessageCommandPenalty = ?cPróbujesz uciec za pomoca komendy! Dodatkowe 15 minut.
  19. PreventCommands = /spawn,/kill,/warp #Which commands should we prevent from using in jail?
  20. MySQLConn = jdbc:mysql://localhost:3306/minecraft #MySQL Connection string (only if using MySQL)
  21. BlockDestroyProtection = true #Should jail be protected against destroying it?
  22. SelectionTool = 268 #What tool is used to create jail zones. Default: Wooden sword.
  23. JailStickTime = 15 #For how many items is player jailed when he is jailed using item.
  24. MessageFireNoPenalty = ?cNawet o tym nie mysl!
  25. MessageCommandNoPenalty = ?cTo nie zadziala!
  26. BucketPenalty = 10 #For how much time is prisoner's time increased if he tries to use a bucket? Use 0 to disable penalty.
  27. MessageTransfer = ?9Zostajesz przeniesiony!
  28. MessageMoveNoPenalty = ?cNie probuj uciekac z wiezienia!
  29. DeleteInventoryOnJail = false #Should we delete player's inventory when jailing?
  30. MessageJail = ?cZostajesz wrzucony do lochu!
  31. MySQLUsername = root #MySQL Username (only if using MySQL)
  32. CommandPenalty = 10 #For how much time is prisoner's time increased if he tries to use forbidden command. Use 0 to disable penalty.
  33. MessageBucketPenalty = ?cNie probuj zatopic celi! Otrzymujesz dodatkowe 10 minut odsiatki.
  34. NearestJailCode = nearest #If you enter this as a jail name, it will automatically search for nearest jail.
  35. EnableEscape = true #When player moves out of the jail, he will be released instead of teleported back.
  36. BlockPlaceProtection = true #Should jail be protected against placing blocks in it it?
  37. UseMySQL = false #true = use MySQL database / false = use SQLLite
  38. MessagePlaceNoPenalty = ?cNie próbuj budowac w celi!
  39. MessageUnJail = ?2Jestes wolny.
  40. JailStickRange = 3 #How many blocks away can player be from another player to jail him using item
  41. MessagePlacePenalty = ?cNie próbuj budowac w jailu. Otrzymujesz dodatkowe 10 minut!
  42. MessageBucketNoPenalty = ?cNie probuj tego!
  43. StoreInventory = true #Should we take player's inventory when he get jailed and return it to him when he gets released?
  44. FirePenalty = 10 #For how much time is prisoner's time increased if he tries to start a fire? Use 0 to disable penalty.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement