Advertisement
Guest User

Untitled

a guest
Mar 14th, 2018
277
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.30 KB | None | 0 0
  1. # PurePerms by 64FF00 (xktiverz@gmail.com, @64ff00 for Twitter)
  2.  
  3. # 제 블로그 이외에 허락없이 마음대로 플러그인 배포하실 시에는 바로 한국어 파일 삭제 조치하고 공유 중단합니다
  4.  
  5. ---
  6. # Set default data provider for PurePerms
  7. # - mysql, yamlv1, yamlv2
  8. data-provider: yamlv1
  9.  
  10. # Set the default language for PurePerms (<3)
  11. # - en, ko, jp, ru, ua, it, sp, cz, sk, de, idn, tr
  12. # English message resource by @64FF00 and @Samueljh1 (GitHub)
  13. # Korean message resource by @64FF00 (GitHub)
  14. # Japanese message resource by @onebone and @haniokasai (GitHub)
  15. # Russian message resource by @vvzar and @Pub4Game (GitHub)
  16. # Ukrainian message resource by @samalero (GitHub)
  17. # Italian message resource by @AryToNeX (GitHub)
  18. # Spanish message resource by @iksaku and @JoahDave (Github)
  19. # Czech message resource by @Michael2010117 (GitHub)
  20. # Slovak message resource by @Michael2010117 (GitHub)
  21. # German message resource by @Exxarion (GitHub)
  22. # Indonesian message resource by @DevillordMCPE (GitHub)
  23. # Turkish messages resource by @PainTR (GitHub)
  24. default-language: en
  25.  
  26. # Disable /op permission for all players
  27. # - true / false
  28. disable-op: true
  29.  
  30. # Setting this option will allow you to use per-world permissions
  31. # - true / false
  32. enable-multiworld-perms: false
  33.  
  34. # Enables 'Noeul', a 'pointless' security management system for PurePerms
  35. # - true / false
  36. enable-noeul-sixtyfour: false
  37.  
  38. # MySQL Settings (Only configure this if you are going to use MySQL data provider)
  39. mysql-settings:
  40. host: "PurePerms-FTW.loveyou.all"
  41. port: 3306
  42. user: "YourUsernameGoesHere"
  43. password: "YourPasswordGoesHere"
  44. db: "YourDBNameGoesHere"
  45.  
  46. # Sets a minimum length for a Noeul password when registering a new account
  47. # - int
  48. noeul-minimum-pw-length: 6
  49.  
  50. # Special thanks to @jazzwhistle for helping me with this cool feature! #JAZZWHISTLE-FTW
  51. # Ranks that can only be set on console
  52. # Also, users with a superadmin-rank can only have their rank changed on console
  53. # - array
  54. superadmin-ranks: ["OP"]
  55. YAML
  56. ---
  57. Guest:
  58. alias: 'gst'
  59. isDefault: true
  60. inheritance: []
  61. permissions:
  62. - -essentials.kit
  63. - -essentials.kit.other
  64. - -pocketmine.command.me
  65. - pchat.colored.format
  66. - pchat.colored.nametag
  67. - pocketmine.command.list
  68. - pperms.command.ppinfo
  69. worlds: []
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement