Advertisement
Guest User

Untitled

a guest
Aug 21st, 2017
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.78 KB | None | 0 0
  1. dogtags:
  2. Keebeab:
  3. prefix: '§8[§bKeebeab§8]§f'
  4. description: '§7§l●§f Click to §benable§f this tag. §8(§f%permission%§8)'
  5. permission: false
  6. gui:
  7. name: BlockGame ● Tags
  8. item: NAME_TAG
  9. show-no-access: true
  10. dynamic: false
  11. size: 45
  12. format:
  13. name: '§b§n%id% Tag'
  14. lore:
  15. - '§7§l●§f %description%'
  16. gui-item:
  17. enabled: true
  18. name: '§b§n%id% Tag'
  19. lore:
  20. - '§7§l●§f Click to §bdisable§f tag.'
  21. slot: 5
  22. item: NAME_TAG
  23. data: 0
  24. replacement:
  25. permission:
  26. true: '§bUnlocked'
  27. false: '§bLocked'
  28.  
  29. message:
  30. NO_PERMISSION: '&8[&bTags&8]&f You do not have &bpermission&f to do that.'
  31. RELOAD: '&8[&bTags&8]&f You have &breloaded&f configuration.'
  32. CREATED: '&8[&bTags&8]&f Created &b%id%&f tag with prefix &b%prefix%&f.'
  33. REMOVED: '&8[&bTags&8]&f Removed &b%id%&f tag.'
  34. SET: '&8[&bTags&8]&f You have selected the &b%id%&f tag.'
  35. SET_OTHER: '&8[&bTags&8]&f You set &b%player%''s&f tag to &b%prefix%&f.'
  36. SET_TAG_PREFIX: '&8[&bTags&8]&f The prefix for &b%id%&f has been set to &b%prefix%&f.'
  37. SET_TAG_DESCRIPTION: '&8[&bTags&8]&f The description for &b%id%&f has been set to &b%description%&f.'
  38. TAG_NO_PERMISSION: '&8[&bTags&8]&f The &b%id%&f tag requires no &bpermission&f to use.'
  39. TAG_PERMISSION: '&8[&bTags&8]&f The &b%id%&f tag requires &b%permission%&f to use.'
  40. CLEARED: '&8[&bTags&8]&f Your have &bremoved&f your tag.'
  41. CLEARED_OTHER: '&8[&bTags&8]&f You have cleared &b%player%''s&f tag.'
  42. ALREADY_EXISTS: '&8[&bTags&8]&f That tag &balready&f exists.'
  43. INVALID_TAG: '&8[&bTags&8]&f That is an &binvalid &ftag.'
  44.  
  45. storage:
  46. type: MYSQL
  47. host: localhost
  48. username: root
  49. password: 'xd'
  50. prefix: dogtags_
  51. database: server_dogtags
  52. port: 3306
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement