Skip to content

Configuration

Vecoo edited this page Dec 9, 2025 · 1 revision

Example main config

{
  "baseCountWarp": 2, # Base number of warps per player.
  "maxCharactersWarp": 10, # Maximum characters of letters in a warp.
  "blockedNamesWarp": [ # Forbidden Warp names.
    "Name"
  ],
  "permissionList": [ # List of permission and number of warps for the right.
    "extrawarp.count.3",
    "extrawarp.count.7",
    "extrawarp.count.5"
  ]
}

Example locale config

{
  "reload": "&e(!) Configs have been reloaded.",
  "setWarp": "&e(!) You have successfully set warp %warp%.",
  "setWarpAdditional": " &eClick me to private warp.",
  "setWarpPrivate": "&e(!) You have successfully set private warp %warp%.",
  "teleportWarp": "&e(!) You have successfully teleported to warp %warp%.",
  "privateWarp": "&e(!) You have successfully made the warp %warp% private.",
  "publicWarp": "&e(!) You have successfully made the warp %warp% public.",
  "inviteWarp": "&e(!) Player %player% has been successfully invited to your warp %warp%.",
  "invitedWarp": "&e(!) Player %player% has invited you to warp %warp%.",
  "unInviteWarp": "&e(!) Player %player% has been successfully uninvited to your warp %warp%.",
  "blacklistAddedWarp": "&e(!) Player %player% has been successfully added blacklist to your warp %warp%.",
  "blacklistRemovedWarp": "&e(!) Player %player% has been successfully removed blacklist to your warp %warp%.",
  "warpRemoved": "&e(!) Warp %warp% successfully removed.",
  "warpUpdate": "&e(!) You have successfully updated the warp %warp% position.",
  "warpSetWelcome": "&e(!) You have successfully installed a welcome message on warp %warp%.",
  "warpRemoveWelcome": "&e(!) You have successfully removed the welcome message from the warp %warp%.",
  "warpRename": "&e(!) You have successfully changed the warp name from %warp% to %name%.",
  "help": "&eInformation the ExtraWarp:\n/warp help - help with the ExtraWarp mod.\n/warp <name> - teleport to warp.\n/warp set <name> - set public warp at your position.\n/warp pset <name> - set private warp at your position.\n/warp delete <name> - delete your warp.\n/warp private <name> - make your warp private.\n/warp public <name> - make your warp public.\n/warp invite <name> <player> - invite a player to your warp.\n/warp uninvite <name> <player> - revoke an invitation to your warp.\n/warp blacklist add <name> <player> - add a player to your warp's blacklist.\n/warp blacklist remove <name> <player> - remove a player from your warp's blacklist.\n/warp rename <name> <newName> - rename your warp.\n/warp welcome - remove the welcome message from your warp.\n/warp welcome <message> - add a welcome message to your warp.\n/warp info <name> - view information about the warp.\n/warp update <name> - update the position of your warp.\n/warp assets - list of your warps.\n/warp top - list of popular warp",
  "topWarpTitle": "&e&lTop warps:",
  "warpAssets": "&e&lYour warps (%count%/%maxCount%):\n&r&e- Public: %publicWarps%\n&e- Private: %privateWarps%",
  "warpAssetsPlayer": "&e&lWarps player %player%:\n&r&e- Public: %publicWarps%\n&e- Private: %privateWarps%",
  "infoWarp": "&e&lInfo warp %warp% (%locked%&e&l):\n&r&e- Owner: %owner%\n- X: %x%, Y: %y%, Z: %z% (%dimension%&e)\n- Invite players: %invitePlayers%\n- Blacklist players: %blacklistPlayers%\n- Unique players: %count%",
  "warpNotOwner": "&c(!) You are not the owner of the warp %warp%.",
  "warpNotFound": "&c(!) Warp %warp% not found.",
  "warpExist": "&c(!) Warp %warp% already exists.",
  "warpWelcomeEmpty": "&c(!) You cannot delete the warp %warp% greeting message because it does not exist.",
  "warpNotYourself": "&c(!) You cannot add/remove yourself to warp %warp% lists.",
  "warpPrivated": "&c(!) Warp %warp% already private.",
  "warpPubliced": "&c(!) Warp %warp% already public.",
  "warpPrivate": "&c(!) Warp %warp% is private.",
  "warpBorder": "&c(!) Warp %warp% is located beyond the world",
  "warpNotDimension": "&c(!) Warp %warp% is not a dimension.",
  "blacklistWarp": "&c(!) You are on warp %warp% blacklist.",
  "warpPlayerAlready": "&c(!) Player %player% is already on one of the warp %warp% lists.",
  "warpError": "&c(!) Error teleporting to warp %warp%. Try again or ask the warp owner to change the respawn point.",
  "playerNotFound": "&c(!) Player %player% not found.",
  "equalsRename": "&c(!) You cannot change the name of the warp %warp% because it is the same as what you plan to rename it to.",
  "invalidWarpArgument": "&c(!) Your warp cannot contain arguments to the command itself in its name.",
  "warpMaxCharacters": "&c(!) Your warp cannot contain more than 10 characters.",
  "maxWarp": "&c(!) You cannot create a warp because your limit of all warps is - %count%.",
  "topWarp": "&e%place%. %warp% by %player%",
  "hoverSetToPrivateWarp": "/warp private ",
  "hoverTopWarp": "/warp ",
  "places": [
    "1",
    "2",
    "3",
    "4",
    "5",
    "6",
    "7",
    "8",
    "9",
    "10"
  ],
  "addWelcome": "&e(!) ",
  "locked": "&4Private&r&l",
  "unlocked": "&2Public&r&l"
}

Clone this wiki locally