SwissBook v1.6

Details

  • Filename
    SwissBook.jar
  • Uploaded by
  • Uploaded
    Apr 10, 2014
  • Size
    14.48 KB
  • Downloads
    475
  • MD5
    1565eaf21d435934b0a24281da7d25cf

Supported Bukkit Versions

  • CB 1.7.2-R0.2

Changelog

changelog v1.6

  • removed advanced mode, "mode" is now automaticly detected
  • index notifications in the "get" command are now located infront of words instead of whitin words
  • MC 1.8 ready, at signing of a book the players UUID is attached to the book as lore. this will not be done automaticly for previously signed books, if you want to "secure" previously signed books before 1.8 is released, you should unsign(/sb unsign) the book and resign it (suggested for server manual, make sure to run "/sb setm" to save the change)

changelog v1.5

  • fixed nullpointer exception when using "/sb"
  • changed the "usage" message in plugin.yml

changelog v1.4

  • fixed nullpointer exception when picking items up while no manual is defined

changelog v1.3

  • added a new text editing mode that should make the plugin easier to use for the simpler tasks, this new mode is the default. the old text editing method is now called "advanced mode", modes can be switched with "/sb toggle" main differences are

default mode: no copy commands, only effects first instance of given text, easier to use, has replaceall command

advanced mode: has copy/copy-replace commands, no replaceall command, harder to use, much more powerfull

changelog v1.2

  • added a list "oldManuals" to manual.yml, you may put titles of written books in this list, the books with these titles will be treated the same as your server manual, this way old server manuals may still be prevented to be traded to villagers

changelog v1.1

  • players can no longer pick up signed books that have the same title has the currently set manual
  • players can no longer trade with villagers while carrying a signed book with the same title as the currently set manual
  • WARNING: if you change the title of the server manual at any given time, the older manuals can be picked up and traded with villagers

changelog v1.0

  • added command to set a server manual, every player will be given a manual on first join if a manual is set
  • added command that will give the player executing it a manual
  • permissions for each command to enable a user to execute it on signed books
  • added command to unsign a book(removes author and title, changes item to book and quill)

changelog v0.02

  • fixed exact copies getting deleted

changelog v0.1

  • initial release