Advertisement
LilFrostay

Untitled

Sep 18th, 2019
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.57 KB | None | 0 0
  1. #################################
  2. # Flawless Printer #
  3. # config.yml 1.7 - 1.8.9 #
  4. #################################
  5.  
  6. license_key: ""
  7.  
  8. #If set to false, pricing.yml will be used.
  9. ShopGUIPlusEnabled: false
  10. #If you are using pricing.yml, set to true if you
  11. #want blocks that don't have a price to be free or false if you want blocks that don't have a price to be disbaled.
  12. Non_managed_blocks: false
  13.  
  14. #Savage Factions Integration
  15. Savage_Factions:
  16. #Set to true if you want Savage Factions to be Integrated.
  17. enabled: false
  18. #Set to true if when using Savage Factions players can only use printer mode in their factions territory.
  19. printer_in_land: true
  20.  
  21. #Savage Factions Integration
  22. ASkyBlock:
  23. #Set to true if you want ASkyBlock to be Integrated.
  24. enabled: false
  25. #Set to true if when using Savage Factions players can only use printer mode in their factions territory.
  26. printer_in_land: true
  27.  
  28. #Used for handling errors.
  29. ShopGUIPlus_Error_Handling:
  30. #Set to true if you want errors from ShopGUI+ to pop up when a block isn't
  31. shop_gui_block_error: true
  32. #If shop_gui_block_error is set to true the following will be printed.
  33. shop_gui_block_error_message: "&cThe block &f%material% &cis not specified in the ShopGUIFormat"
  34. #If set to true the error handled blocks will be considered free.
  35. non_managed_blocks: false
  36.  
  37. #Leave as default if you want decimal values for ShopGUI+ items.
  38. decimal_format: "0.00"
  39.  
  40. #Set to true if you want players to only be able to break blocks they've placed in printer mode and false to be able to break any blocks in printer mode.
  41. break_printed_blocks_in_printer: true
  42.  
  43. #Set to true if you want "block_placed" messages to be enabled
  44. block_placed_messages: true
  45.  
  46. #Set to true if you want the /printer gui to be enabled when doing /printer.
  47. Gui_Enabled: true
  48.  
  49. GUI:
  50. name: "&b&lFlawless Printer GUI"
  51.  
  52. #Blocks that can't be placed.
  53. Disabled_Blocks:
  54. - "ANVIL"
  55. - "SLIME_BLOCK"
  56. - "BEDROCK"
  57.  
  58. #These are commands that can be used in printer mode, besides printer commands.
  59. Allowed_Commands_In_Printer:
  60. - "/f show"
  61. - "/help"
  62. - "/bal"
  63.  
  64.  
  65.  
  66. Messages:
  67. printer_help:
  68. - " &b&lFlawless Printer"
  69. - "&f"
  70. - "&7&nFlawless printer is a light-weight printer plugin implemented using gamemode."
  71. - "&7&nUse the commands below to use printer mode."
  72. - "&f"
  73. - " &8⊳ &b/printer &aenable"
  74. - " &8⊳ &b/printer &cdisable"
  75. no_permission: "&cYou do not have permission for this command."
  76. already_in_printer: "&cYou are already in printer mode."
  77. not_in_printer: "&cYou are not in printer mode."
  78. items_in_inventory: "&cYou need a clear inventory to start printing"
  79. printer_enabled: "&bPrinter &aEnabled&b."
  80. printer_disabled:
  81. - "&f "
  82. - "&cPrinter Disabled"
  83. - "&c You have disabled printer using &f%blocks%&cx blocks and spent $&f%amount%."
  84. - "&f "
  85. disabled_block: "&cThe block &f%material%&c is disabled."
  86. can_not_afford: "&cYou can not afford to place &f%material% &cfor &f$%price%&c, leaving printer."
  87. can_not_use_this_command_in_printer: "&cYou can not use this command in printer mode."
  88. block_placed: "&aYou've placed one &f%material% &afor &6$%price% &a."
  89. drop_in_printer: "&cYou can not drop blocks in printer mode."
  90. open_inventory_in_printer: "&cYou can not open inventories in printer mode."
  91. #Message if "break_printed_blocks_in_printer" is set to true
  92. block_can_not_break: "&cThe block &f%material% &cwas not placed in printer mode, thus it can not be broken."
  93. #Displayed if a player tries to print in non-faction land if "Savagefactions.printer_in_land" is enabled
  94. not_in_faction_land: "&cYou can only print in your faction land."
  95. must_be_in_a_faction: "&cYou must be in a faction."
  96. #Displayed if a player tries to print in non-island land if "Askyblock.printer_in_land" is enabled
  97. not_in_team: "&cYou must be in a team."
  98. not_in_team_land: "&cYou must be in team land"
  99. #Anti_Dupe_Messages
  100. dangerous_block_middle_click: "&cYou can not middle click the block &f%block% &cin printer mode."
  101. can_not_pickup_blocks: "&cYou can not pickup blocks in printer mode."
  102.  
  103. #If you have the GUI enabled, you can edit the lores for the items here.
  104. start_lore:
  105. - "&7-------------------"
  106. - "&a&n(Click here) &bto start printing"
  107. - "&7-------------------"
  108.  
  109. stop_lore:
  110. - "&7-------------------"
  111. - "&a&n(Click here) &bto stop printing"
  112. - "&7-------------------"
  113.  
  114. information_lore:
  115. - "&7-------------------"
  116. - "&a&n(Click here) &bfor information about printing commands."
  117. - "&7-------------------"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement