Advertisement
PixieWorkshop

PixiePlayerInspect - config.yml

Aug 13th, 2021
27
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.88 KB | None | 0 0
  1. ########################
  2. # PixieStaffUtils v1.0 #
  3. ########################
  4.  
  5. #-- Options --#
  6.  
  7. UseShowPlayerHealth: true
  8. UseShowPlayerFood: true
  9. FillEmptySlots: true
  10.  
  11. GUISize: 54 # 9 = 3x9, 18 = 4x9, 27 = 5x9, 36 = 6x9, 45 = 7x9, 54 = 54 (max) #
  12. GUIEmptySlot: GRAY_STAINED_GLASS_PANE
  13. GUIMissingSlot: BLACK_STAINED_GLASS_PANE
  14. GUIHealthSlot: RED_DYE
  15. GUIFoodSlot: COOKED_BEEF
  16.  
  17. HelmetSlot: 12
  18. ChestplateSlot: 21
  19. LeggingsSlot: 30
  20. BootsSlot: 39
  21. HandSlot: 14
  22. OffHandSlot: 23
  23. HealthSlot: 32 # UseShowPlayerHealth must be enabled for this to be used #
  24. HungerSlot: 41 # UseShowPlayerFood must be enabled for this to be used #
  25.  
  26. #-- ClickPlayer --#
  27.  
  28. UseClickPlayerToInspect: true # inspect a player by shift clicking on another player #
  29. UseActionBarMessage: true # if the player clicks on another player without shifting the clicking player will recieve an error message on an action bar #
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement