Skip to content

Printer printer

This feature allows players to enter a limited creative mode where they are charged per block placement. Players using the schematica or litematica mods are able to use this feature to 'print' schematics rather easily.

Config

allow-wilderness-printer

If printer should be allowed in the wilderness.

bypassViaVerPacketLimiter

If players in printer mode should bypass via version limits.

check-for-enemies-interval

How often, in ticks, the feature will check for enemies nearby printing players.

check-for-enemies-radius

The radius to check for enemies within.

prevent-meta-item-interaction

If set to false, this will allow players to use/interact with items that have item meta. This is not recommended to set to false.

disable-if-sotw

Disallows printer if the factions plugin is in its 'sotw' (start of the world) state.

Note

If you don't know what this is, don't worry about it. Some factions plugins support a sotw mode where flight is disabled.

try-to-enable-flight-after-printer-disable

Tries to enable flight after a player disables printer.

disable-interact-for-printer

If you're using WineSpigot, this will make players in printer not call PlayerInteractEvent, thus speeding up performance.

deny-fall-damage-time

Prevents player fall damage for the given amount of time, in seconds, after printer disables.

allow-breaking-of-blocks-placed-in-printer

If set to true, it allows players within printer to break blocks they've placed in printer.

always-breakable-blocks

A list of block types that are ALWAYS breakable in printer mode.

deny-printer-below-money

Prevents players from entering printer if they're below the given amount of money.

blacklistedKeyWords

Prevents players from placing blocks whose material types contain these keywords.

force-empty-inventory-to-enable

Forces players to have empty inventories when enabling printer mode.

use-wine-printer-event

Setting this to true will make use of wine's printer event which should improve performance.

money-pre-allocation

Pre-allocates money from the player (takes it from them) and uses it as a buffer. This speeds up performance if set to a number like ~50000.

allow-teleport-in-printer

If players should be allowed to teleport while in printer mode.

just-disable-flight-if-enemy-near

If an enemy is nearby a player, it will only disable flight rather than taking them out of printer.


commands Section

This section handles general command blocking for players in printer mode.

block-all-commands-except-whitelisted

If set to true, this will prevent all commands within printer except the ones on the whitelist.

blacklisted-commands

A set of commands that the player is in no circumstances able to use while in printer.

whitelisted-commands

A set of commands that the player is allowed to use while in printer mode.


override-shop-gui-plus-prices Section

This section defines overrides for the shop plugin's prices.


Command

  • /printer - Toggles printer mode.
  • /printer list - Lists all players that are printing and potentially what they're printing.
  • /printer (player) [on/off=toggle] - Toggles, or sets, the given player's printer status.

Permissions

  • Base Level - Some commands.
  • Admin Level - Some commands.