Advertisement
norskaaa

UAR / Czech

Jan 21st, 2023
1,211
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 14.19 KB | None | 0 0
  1. #########################################################################################
  2. #                                                                                       #
  3. # UltimateAutoRestart, a free resource by Norska @ https://norska.dev                   #
  4. #                                                                                       #
  5. # Wiki: https://norska.dev/docs/welcome                                                 #
  6. # Support: https://norska.dev/discord/                                                  #
  7. #                                                                                       #
  8. # You are editing the messages.yml file of UltimateAutoRestart.                         #
  9. #                                                                                       #
  10. #########################################################################################
  11.  
  12. #########################################################################################
  13. #                                                                                       #
  14. # NOTE: PLEASE READ BEFORE CONFIGURING!                                                 #
  15. #                                                                                       #
  16. # If PlaceholderAPI is installed you can use any placeholder inside UAR's messages,     #
  17. # make sure to properly install any extension using /papi ecloud                        #
  18. #                                                                                       #
  19. # Placeholders that are inside {} (e.g {0}, {1}) are inner placeholders from UAR.       #
  20. # To use PAPI's placeholders, use them normally, like %player_gamemode%, etc.           #
  21. #                                                                                       #
  22. # Scopes:                                                                               #
  23. # 1) Global -> All online players will get the message.                                 #
  24. # 2) User -> User that executed commands/triggered event will get the message.          #
  25. # 3) Limited -> Only users/systems with specific perms will get the message.            #
  26. #                                                                                       #
  27. # Note: Scopes are per message and cannot be manually altered.                          #
  28. #                                                                                       #
  29. #########################################################################################
  30.  
  31. messages:
  32.   # Note: Use {PREFIX} &f» in any message to add the below prefix!
  33.    prefix: "<GRADIENT:9483FF>&lUltimateAutoRestart</GRADIENT:FB9AF2>&r"
  34.  
  35.    EVENT_INTERVAL_GLOBAL:
  36.      # Placeholders: {0} = interval
  37.       # Scope: Global
  38.       chatMessage:
  39.          enabled: false
  40.          centered: false
  41.          content:
  42.            - ""
  43.             - "{PREFIX} &f» &fRestart za &d{0}&f!"
  44.             - ""
  45.       actionbar:
  46.          enabled: true
  47.          content: "{PREFIX} &f» &fRestart za &d{0}&f!"
  48.       titles:
  49.          enabled: false
  50.          titleContent: "{PREFIX}"
  51.          subtitleContent: "&fRestart za &d{0}&f!"
  52.  
  53.    EVENT_INTERVAL_CONSOLE:
  54.      # Placeholders: {0} = interval
  55.       # Scope: Limited -> Console only
  56.       chatMessage:
  57.          enabled: true
  58.          centered: false
  59.          content:
  60.            - "{PREFIX} &f» &fRestart za &d{0}&f!"
  61.  
  62.    EVENT_RESTART_GLOBAL:
  63.      # Placeholders: None
  64.       # Scope: Global
  65.       chatMessage:
  66.          enabled: false
  67.          centered: false
  68.          content:
  69.            - ""
  70.             - "{PREFIX} &f» &fRestartujeme... připojte se brzy zpět!"
  71.             - ""
  72.       actionbar:
  73.          enabled: true
  74.          content: "{PREFIX} &f» &fRestartujeme... připojte se brzy zpět!"
  75.       titles:
  76.          enabled: false
  77.          titleContent: "{PREFIX}"
  78.          subtitleContent: "&fRestartujeme... připojte se brzy zpět!"
  79.  
  80.    EVENT_RESTART_DELAY_GLOBAL:
  81.      # Placeholders: {0} = interval
  82.       # Scope: Global
  83.       chatMessage:
  84.          enabled: false
  85.          centered: false
  86.          content:
  87.            - ""
  88.             - "{PREFIX} &f» &fRestart byl odložen o &d{0}&f!"
  89.             - ""
  90.       actionbar:
  91.          enabled: true
  92.          content: "{PREFIX} &f» &fRestart byl odložen o &d{0}&f!"
  93.       titles:
  94.          enabled: false
  95.          titleContent: "{PREFIX}"
  96.          subtitleContent: "&fRestart byl odložen o &d{0}&f!"
  97.  
  98.    EVENT_RESTART_DELAY_STAFF:
  99.      # Placeholders: {0} = interval
  100.       # Scope: Limited -> uar.notifydelay
  101.       chatMessage:
  102.          enabled: false
  103.          centered: false
  104.          content:
  105.            - ""
  106.             - "{PREFIX} &f» &fRestart byl odložen o &d{0}&f!"
  107.             - ""
  108.       actionbar:
  109.          enabled: true
  110.          content: "&c(Staff) {PREFIX} &f» &fRestart byl odložen o &d{0}&f!"
  111.       titles:
  112.          enabled: false
  113.          titleContent: "{PREFIX}"
  114.          subtitleContent: "&fRestart byl odložen o &d{0}&f!"
  115.  
  116.    ###############################
  117.  
  118.    COMMAND_USER_VIEWINTERVAL:
  119.      # Placeholders: {0} = interval, {1} = time since last restart
  120.       # Scope: User
  121.       chatMessage:
  122.          enabled: true
  123.          centered: true
  124.          content:
  125.            - ""
  126.             - "{PREFIX} &f» &fRestartovat za &d{0}&f!"
  127.             - "&7&o(Poslední restart proběhl {1})"
  128.             - ""
  129.       actionbar:
  130.          enabled: false
  131.          content: "{PREFIX} &f» &fRestartovat za &d{0}&f!"
  132.       titles:
  133.          enabled: false
  134.          titleContent: "{PREFIX}"
  135.          subtitleContent: "&fRestartovat za &d{0}&f!"
  136.  
  137.    ###############################
  138.  
  139.    COMMAND_FORCE_RESTART:
  140.      # Placeholders: {0} = interval
  141.       # Scope: User
  142.       chatMessage:
  143.          enabled: true
  144.          centered: false
  145.          content:
  146.            - ""
  147.             - "{PREFIX} &f» &fVynutil si opětovné spuštění. Restartovat za &d{0}&f!"
  148.             - ""
  149.       actionbar:
  150.          enabled: false
  151.          content: "{PREFIX} &f» &fVynucený restart. &fRestart za &d{0}&f!"
  152.       titles:
  153.          enabled: false
  154.          titleContent: "{PREFIX}"
  155.          subtitleContent: "&fVynucený restart. Restart za &d{0}&f!"
  156.  
  157.    COMMAND_FORCE_RESTART_GLOBAL:
  158.      # Placeholders: {0} = interval
  159.       # Scope: Global
  160.       chatMessage:
  161.          enabled: false
  162.          centered: false
  163.          content:
  164.            - ""
  165.             - "{PREFIX} &f» &cSprávce vynutil restart. &fRestart za &d{0}&f!"
  166.             - ""
  167.       actionbar:
  168.          enabled: true
  169.          content: "{PREFIX} &f» &cSprávce si vynutil restart. &fRestart za &d{0}&f!"
  170.       titles:
  171.          enabled: false
  172.          titleContent: "{PREFIX}"
  173.          subtitleContent: "&fRestart za &d{0}&f!"
  174.  
  175.    COMMAND_FORCE_RESTART_INVALID:
  176.      # Placeholders: {0} = input
  177.       # Scope: User
  178.       chatMessage:
  179.          enabled: true
  180.          centered: false
  181.          content:
  182.            - ""
  183.             - " {PREFIX} &f» &fNelze vynutit restart, protože váš argument o intervalu je chybný!"
  184.             - ""
  185.             - "  &dDetaily:"
  186.             - "  &7• &dVáš argument: &f{0}"
  187.             - "  &7• &dOčekávaný argument: &fKladné celé číslo (e.g 60)"
  188.            - ""
  189.      actionbar:
  190.         enabled: false
  191.         content: "{PREFIX} &f» &fNelze vynutit restart, protože váš argument o intervalu je chybný!"
  192.      titles:
  193.         enabled: false
  194.         titleContent: "{PREFIX}"
  195.         subtitleContent: "&fVáš příkaz je chybný!"
  196.  
  197.   ###############################
  198.  
  199.   COMMAND_DELAY_RESTART:
  200.      # Placeholders: {0} = interval
  201.      # Scope: User
  202.      chatMessage:
  203.         enabled: true
  204.         centered: false
  205.         content:
  206.            - ""
  207.            - "{PREFIX} &f» &fOpožděný restart. Restart za &d{0}&f!"
  208.            - ""
  209.      actionbar:
  210.         enabled: false
  211.         content: "{PREFIX} &f» &fOpožděný restart. &fRestart za &d{0}&f!"
  212.      titles:
  213.         enabled: false
  214.         titleContent: "{PREFIX}"
  215.         subtitleContent: "&fOpožděný restart. Restart za &d{0}&f!"
  216.  
  217.   COMMAND_DELAY_RESTART_GLOBAL:
  218.      # Placeholders: {0} = interval
  219.      # Scope: Global
  220.      chatMessage:
  221.         enabled: false
  222.         centered: false
  223.         content:
  224.            - ""
  225.            - "{PREFIX} &f» &cSprávce Odložený restart. &fRestart za &d{0}&f!"
  226.            - ""
  227.      actionbar:
  228.         enabled: true
  229.         content: "{PREFIX} &f» &cAdministrátor odložil restart. &fRestart za &d{0}&f!"
  230.      titles:
  231.         enabled: false
  232.         titleContent: "{PREFIX}"
  233.         subtitleContent: "&fRestart za &d{0}&f!"
  234.  
  235.   COMMAND_DELAY_RESTART_INVALID:
  236.      # Placeholders: {0} = input
  237.      # Scope: User
  238.      chatMessage:
  239.         enabled: true
  240.         centered: false
  241.         content:
  242.            - ""
  243.            - " {PREFIX} &f» &fNemohlo dojít k odložení restartu, protože váš argument o intervalu je chybný!"
  244.            - ""
  245.            - "  &dPodrobnosti:"
  246.            - "  &7• &dVáš argument: &f{0}"
  247.             - "  &7• &dOčekávaný argument: &fPositive Integer (e.g 60)"
  248.            - ""
  249.      actionbar:
  250.         enabled: false
  251.         content: "{PREFIX} &f» &fNemohlo dojít k odložení restartu, protože váš argument o intervalu je chybný!"
  252.      titles:
  253.         enabled: false
  254.         titleContent: "{PREFIX}"
  255.         subtitleContent: "&fVáš příkaz je chybný!"
  256.  
  257.   COMMAND_DELAY_RESTART_NOT_POSSIBLE:
  258.      # Placeholders: None
  259.      # Scope: User
  260.      chatMessage:
  261.         enabled: true
  262.         centered: false
  263.         content:
  264.            - ""
  265.            - " {PREFIX} &f» &fNelze odložit restart, protože restart je zastaven!"
  266.            - ""
  267.      actionbar:
  268.         enabled: false
  269.         content: "{PREFIX} &f» &fNelze odložit restart, protože restart je zastaven!"
  270.      titles:
  271.         enabled: false
  272.         titleContent: "{PREFIX}"
  273.         subtitleContent: "&fNemohlo dojít k odložení restartu!"
  274.  
  275.   ###############################
  276.  
  277.   COMMAND_STOP_RESTART:
  278.      # Placeholders: None
  279.      # Scope: User
  280.      chatMessage:
  281.         enabled: true
  282.         centered: false
  283.         content:
  284.            - ""
  285.            - "{PREFIX} &f» &fZrušili jste automatické spuštění!"
  286.            - ""
  287.      actionbar:
  288.         enabled: false
  289.         content: "{PREFIX} &f» &fZrušili jste automatické spuštění!"
  290.      titles:
  291.         enabled: false
  292.         titleContent: "{PREFIX}"
  293.         subtitleContent: "&fZrušení automatického spuštění!"
  294.  
  295.   COMMAND_STOP_RESTART_GLOBAL:
  296.      # Placeholders: None
  297.      # Scope: Global
  298.      chatMessage:
  299.         enabled: true
  300.         centered: false
  301.         content:
  302.            - ""
  303.            - "{PREFIX} &f» &cSprávce Zrušeno automatické spouštění!"
  304.            - ""
  305.      actionbar:
  306.         enabled: false
  307.         content: "{PREFIX} &f» &cSprávce Zrušeno automatické spouštění!"
  308.      titles:
  309.         enabled: false
  310.         titleContent: "{PREFIX}"
  311.         subtitleContent: "&fSprávce cancelled the restart!"
  312.  
  313.   COMMAND_STOP_RESTART_FAIL:
  314.      # Placeholders: None
  315.      # Scope: User
  316.      chatMessage:
  317.         enabled: true
  318.         centered: false
  319.         content:
  320.            - ""
  321.            - "{PREFIX} &f» &fNešlo zrušit automatické spuštění, nebylo spuštěno!"
  322.            - ""
  323.      actionbar:
  324.         enabled: false
  325.         content: "{PREFIX} &f» &fNepodařilo se zrušit automatické spuštění, nebylo spuštěno!c"
  326.      titles:
  327.         enabled: false
  328.         titleContent: "{PREFIX}"
  329.         subtitleContent: "&fŽádný plánovaný restart neběží!"
  330.  
  331.   ###############################
  332.  
  333.   COMMAND_DEBUG_SUCCESS:
  334.      # Placeholders: {0} = Debug Feature
  335.      # Scope: User
  336.      chatMessage:
  337.         enabled: true
  338.         centered: false
  339.         content:
  340.            - ""
  341.            - " {PREFIX} &f» &fSpuštění ladění pro: &d&l{0}"
  342.             - " &7(Ujistěte se, že je tato funkce povolena!)"
  343.             - ""
  344.       actionbar:
  345.          enabled: false
  346.          content: "{PREFIX} &f» &fSpuštění ladění pro: &d&l{0}"
  347.       titles:
  348.          enabled: false
  349.          titleContent: "{PREFIX}"
  350.          subtitleContent: "&fSpuštění ladění pro: &d&l{0}"
  351.  
  352.    COMMAND_DEBUG_INVALID:
  353.      # Placeholders: {0} = Argument
  354.       # Scope: User
  355.       chatMessage:
  356.          enabled: true
  357.          centered: false
  358.          content:
  359.            - ""
  360.             - " {PREFIX} &f» &fNelze použít příkaz pro ladění! Chybí/neplatný argument!"
  361.             - ""
  362.             - "  &dPodrobnosti:"
  363.             - "  &7• &dVáš argument: &f{0}"
  364.             - "  &7• &dOčekávaný argument: &fWebhook"
  365.             - ""
  366.       actionbar:
  367.          enabled: false
  368.          content: "{PREFIX} &f» &fNelze použít příkaz pro ladění! Chybí/neplatný argument!"
  369.       titles:
  370.          enabled: false
  371.          titleContent: "{PREFIX}"
  372.          subtitleContent: "&fNelze použít příkaz pro ladění! Chybí/neplatný argument!"
  373.  
  374.    ###############################
  375.  
  376.    COMMAND_RELOAD:
  377.      # Placeholders: {0} = ms
  378.       # Scope: User
  379.       chatMessage:
  380.          enabled: true
  381.          centered: false
  382.          content:
  383.            - ""
  384.             - "{PREFIX} &f» &fPřenastavení konfiguračních souborů. &7(&f{0}ms&7)"
  385.             - ""
  386.       actionbar:
  387.          enabled: false
  388.          content: "{PREFIX} &f» &fPřepracované konfigurační soubory. &7(&f{0}ms&7)"
  389.       titles:
  390.          enabled: false
  391.          titleContent: "{PREFIX}"
  392.          subtitleContent: "&fReloaded konfigurace!"
  393.  
  394.    COMMAND_NOPERMISSION:
  395.      # Placeholders: None
  396.       # Scope: User
  397.       chatMessage:
  398.          enabled: true
  399.          centered: false
  400.          content:
  401.            - ""
  402.             - "{PREFIX} &f» &fKe spuštění tohoto příkazu nemáte oprávnění!"
  403.             - ""
  404.       actionbar:
  405.          enabled: false
  406.          content: "{PREFIX} &f» &fKe spuštění tohoto příkazu nemáte oprávnění!"
  407.       titles:
  408.          enabled: false
  409.          titleContent: "{PREFIX}"
  410.          subtitleContent: "&fNemáte povolení!"
  411.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement