Guest User

config.yml

a guest
Dec 7th, 2024
146
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.58 KB | None | 0 0
  1. ### 𝕊𝕡𝕖𝕔𝕚𝕒𝕝 ℙ𝕣𝕖𝕗𝕚𝕩 ###
  2. ### Created by Wizirdi (Vethyx) ###
  3.  
  4. # REQUIRED: LuckPerms
  5. # OPTIONAL: Chat Plugin & Tab Plugin for Hex Codes
  6. # Command /setplayerprefix: specialprefix.admin
  7. # Command /specialprefix reload: specialprefix.admin
  8.  
  9. # TUTORIAL:
  10. # Use the command: /setplayerprefix <playername> [prefix]
  11. # EXAMPLE: If player Vethyx has the following permissions:
  12. # - specialprefix.prefix.vip
  13. # - specialprefix.badge.smile
  14. # And you run the command: /setplayerprefix Vethyx &3[Novice]
  15. # Their new prefix would be: &f🙂 &bᴠɪᴘ &3[Novice]
  16.  
  17. # EXTRA TIPS:
  18. # Add as many prefixes and badges as you want
  19. # You don't HAVE to use brackets, [] in [Novice] for example
  20. # After changing config file, run the /setplayerprefix command again to update players prefix/badge
  21.  
  22. # Prefixes configuration
  23. # Permission: specialprefix.prefix.<name> (replace <name> with the prefix key)
  24. prefix:
  25. explorer: "&aᴇxᴘʟᴏʀᴇʀ "
  26. miner: "&8miner "
  27. mvp: "&5ᴍᴠᴘ "
  28. vip: "&bᴠɪᴘ "
  29. helper: "&aʜᴇʟᴘᴇʀ "
  30. mod: "&cᴍᴏᴅ "
  31. owner: "&6ᴏᴡɴᴇʀ "
  32.  
  33. # Badges configuration
  34. # Permission: specialprefix.badge.<name> (replace <name> with the badge key)
  35. badge:
  36. smile: "&f🙂 "
  37. christmas: "&f❄ "
  38. mvp: "&d⛏ "
  39. helper: "&a⭐ "
  40. mod: "&c⭐ "
  41. owner: "&5⭐ "
  42.  
  43. # Sets the default color for the player name with compatible chat plugins (e.g., TAB Menu)
  44. # Note: Using /nickname (EssentialsX) overrides this setting.
  45. endPrefix: " &7"
Advertisement
Add Comment
Please, Sign In to add comment