TSetSpawn
  • Introduction
  • General
    • Utils
    • Command & Permissions
  • Config
    • Configuration
    • Command Usage
    • Default files
Powered by GitBook
On this page
  1. Config

Default files

# #################################################################
# ┌─────────────────────────────────────────────────────────────┐ #
# │                        General config                       │ #
# └─────────────────────────────────────────────────────────────┘ #
# #################################################################

general:
  lang-file: "messages_en.yml"
# #################################################################
# ┌─────────────────────────────────────────────────────────────┐ #
# │                      Per Spawn Messages                     │ #
# └─────────────────────────────────────────────────────────────┘ #
# #################################################################

messages:
  # <ID>: "Message"
  0: "You have been teleported to spawn 0."
  # You can add more messages
# #################################################################
# ┌─────────────────────────────────────────────────────────────┐ #
# │                       Spanish messages                      │ #
# │                       (Spanish, Spain)                      │ #
# │                   Translated by: Tect.host                  │ #
# └─────────────────────────────────────────────────────────────┘ #
# #################################################################

messages:
  no-perm: "<red>No tienes permisos suficientes.</red>"
  only-player: "<red>Solo los jugadores pueden ejecutar este comando.</red>"
  invalid-spawn: "<red>El spawn es inválido.</red>"
  not-exist: "<red>El spawn %spawn% no existe.</red>"
  invalid-id: "<red>El ID del spawn es inválido.</red>"
  spawn: "<green>El spawn %spawn% ha sido colocado.</green>"
  reload: "<green>TSetSpawn recargado con éxito.</green>"
  version: "<green>Versión:</green> <yellow>%v%</yellow>"
# #################################################################
# ┌─────────────────────────────────────────────────────────────┐ #
# │                       English messages                      │ #
# │                   Translated by: Tect.host                  │ #
# └─────────────────────────────────────────────────────────────┘ #
# #################################################################

messages:
  no-perm: "<red>You do not have sufficient permissions.</red>"
  only-player: "<red>Only players can execute this command.</red>"
  invalid-spawn: "<red>The spawn is invalid.</red>"
  not-exist: "<red>The spawn %spawn% does not exist.</red>"
  invalid-id: "<red>The spawn ID is invalid.</red>"
  spawn: "<green>The spawn %spawn% has been set.</green>"
  reload: "<green>TSetSpawn reloaded successfully.</green>"
  version: "<green>Version:</green> <yellow>%v%</yellow>"
PreviousCommand Usage

Last updated 3 months ago