Configuration

The default config:

Language: English
Player:
  HungerLost: 3
  MustBeAuthor: true
Protection:
  DisableOnFactionLand: false
  DisableOnWorldGuardLand: false
Press:
  Block: IRON_BLOCK
  Effect: true
  ClearingOptions:
    CanClearWrittenBooks: true
    CanClearEnchantedBooks: true
PrintingCosts:
- INK_SACK/1
ClearingCosts:
- 351:15/3

Language

Currently supported languages:

  • English - done by me.
  • Portugese - by ELTongo
  • Spanish - by ELTongo
  • German - by Kapry
  • French - by patalkok
  • Russian - by RelentlessSoviet and Ikorolch

Player

HungerLost - by default set two 3 hunger points (1.5 hunger icons, there are 20 hunger points total)

MustBeAuthor - by default set to true. This prevents people from copying others' books.

Protection

DisableOnFactionLand - by default set to false. If set to true, players cannot use the press on faction land they can't build in.

DisableOnWorldGuardLand - by default set to false. If set to true, players cannot use the press on world guarded land they don't have access to.

Press

Block - by default set to IRON_BLOCK. This allows you to change the base block of the press (useful in case it interferes with another plugin)

Effect - by default set to true. Set it to false to disable the particle effects made when the press is used.

ClearingOptions
  • CanClearWrittenBooks - by default set to true. Set to false to prevent players from using the press to clear written books.
  • CanClearEnchantedBooks: - by default set to true. Set to false to prevent players from using the press to clear enchanted books.

Costs

PrintingCosts:
- INK_SACK/1
ClearingCosts:
- 351:15/3

The value to the left of the "/" is the item and to the right of the item is the amount. If an item is separated with a ":" the part of the left is the data value, which is used to set the costs to items like wool or different dyes. 351:15/3 is item 351 with a data value of 15, which is bonemeal, and an amount of 3.

Examples

To make it cost 5 ink to use the printing press

PrintingCosts:
- INK_SACK/5

To make it cost 3 apples to clear a book with the press.

ClearingCosts:
- APPLE/3

Comments

Posts Quoted:
Reply
Clear All Quotes