NoteToSelf 1.0.4.0

Details

  • Filename
    NoteToSelf.jar
  • Uploaded by
  • Uploaded
    Mar 23, 2017
  • Size
    40.23 KB
  • Downloads
    238
  • MD5
    96b2dd38e1cd084421d8fcaba2d068f1

Supported Bukkit Versions

  • 1.11
  • 1.10
  • 1.9
  • 1.8.1
  • 1.8
  • CB 1.7.9-R0.2
  • CB 1.7.9-R0.1
  • 1.8.3
  • CB 1.7.2-R0.3
  • CB 1.7.2-R0.2
  • CB 1.7.2-R0.1
  • 1.7.4
  • 1.7.2

Changelog

NoteToSelf 1.0.4.0

(NEW) Performance improvements

NoteToSelf has adapted to Jessible's official plugin template, thus providing several performance improvements.

(NEW) Message engine

We have rewritten the message engine for NoteToSelf. Also, all of its messages are being cached now; and, as a result, produce much quicker message-to-player interactions.

(NEW) messages.yml messages

The following messages have been added to NoteToSelf's messages.yml file:

  • No_Command
    '&4{used_command} &cis an invalid command. Did you mean &4{suggested_command}?'
  • In-game_Guide
    - '&6/notetoself &f- View plugin information.'
    - '&6/notetoself help &f- View list of plugin''s commands.'
    - '&6/notetoself reload &f- Reload plugin''s config.yml and messages.yml files.'
    - '&6/note <message> &f- Create a note.'
    - '&6/noteview &f- View a five note summary.'
    - '&6/noteview <id> &f- View a note.'
    - '&6/noteview page <number> &f- View a five note summary per page.'
    - '&6/notetp <id> &f- Teleport to a note.'
    - '&6/notedelete <id> &f- Delete a note.'

/notetp <id> command

Before, when the console attempted to use the "/notetp <id>" command, they would be sent a message followed by a suggested to use the "/note" command instead. Now, the suggested command is the "/noteview" command.

(UPDATE) /notetoself command

The link found in the "/notetoself" command has been changed from NoteToSelf's project page to jessible.com.

(REMOVE) messages.yml messages

The following messages have been removed from NoteToSelf's messages.yml file, as they have been replaced by the newly added messages:

  • Invalid_Command
  • Help

-The Jessible Team