NoteToSelf's messages.yml Wiki

Commands | Permissions | Configuration | Wiki | Support

Divider

Welcome to NoteToSelf's messages.yml Wiki

This is the messages.yml page for the Wiki of NoteToSelf.

If you are lost, please go back to NoteToSelf's project page.

Divider

Prefix

  • Allows color codes: Yes
  • Placeholders:
    • N/A
  • Default value:
    '&8[&eNoteToSelf&8]'
    

The Prefix message gets sent before all other messages.

Prefix message

Divider

No_Permission

  • Allows color codes: Yes
  • Placeholders:
    • {permission} - Permission player does not have.
  • Default value:
    '&4You &cdo not have the &4{permission} &cpermission.'
    

The No_Permission message gets sent when a player tries to use a command they do not have permission for.

No_Permission message

Divider

No_Command

  • Allows color codes: Yes
  • Placeholders:
    • {used_command} - Command player used incorrectly.
    • {suggested_command} - Correct usage of the command the player was trying to use.
  • Default value:
    '&4{used_command} &cis an invalid command. Did you mean &4{suggested_command}?'
    

The No_Command message gets sent when a player uses a command incorrectly.

No_Command message

Divider

No_Console

  • Allows color codes: Yes
  • Placeholders:
    • {used_command} - Command console tried to use.
    • {suggested_command} - Suggested command. (/note <message>)
  • Default value:
    'You cannot use {used_command} from the console. Try {suggested_command}.'
    

The No_Console message gets sent when the console tries to use a command that is not console-supported.

No_Console message

Divider

No_Number

  • Allows color codes: Yes
  • Placeholders:
    • {used_number} - Number player tried to use as a positive integer.
  • Default value:
    '&4You &ccannot use &4{used_number} &cas a positive integer.'
    

The No_Number message gets sent when a player tries to use a non-positive integer for a command's argument. (Such as /noteview <id>

No_Number message

Divider

No_Note

  • Allows color codes: Yes
  • Placeholders:
    • {used_id} - Note ID player tried to use that doesn't exist.
    • {suggested_command} - Suggested command. (noteview <id>)
  • Default value:
    '&4Note {used_id} &cis not a note. Use &4{suggested_command} &cto view your notes.'
    

The No_Note message gets sent when a player tries to view a note that doesn't exist.

No_Note message

Divider

No_Notes

  • Allows color codes: Yes
  • Placeholders:
  • Default value:
    '&4You &cdo not have any notes. Use &4{suggested_command} &cto create a note.'
    

The No_Notes message gets sent when a player tries to view a summary of their notes, but they don't have any notes.

No_Notes message

Divider

No_Page

  • Allows color codes: Yes
  • Placeholders:
    • {used_number} - Page number player tried to use that doesn't exist.
  • Default value:
    '&4You &cdo not have any notes on &4page {used_number}.'
    

The No_Page message gets sent when a player tries to view a summary of their notes on a page, but that page doesn't exist.

No_Page message

Divider

No_TP

  • Allows color codes: Yes
  • Placeholders:
    • {id} - Note ID player tried to teleport to.
  • Default value:
    '&4Note {id} &cdoesn''t have a &4location.'
    

The No_TP message gets sent when a player tries to teleport to a note, but that note doesn't have a location.

No_TP message

Divider

Reload

  • Allows color codes: Yes
  • Placeholders:
    • N/A
  • Default value:
    '&fFiles &6config.yml &fand &6messages.yml &fhas been reloaded.'
    

The Reload message gets sent when a player reloads the config.yml and messages.yml files.

Reload message

Divider

Note_Summary_Begin

  • Allows color codes: Yes
  • Placeholders:
    • {id} - Note's ID.
    • {date} - Note's date.
    • {message} - Note's message.
  • Default value:
    '&6Note {id}: &f{message}'
    

The Note_Summary_Begin message gets sent when a player views a summary of their notes.

Note_Summary_Begin message

Divider

Note_Summary_More

  • Allows color codes: Yes
  • Placeholders:
  • Default value:
    '&fUse &6{suggested_command} &ffor more notes.'
    

The Note_Summary_More message gets sent when a player views a summary of their notes, and they have more notes on a different page.

Note_Summary_More message

Divider

Note_Summary_End

  • Allows color codes: Yes
  • Placeholders:
    • N/A
  • Default value:
    '&fThese are all of your notes.'
    

The Note_Summary_End message gets sent when a player views a summary of all of their notes.

Note_Summary_End message

Divider

Note_Create

  • Allows color codes: Yes
  • Placeholders:
    • {id} - Note's ID.
    • {suggested_command} - Suggested command. (/noteview <id>)
  • Default value:
    '&6Note {id} &fhas been &6created. &fUse &6{suggested_command} &fto view your note.'
    

The Note_Create message gets sent when a player creates a note.

Note_Create message

Divider

Note_Delete

  • Allows color codes: Yes
  • Placeholders:
    • {id} - Note's ID.
  • Default value:
    '&6Note {id} &fhas been &6deleted.'
    

The Note_Delete message gets sent when a player deletes a note.

Note_Delete message

Divider

Note_TP

  • Allows color codes: Yes
  • Placeholders:
    • {id} - Note's ID.
  • Default value:
    '&6You &fhave &6teleported &fto &6Note {id}.'
    

The Note_TP message gets sent when a player teleports to a note.

Note_TP message

Divider

Note_Join

  • Allows color codes: Yes
  • Placeholders:
    • {amount} - Player's amount of notes.
    • {suggested_command} - Suggested command. (/noteview)
  • Default value:
    '&6You &fhave &6{amount} note(s) &fto view. Use &6{suggested_command} &fto view a summary of your notes.'
    

The Note_Join message gets sent when a player has one or more notes and has the notetoself.noteview.join permission.

Note_Join message

Divider

Note_View

  • Allows color codes: Yes
  • Placeholders:
    • {id} - Note's ID.
    • {date_and_time} - Note's date and time.
    • {location} - Note's location.
    • {message} - Note's message.
    • {suggested_command} - Suggested command. (/noteview)
  • Default value:
    - '&6ID: &f{id}'
    - '&6Date: &f{date_and_time}'
    - '&6Location: &f{location}'
    - '&6Note: &f{message}'
    - '&fUse &6{suggested_command} &fto view a summary of your notes.'
    

The Note_View message gets sent when a player views a note.

Note_view message

Divider

In-game_Guide

  • Allows color codes: Yes
  • Placeholders:
    • N/A
  • Default value:
    - '&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.'
    

The Help message gets sent when a player views the in-game guide.

In-game_Guide message

Divider

Go back to NoteToSelf's project page.