Team Trees Donations
Heyo Everyone! Recently I've been supporting the #TeamTrees movement by donating, and by planting trees. I, like many, believe trees are a good way to reverse the negative affects of climate change. So, from now until the end of the month 25% all of my Premade Plugin purchases will go towards #TeamTrees. So NOT ONLY are you or a friend getting the plugin you wanted but you will also be helping save the world one tree at a time. I will be posting donations in the #public channel for anyone who is interested. Information about #TeamTrees https://teamtrees.org/
Heyo Everyone! Recently I've been supporting the #TeamTrees movement by donating, and by planting trees. I, like many, believe trees are a good way to reverse the negative affects of climate change. So, from now until the end of the month 25% all of my Premade Plugin purchases will go towards #TeamTrees. So NOT ONLY are you or a friend getting the plugin you wanted but you will also be helping save the world one tree at a time. I will be posting donations in the #public channel for anyone who is interested. Information about #TeamTrees https://teamtrees.org/
Flawless Printer is a Gamemode based printer mode plugin. It allows players to have limited access to gamemode in coordination with their balance, permissions, and location. The possibilities with Flawless Printer are endless.
- /printer : printer.use : "Either displays printer GUI or help message depending on if you have the printer GUI enabled."
- /printer on/enable : printer.use : "Turns printer mode on"
- /printer off/disable : printer.use : "Turns printer mode off"
- /printer help : printer.use : "Displays the help command"
- /printer reload : OP : "Reloads the config"
ShopGUI+ is supported by FlawlessPrinter as a way to pull item prices. Prices are pulled from shops currently instantiated to players.
SavageFactions
SavageFaction Support is added allowing players not to be able to print outside of their faction territory.
ASkyBlock
ASkyBlock Support is added allowing players not to be able to print outside of their island territory.
Block Break Instance
The Block Break Instance controls players only being allowed to break blocks they have placed in their current printer session.
If you would like to see support for your plugin, an open-source plugin, or just a general feature, please add me @Xanarchy#3059.
Code:
#################################
# Flawless Printer #
# config.yml 1.7 - 1.8.9 #
#################################
license_key: ""
#If set to false, pricing.yml will be used.
ShopGUIPlusEnabled: false
#If you are using pricing.yml, set to true if you
#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.
Non_managed_blocks: false
#Savage Factions Integration
Savage_Factions:
#Set to true if you want Savage Factions to be Integrated.
enabled: false
#Set to true if when using Savage Factions players can only use printer mode in their factions territory.
printer_in_land: true
#Savage Factions Integration
ASkyBlock:
#Set to true if you want ASkyBlock to be Integrated.
enabled: false
#Set to true if when using Savage Factions players can only use printer mode in their factions territory.
printer_in_land: true
#Used for handling errors.
ShopGUIPlus_Error_Handling:
#Set to true if you want errors from ShopGUI+ to pop up when a block isn't
shop_gui_block_error: true
#If shop_gui_block_error is set to true the following will be printed.
shop_gui_block_error_message: "&cThe block &f%material% &cis not specified in the ShopGUIFormat"
#If set to true the error handled blocks will be considered free.
non_managed_blocks: false
#Leave as default if you want decimal values for ShopGUI+ items.
decimal_format: "0.00"
#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.
break_printed_blocks_in_printer: true
#Set to true if you want "block_placed" messages to be enabled
block_placed_messages: true
#Set to true if you want the /printer gui to be enabled when doing /printer.
Gui_Enabled: true
GUI:
name: "&b&lFlawless Printer GUI"
#Blocks that can't be placed.
Disabled_Blocks:
- "ANVIL"
- "SLIME_BLOCK"
#These are commands that can be used in printer mode, besides printer commands.
Allowed_Commands_In_Printer:
- "/f show"
- "/help"
- "/bal"
Messages:
printer_help:
- " &b&lFlawless Printer"
- "&f"
- "&7&nFlawless printer is a light-weight printer plugin implemented using gamemode."
- "&7&nUse the commands below to use printer mode."
- "&f"
- " &8⊳ &b/printer &aenable"
- " &8⊳ &b/printer &cdisable"
no_permission: "&cYou do not have permission for this command."
already_in_printer: "&cYou are already in printer mode."
not_in_printer: "&cYou are not in printer mode."
items_in_inventory: "&cYou need a clear inventory to start printing"
printer_enabled: "&bPrinter &aEnabled&b."
printer_disabled:
- "&f "
- "&cPrinter Disabled"
- "&c You have disabled printer using &f%blocks%&cx blocks and spent $&f%amount%."
- "&f "
disabled_block: "&cThe block &f%material%&c is disabled."
can_not_afford: "&cYou can not afford to place &f%material% &cfor &f$%price%&c, leaving printer."
can_not_use_this_command_in_printer: "&cYou can not use this command in printer mode."
block_placed: "&aYou've placed one &f%material% &afor &6$%price% &a."
drop_in_printer: "&cYou can not drop blocks in printer mode."
open_inventory_in_printer: "&cYou can not open inventories in printer mode."
#Message if "break_printed_blocks_in_printer" is set to true
block_can_not_break: "&cThe block &f%material% &cwas not placed in printer mode, thus it can not be broken."
#Displayed if a player tries to print in non-faction land if "Savagefactions.printer_in_land" is enabled
not_in_faction_land: "&cYou can only print in your faction land."
must_be_in_a_faction: "&cYou must be in a faction."
#Displayed if a player tries to print in non-island land if "Askyblock.printer_in_land" is enabled
not_in_team: "&cYou must be in a team."
not_in_team_land: "&cYou must be in team land"
#If you have the GUI enabled, you can edit the lores for the items here.
start_lore:
- "&7-------------------"
- "&a&n(Click here) &bto start printing"
- "&7-------------------"
stop_lore:
- "&7-------------------"
- "&a&n(Click here) &bto stop printing"
- "&7-------------------"
information_lore:
- "&7-------------------"
- "&a&n(Click here) &bfor information about printing commands."
- "&7-------------------"
Code:
#Pricing file
#Please set "ShopGUIPlusEnabled" in config.yml to false for this file to be used.
#List of material names (https://dev.bukkit.org/projects/supplies/pages/material-list)
Items:
1:
name: "&bWood"
material-name: "WOOD"
price: 100.0
2:
name: "&fCobbleStone"
material-name: "COBBLESTONE"
price: 100.0
3:
name: "&eQuartz Stairs"
material-name: "QUARTZ_STAIRS"
price: 100.0
4:
name: ""
material-name: "CACTUS"
price: 1.1
5:
name: ""
material-name: "STRING"
price: 1.1
6:
name: ""
material-name: "SAND"
price: 1.1
7:
name: ""
material-name: "OBSIDIAN"
price: 1.1
Display Video
Code:
@Override
public void onEnable() {
instance = FlawlessPrinter.this;
register();
pricingManagement = new PricingManagement();
pricingManagement.check();
printerModeManagement = new PrinterModeManagement();
printerModeManagement.start();
savageFactionsManagement = new SavageFactionsManagement();
savageFactionsManagement.check();
LicenseManagement.start();
}
Jar and License: $4.99
Src: DM me @Xanarchy#3059
Rights: DM me @Xanarchy#3059
How to Purchase
To purchase Flawless Printer, join the Antiqu Development discord which can be found here: ( https://discord.gg/q9BteDs ) or DM me on discord or onsite. More information can be found in the #purchase channel
If you want a vc, request below. Only giving out to selective high-reputable members.
Discord: Xanarchy#3059
Telegram: @Frostfire25
Development and Support Discord: https://discord.gg/q9BteDs
Last edited:

