Advertisement
Guest User

Untitled

a guest
Apr 22nd, 2021
528
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. ########################################################################################################
  2. ##                                    ##                                                              ##
  3. ##                                    ##        If you don't have a Permissions plugin yet            ##
  4. ##       YoutubeBroadcast plugin      ##               I suggest using 'LuckPerms'                    ##
  5. ##         Made By ItzMehMaikel       ##        If you need help with anything contact me!            ##
  6. ##                                    ##                    ItzMehMaikel#0583                         ##
  7. ##              Support:              ##                                                              ##
  8. ##     Discord: ItzMehMaikel#0583     ##                    Permissions List                          ##
  9. ##                                    ##              /ytbc - YoutubeBroadcast.use                    ##
  10. ##              Version               ##              /ytrl - YoutubeBroadcast.reload                 ##
  11. ##                V1.3                ##                                                              ##
  12. ##                                    ##                                                              ##
  13. ########################################################################################################
  14. ##                                                                                                    ##
  15. ##                    Placeholders that you can use in your messages                                  ##
  16. ##      Please notice that you won't be able to use every placeholder in every message!               ##
  17. ##      In front of every placeholder there is a letter. If you see for example the                   ##
  18. ##      letter 'P' this means you will only be able to use the placeholder for the prefix.            ##
  19. ##                                                                                                    ##
  20. ##      P  - %Prefix%   - This will display the Prefix in the message!                                ##
  21. ##      TL - %TimeLeft% - This will display this will display the time thats left for the cooldown!   ##
  22. ##                                                                                                    ##
  23. ##             Please notice that if you want to use words like don't in the messages                 ##
  24. ##                You will have to use a double ' otherwise the plugin won't work!                    ##
  25. ##                                   Example: Dont''t or You''ll                                      ##
  26. ##                                                                                                    ##
  27. ##                If you found any bugs or if you got a suggestions please let me know!               ##
  28. ##                                 Contact: ItzMehMaikel#0583 on discord!                             ##
  29. ##                                                                                                    ##
  30. ########################################################################################################
  31. ##                                                                                                    ##
  32. ##                           If you enjoy the resource please rate it!                                ##
  33. ##                                                                                                    ##
  34. ########################################################################################################
  35.  
  36. Prefix: '&4&lYoutube&f&lBroadcast &8| &f'
  37.  
  38. ##/YTBC
  39. Cooldown: 60 #The time is in seconds so 60 = 1 Minute
  40. NoPermsYTBC: '&4&lError &8| &fYou don''t have permissions to use this command! You will need the permission &cYoutubeBroadcast.use &fin order to use this command!' #Available placeholders: P
  41. WrongCommand: '&4&lError &8| &fYou will have to add a message to your announcement!' #Available placeholders: P & PL
  42. CooldownStillOn: '&4&lError &8| &fYou will have to wait &4%TimeLeft% seconds &fbefore using this command again!' #Available placeholders: P & TL
  43.  
  44. ##/YTRL
  45. #If you want to disable this command you must change 'UseReloadCommand' to False
  46. UseReloadCommand: True
  47. PluginReloaded: '&4&lYoutube&f&lBroadcast &8| &aThe plugin has been Reloaded!' #Available placeholders: P
  48. NoPermsYTRL: '&4&lError &8| &fYou don''t have permissions to use this command! You will need the permission &cYoutubeBroadcast.reload' #Available placeholders:
  49.  
  50.  
  51. ##Change the output from the message here
  52. #Use %msg% to display the message
  53. #Use %player% to display the command executor
  54. BroadcastOutput:
  55.   - "&7 "
  56.   - "&4&lYoutube&f&lBroadcast &8| &f%msg%"
  57.   - "&7 "
  58.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement