Kloudy

StaffTimesheet Default Config

Aug 31st, 2016
182
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 3.84 KB | None | 0 0
  1. debug-mode: false    #Print debug information in the console
  2.  
  3. #         Messages to display to staff members when their shift starts or ends           #
  4. ################################################
  5.  
  6. shift-end-afk-message: "&4Your shift has been automatically ended because you went afk! Hours This Month: %staff_timesheet_current_hours%. Your Monthly Goal: %staff_timesheet_monthly_goal%. You're %staff_hours_completed_percentage% of the way there!"
  7. shift-end-clockout-message: "&a Shift ended. Your time has been logged! Hours This Month: %staff_timesheet_current_hours%. Your Monthly Goal: %staff_timesheet_monthly_goal%. You're %staff_hours_completed_percentage% of the way there!"
  8. shift-start-message: "&aYour shift has started. Your time is being logged!"
  9.  
  10.  
  11.  
  12.  
  13. #                                 Shift end labels for use in the staff logbooks                                     #
  14. ################################################
  15.  
  16. shift-end-label-afk: "[&4AFK]"
  17. shift-end-label-disconnected: "[&4Disconnected]"
  18. shift-end-label-clockout: "[&4Clocked Out]"
  19. shift-end-plugin-disabled: "[&4Plugin Disabled]"
  20.  
  21.  
  22.  
  23.  
  24. #                                                           Staff Members                                                                        #
  25. #                Use the following example format to define a staff memeber                   #
  26. #   You can use http://mcuuid.net/ to determine player uuids by player name     #
  27. ################################################
  28.  
  29. #Example Staff Member Config Format#
  30.  
  31. staff-members:                                                                                                  #List of staff member configurations
  32.  
  33.   #Example Staff Member Config Format - Add staff members to the 'staff-members' list with the following example's format
  34.   Kloudy:                                                                                                                #Staff member player name
  35.     uuid: "b8a93b92-fab4-4906-b71d-309a051fb2d7"                       #Staff member uuid
  36.     super-admin: true                                                                                          #(Default: false) (true or false) if the staff member is a super admin
  37.     clock-in-permission: "mystaff.permission"                                       #(Default: none) pex permission group to place the staff member in during their shift. This permission is removed from the staff member when they clock out.
  38.     time-goal: "15:00:00"                                                               #Monthly time goal for the staff member. Time format: "hh:mm:ss
  39.     rank-title: "Junior Mod"                                                                               #(Default: none) Name of staff member's rank
  40.     logged-time: "00:00:00"                                                 #(Default: 0) Hours the staff member has logged this month. The plugin will update this value as they log hours, but you can override that amount and place in a different value. Time format: "hh:mm:ss                                                      
  41.  
  42.  
  43.  
  44.  
  45. #                                                                 Error Messages                                                                 #
  46. ################################################
  47.  
  48. error-message-negative-time: "&4Removing this much time will cause this staff member to have negative hours! Please don't remove more time than this staff member has already logged."
  49. error-message-not-staff: "&4You are not part of the staff members list!"             #Displayed to the player if they attempt /staff shift start but they are not configured under the 'staff-members' section of the config
  50. error-message-not-clocked-in: "&4You are not currently clocked in!"                    #Displayed if a player tries to use /staff shift end but they are not currently on the clock
Advertisement
Add Comment
Please, Sign In to add comment