language.yml

language.yml

COMMAND_USABLE_ONLY_BY_PLAYER

  • STRING
  • A message that is sent to the console, when used command can be used only by player.

HAVE_NOT_PERMISSION

  • STRING
  • A message that is sent to the player, when he have not permission to do something.

COLLECTION_NOT_EXISTS

  • STRING
  • A message that is sent to the player when the required collection not exists.
  • PLACEHOLDERS:
  • %COLLECTION% - Replacing by the collection name.

ITEM_NOT_EXISTS

  • STRING
  • A message that is sent to the player when the required item in required collection not exists.
  • PLACEHOLDERS:
  • %COLLECTION% - Replacing by the collection name.
  • %ITEM% - Replacing by the item name.

SUCCESSFULLY_GET_COLLECTION

  • STRING
  • A message that is sent to the player after successfully collection receiving.
  • PLACEHOLDERS:
  • %COLLECTION% - Replacing by the collection name.

SUCCESSFULLY_GET_COLLECTION_ITEM

  • STRING
  • A message that is sent to the player after successfully collection item receiving.
  • PLACEHOLDERS:
  • %COLLECTION% - Replacing by the collection name.
  • %ITEM% - Replacing by the item name.

Comments

Posts Quoted:
Reply
Clear All Quotes