Advertisement
lelesape

JoinAlert config.yml

Jul 30th, 2020 (edited)
199
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 16.20 KB | None | 0 0
  1. # # # # # # # # # # # # # # # # #
  2. #           JoinAlert           #
  3. #          By lelesape          #
  4. # # # # # # # # # # # # # # # # #
  5. # prefix-for-cmds: the prefix the plugin should have when sending messages on chat
  6. # enabled: should the plugin modify join/leave alerts
  7. # first join: settings for users that join for the first time. If enabled will override the other messages.
  8. # cooldown: amount of seconds needed for a player to display a new join/leave message
  9. #          message: message sent to a player when the player is on cooldown for join/leave alerts
  10. #          alerts: join/leave messages sent to everyone when a player on cooldown
  11. # title: Play a title for every player online when a user joins
  12. #   -enabled: should the title be enabled?
  13. #   -title: what should the title display? (%player% is accepted, leave blank for no title)
  14. #   -subtitle: what should the subtitle display? (%player% is accepted, leave blank for no title)
  15. # lightning: should the lightning effect OnJoin be enabled?
  16. # lightning mode: if enabled, which mode should the effect have
  17. #                (true = a single lightning on the player; false = 8 lightings surrounding the player)
  18. # replace join/leave message: should the default join/leave messages be replace? (player joined/left the server)
  19. # message enabled: should the OnJoin message be enabled?
  20. # message: the message to be displayed
  21. # sound enabled: should the plugin play a sound when someones joins the server?
  22. # Sound list in case you need it https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/Sound.html
  23. # Self: Options for the player that joins
  24. # NEW! (As of: MC 1.16.1, plugin version 1.8.0) Hex colors! (https://www.color-hex.com/)
  25. # In order to use hex colors you only need to add the color code and a hash to the string, followed by
  26. # the color code. ie: &#fffb00Hello there. Will print in yellow: Hello there.
  27. # In case you need any help with these do not doubt contacting me via discord or spigot PMs
  28. config:
  29.   prefix-for-cmds: '[&4JoinAlert&r]'
  30.   enabled: true
  31.   messages:
  32.     no permission: '&cNo permission'
  33.     reloaded: '&aFiles reloaded'
  34.     unknown: '&cUnknown command. &fTry &e/ja help &ffor a list of commands'
  35.     already enabled: '&cThe plugin is already enabled!'
  36.     already disabled: '&cThe plugin is already disabled'
  37.     enabled: '&aThe plugin has been enabled'
  38.     disabled: '&aThe plugin has been disabled'
  39.   first join:
  40.     enabled: true
  41.     prefix: '[&4JoinAlert&r]'
  42.     others:
  43.       title:
  44.         enabled: true
  45.         title: '&6&lWelcome &3&l%player%!'
  46.         subtitle: ''
  47.       message:
  48.         enabled: true
  49.         text: '&6Welcome &c%player% &6to the server! (user #%unique%)'
  50.       sound:
  51.         enabled: true
  52.         sound: block_note_block_pling
  53.       lightning:
  54.         enabled: true
  55.         mode: true
  56.     self:
  57.       title:
  58.         enabled: true
  59.         title: '&6&lWelcome &3&l%player%!'
  60.         subtitle: '&6You are the user #%unique% to join this server'
  61.       message:
  62.         enabled: true
  63.         text: '&6Welcome &c%player% &6to the server! (user #%unique%)'
  64.       sound:
  65.         enabled: true
  66.         sound: block_note_block_pling
  67.   OP:
  68.     prefix: '&f[&4&lOP&f]'
  69.     cooldown:
  70.       enabled: true
  71.       time: 10
  72.       message:
  73.         enabled: true
  74.         text: '&cYou are on cooldown, join alerts are paused for you'
  75.       alerts:
  76.         on join:
  77.           enabled: true
  78.           text: '&e%player% joined the game'
  79.         on leave:
  80.           enabled: true
  81.           text: '&e%player% left the game'
  82.     OnJoin:
  83.       title:
  84.         enabled: true
  85.         title: '&4&l%player%'
  86.         subtitle: '&3has joined the game'
  87.       lightning:
  88.         enabled: true
  89.         mode: true
  90.       message:
  91.         enabled: true
  92.         text: '&6&l%player% just joined the server'
  93.       sound:
  94.         enabled: true
  95.         sound: block_note_block_pling
  96.       self:
  97.         title:
  98.           enabled: true
  99.           title: '&4&l%player%'
  100.           subtitle: '&3Welcome back!'
  101.         message:
  102.           enabled: true
  103.           text: '&eWe missed you &c%player%'
  104.         sound:
  105.           enabled: true
  106.           sound: block_note_block_pling
  107.     OnLeave:
  108.       message:
  109.         enabled: true
  110.         text: '&6&l%player% just left the server'
  111.       sound:
  112.         enabled: true
  113.         sound: block_note_block_pling
  114.   '1':
  115.     prefix: '&f[&11&f]'
  116.     cooldown:
  117.       enabled: true
  118.       time: 10
  119.       message:
  120.         enabled: true
  121.         text: '&cYou are on cooldown, join alerts are paused for you'
  122.       alerts:
  123.         on join:
  124.           enabled: true
  125.           text: '&e%player% joined the game'
  126.         on leave:
  127.           enabled: true
  128.           text: '&e%player% left the game'
  129.     OnJoin:
  130.       title:
  131.         enabled: true
  132.         title: '&4&l%player%'
  133.         subtitle: '&3has joined the game'
  134.       lightning:
  135.         enabled: true
  136.         mode: true
  137.       message:
  138.         enabled: true
  139.         text: '&6&l%player% just joined the server'
  140.       sound:
  141.         enabled: true
  142.         sound: block_note_block_pling
  143.       self:
  144.         title:
  145.           enabled: true
  146.           title: '&4&l%player%'
  147.           subtitle: '&3Welcome back!'
  148.         message:
  149.           enabled: true
  150.           text: '&eWe missed you &c%player%'
  151.         sound:
  152.           enabled: true
  153.           sound: block_note_block_pling
  154.     OnLeave:
  155.       message:
  156.         enabled: true
  157.         text: '&6&l%player% just left the server'
  158.       sound:
  159.         enabled: true
  160.         sound: block_note_block_pling
  161.   '2':
  162.     prefix: '&f[&22&f]'
  163.     cooldown:
  164.       enabled: true
  165.       time: 10
  166.       message:
  167.         enabled: true
  168.         text: '&cYou are on cooldown, join alerts are paused for you'
  169.       alerts:
  170.         on join:
  171.           enabled: true
  172.           text: '&e%player% joined the game'
  173.         on leave:
  174.           enabled: true
  175.           text: '&e%player% left the game'
  176.     OnJoin:
  177.       title:
  178.         enabled: true
  179.         title: '&4&l%player%'
  180.         subtitle: '&3has joined the game'
  181.       lightning:
  182.         enabled: true
  183.         mode: true
  184.       message:
  185.         enabled: true
  186.         text: '&6&l%player% just joined the server'
  187.       sound:
  188.         enabled: true
  189.         sound: block_note_block_pling
  190.       self:
  191.         title:
  192.           enabled: true
  193.           title: '&4&l%player%'
  194.           subtitle: '&3Welcome back!'
  195.         message:
  196.           enabled: true
  197.           text: '&eWe missed you &c%player%'
  198.         sound:
  199.           enabled: true
  200.           sound: block_note_block_pling
  201.     OnLeave:
  202.       message:
  203.         enabled: true
  204.         text: '&6&l%player% just left the server'
  205.       sound:
  206.         enabled: true
  207.         sound: block_note_block_pling
  208.   '3':
  209.     prefix: '&f[&33&f]'
  210.     cooldown:
  211.       enabled: true
  212.       time: 10
  213.       message:
  214.         enabled: true
  215.         text: '&cYou are on cooldown, join alerts are paused for you'
  216.       alerts:
  217.         on join:
  218.           enabled: true
  219.           text: '&e%player% joined the game'
  220.         on leave:
  221.           enabled: true
  222.           text: '&e%player% left the game'
  223.     OnJoin:
  224.       title:
  225.         enabled: true
  226.         title: '&4&l%player%'
  227.         subtitle: '&3has joined the game'
  228.       lightning:
  229.         enabled: true
  230.         mode: true
  231.       message:
  232.         enabled: true
  233.         text: '&6&l%player% just joined the server'
  234.       sound:
  235.         enabled: true
  236.         sound: block_note_block_pling
  237.       self:
  238.         title:
  239.           enabled: true
  240.           title: '&4&l%player%'
  241.           subtitle: '&3Welcome back!'
  242.         message:
  243.           enabled: true
  244.           text: '&eWe missed you &c%player%'
  245.         sound:
  246.           enabled: true
  247.           sound: block_note_block_pling
  248.     OnLeave:
  249.       message:
  250.         enabled: true
  251.         text: '&6&l%player% just left the server'
  252.       sound:
  253.         enabled: true
  254.         sound: block_note_block_pling
  255.   '4':
  256.     prefix: '&f[&44&f]'
  257.     cooldown:
  258.       enabled: true
  259.       time: 10
  260.       message:
  261.         enabled: true
  262.         text: '&cYou are on cooldown, join alerts are paused for you'
  263.       alerts:
  264.         on join:
  265.           enabled: true
  266.           text: '&e%player% joined the game'
  267.         on leave:
  268.           enabled: true
  269.           text: '&e%player% left the game'
  270.     OnJoin:
  271.       title:
  272.         enabled: true
  273.         title: '&4&l%player%'
  274.         subtitle: '&3has joined the game'
  275.       lightning:
  276.         enabled: true
  277.         mode: true
  278.       message:
  279.         enabled: true
  280.         text: '&6&l%player% just joined the server'
  281.       sound:
  282.         enabled: true
  283.         sound: block_note_block_pling
  284.       self:
  285.         title:
  286.           enabled: true
  287.           title: '&4&l%player%'
  288.           subtitle: '&3Welcome back!'
  289.         message:
  290.           enabled: true
  291.           text: '&eWe missed you &c%player%'
  292.         sound:
  293.           enabled: true
  294.           sound: block_note_block_pling
  295.     OnLeave:
  296.       message:
  297.         enabled: true
  298.         text: '&6&l%player% just left the server'
  299.       sound:
  300.         enabled: true
  301.         sound: block_note_block_pling
  302.   '5':
  303.     prefix: '&f[&55&f]'
  304.     cooldown:
  305.       enabled: true
  306.       time: 10
  307.       message:
  308.         enabled: true
  309.         text: '&cYou are on cooldown, join alerts are paused for you'
  310.       alerts:
  311.         on join:
  312.           enabled: true
  313.           text: '&e%player% joined the game'
  314.         on leave:
  315.           enabled: true
  316.           text: '&e%player% left the game'
  317.     OnJoin:
  318.       title:
  319.         enabled: true
  320.         title: '&4&l%player%'
  321.         subtitle: '&3has joined the game'
  322.       lightning:
  323.         enabled: true
  324.         mode: true
  325.       message:
  326.         enabled: true
  327.         text: '&6&l%player% just joined the server'
  328.       sound:
  329.         enabled: true
  330.         sound: block_note_block_pling
  331.       self:
  332.         title:
  333.           enabled: true
  334.           title: '&4&l%player%'
  335.           subtitle: '&3Welcome back!'
  336.         message:
  337.           enabled: true
  338.           text: '&eWe missed you &c%player%'
  339.         sound:
  340.           enabled: true
  341.           sound: block_note_block_pling
  342.     OnLeave:
  343.       message:
  344.         enabled: true
  345.         text: '&6&l%player% just left the server'
  346.       sound:
  347.         enabled: true
  348.         sound: block_note_block_pling
  349.   '6':
  350.     prefix: '&f[&66&f]'
  351.     cooldown:
  352.       enabled: true
  353.       time: 10
  354.       message:
  355.         enabled: true
  356.         text: '&cYou are on cooldown, join alerts are paused for you'
  357.       alerts:
  358.         on join:
  359.           enabled: true
  360.           text: '&e%player% joined the game'
  361.         on leave:
  362.           enabled: true
  363.           text: '&e%player% left the game'
  364.     OnJoin:
  365.       title:
  366.         enabled: true
  367.         title: '&4&l%player%'
  368.         subtitle: '&3has joined the game'
  369.       lightning:
  370.         enabled: true
  371.         mode: true
  372.       message:
  373.         enabled: true
  374.         text: '&6&l%player% just joined the server'
  375.       sound:
  376.         enabled: true
  377.         sound: block_note_block_pling
  378.       self:
  379.         title:
  380.           enabled: true
  381.           title: '&4&l%player%'
  382.           subtitle: '&3Welcome back!'
  383.         message:
  384.           enabled: true
  385.           text: '&eWe missed you &c%player%'
  386.         sound:
  387.           enabled: true
  388.           sound: block_note_block_pling
  389.     OnLeave:
  390.       message:
  391.         enabled: true
  392.         text: '&6&l%player% just left the server'
  393.       sound:
  394.         enabled: true
  395.         sound: block_note_block_pling
  396.   '7':
  397.     prefix: '&f[&77&f]'
  398.     cooldown:
  399.       enabled: true
  400.       time: 10
  401.       message:
  402.         enabled: true
  403.         text: '&cYou are on cooldown, join alerts are paused for you'
  404.       alerts:
  405.         on join:
  406.           enabled: true
  407.           text: '&e%player% joined the game'
  408.         on leave:
  409.           enabled: true
  410.           text: '&e%player% left the game'
  411.     OnJoin:
  412.       title:
  413.         enabled: true
  414.         title: '&4&l%player%'
  415.         subtitle: '&3has joined the game'
  416.       lightning:
  417.         enabled: true
  418.         mode: true
  419.       message:
  420.         enabled: true
  421.         text: '&6&l%player% just joined the server'
  422.       sound:
  423.         enabled: true
  424.         sound: block_note_block_pling
  425.       self:
  426.         title:
  427.           enabled: true
  428.           title: '&4&l%player%'
  429.           subtitle: '&3Welcome back!'
  430.         message:
  431.           enabled: true
  432.           text: '&eWe missed you &c%player%'
  433.         sound:
  434.           enabled: true
  435.           sound: block_note_block_pling
  436.     OnLeave:
  437.       message:
  438.         enabled: true
  439.         text: '&6&l%player% just left the server'
  440.       sound:
  441.         enabled: true
  442.         sound: block_note_block_pling
  443.   '8':
  444.     prefix: '&f[&88&f]'
  445.     cooldown:
  446.       enabled: true
  447.       time: 10
  448.       message:
  449.         enabled: true
  450.         text: '&cYou are on cooldown, join alerts are paused for you'
  451.       alerts:
  452.         on join:
  453.           enabled: true
  454.           text: '&e%player% joined the game'
  455.         on leave:
  456.           enabled: true
  457.           text: '&e%player% left the game'
  458.     OnJoin:
  459.       title:
  460.         enabled: true
  461.         title: '&4&l%player%'
  462.         subtitle: '&3has joined the game'
  463.       lightning:
  464.         enabled: true
  465.         mode: true
  466.       message:
  467.         enabled: true
  468.         text: '&6&l%player% just joined the server'
  469.       sound:
  470.         enabled: true
  471.         sound: block_note_block_pling
  472.       self:
  473.         title:
  474.           enabled: true
  475.           title: '&4&l%player%'
  476.           subtitle: '&3Welcome back!'
  477.         message:
  478.           enabled: true
  479.           text: '&eWe missed you &c%player%'
  480.         sound:
  481.           enabled: true
  482.           sound: block_note_block_pling
  483.     OnLeave:
  484.       message:
  485.         enabled: true
  486.         text: '&6&l%player% just left the server'
  487.       sound:
  488.         enabled: true
  489.         sound: block_note_block_pling
  490.   '9':
  491.     prefix: '&f[&99&f]'
  492.     cooldown:
  493.       enabled: true
  494.       time: 10
  495.       message:
  496.         enabled: true
  497.         text: '&cYou are on cooldown, join alerts are paused for you'
  498.       alerts:
  499.         on join:
  500.           enabled: true
  501.           text: '&e%player% joined the game'
  502.         on leave:
  503.           enabled: true
  504.           text: '&e%player% left the game'
  505.     OnJoin:
  506.       title:
  507.         enabled: true
  508.         title: '&4&l%player%'
  509.         subtitle: '&3has joined the game'
  510.       lightning:
  511.         enabled: true
  512.         mode: true
  513.       message:
  514.         enabled: true
  515.         text: '&6&l%player% just joined the server'
  516.       sound:
  517.         enabled: true
  518.         sound: block_note_block_pling
  519.       self:
  520.         title:
  521.           enabled: true
  522.           title: '&4&l%player%'
  523.           subtitle: '&3Welcome back!'
  524.         message:
  525.           enabled: true
  526.           text: '&eWe missed you &c%player%'
  527.         sound:
  528.           enabled: true
  529.           sound: block_note_block_pling
  530.     OnLeave:
  531.       message:
  532.         enabled: true
  533.         text: '&6&l%player% just left the server'
  534.       sound:
  535.         enabled: true
  536.         sound: block_note_block_pling
  537.   '10':
  538.     prefix: '&f[&1010&f]'
  539.     cooldown:
  540.       enabled: true
  541.       time: 10
  542.       message:
  543.         enabled: true
  544.         text: '&cYou are on cooldown, join alerts are paused for you'
  545.       alerts:
  546.         on join:
  547.           enabled: true
  548.           text: '&e%player% joined the game'
  549.         on leave:
  550.           enabled: true
  551.           text: '&e%player% left the game'
  552.     OnJoin:
  553.       title:
  554.         enabled: true
  555.         title: '&4&l%player%'
  556.         subtitle: '&3has joined the game'
  557.       lightning:
  558.         enabled: true
  559.         mode: true
  560.       message:
  561.         enabled: true
  562.         text: '&6&l%player% just joined the server'
  563.       sound:
  564.         enabled: true
  565.         sound: block_note_block_pling
  566.       self:
  567.         title:
  568.           enabled: true
  569.           title: '&4&l%player%'
  570.           subtitle: '&3Welcome back!'
  571.         message:
  572.           enabled: true
  573.           text: '&eWe missed you &c%player%'
  574.         sound:
  575.           enabled: true
  576.           sound: block_note_block_pling
  577.     OnLeave:
  578.       message:
  579.         enabled: true
  580.         text: '&6&l%player% just left the server'
  581.       sound:
  582.         enabled: true
  583.         sound: block_note_block_pling
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement