Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
All the documentation required to start using zAPI for your plugins!
Language File for Spanish (es)
Find all hooks for the plugin
A hook is a way for the plugin to work together with other plugins. It lets the plugin use features from those other plugins to do more things, like showing extra info or adding new options. Hooks help everything run smoothly together without needing to set it all up by hand.
Language File for Italian (it)
Language File for German (de)
Get started using the zHomes API.
<repositories>
<repository>
<id>yl3oft-repo</id>
<url>https://repo.codemc.io/repository/yl3oft/</url>
</repository>
</repositories>
<dependencies>
<dependency>
<groupId>me.yleoft</groupId>
<artifactId>zHomes</artifactId>
<version>2.2.3</version>
<scope>provided</scope>
</dependency>
</dependencies>List of all WorldGuard integrations to the plugin
is a user-friendly and highly effective plugin designed to stop griefing before it happens. It allows players to protect their builds with simple tools—usually just a golden shovel—by claiming land and preventing unwanted edits from others. Claims are automatically protected from block breaking, chest access, mob damage, and more, with minimal setup required. Server owners can customize rules per world, adjust claim limits, and define trusted players for shared building. GriefPrevention is ideal for survival servers, promoting fairness and creativity without needing complex commands or heavy moderation.
A menu to show a player's homes
A pretty simple yet complete tpa system, all customizable and easy to use
List of all Vault integrations to the plugin
is an essential plugin that acts as a bridge between different economy, permissions, and chat plugins. It provides a unified API so developers can support multiple systems without hardcoding compatibility. With Vault installed, plugins can easily hook into your server’s chosen economy (like or ), permissions (like ), or chat formatting system. It’s a behind-the-scenes powerhouse that ensures smooth communication between plugins and keeps your server running seamlessly.
Language File for Brazilian Portuguese (pt-br)
List of all Vault integrations to the plugin
is an essential plugin that acts as a bridge between different economy, permissions, and chat plugins. It provides a unified API so developers can support multiple systems without hardcoding compatibility. With Vault installed, plugins can easily hook into your server’s chosen economy (like or ), permissions (like ), or chat formatting system. It’s a behind-the-scenes powerhouse that ensures smooth communication between plugins and keeps your server running seamlessly.
Language File for Brazilian Portuguese (pt-br)
Couldn't find what you're searching for in the Wiki? Or want to do a plugin request? Get support from our Discord.
Click here to acess the javadocs: zPlugins Javadocs
It's used to prevent players from setting homes inside land claims they don’t own or have AccessTrust in.
The main utility of Vault in zHomes is to manage command costs, found in the config.yml
Command cost won't work if Vault isn't installed!
The main utility of Vault in zHomes is to manage command costs, found in the config.yml
Command cost won't work if Vault isn't installed!
All the documentation required to start using the API provided by zHomes.
Directory of custom menus for the plugin
Contact us for support on: Discord
repositories {
maven("https://repo.codemc.io/repository/yl3oft/")
}
dependencies {
compileOnly("me.yleoft:zHomes:2.2.3")
}Directory Tree:
└── zHomes/
├── config.yml
├── menus/
│ ├── menu-homes.yml
│ ├── small-homes-menu-example.yml
└── languages/
├── de.yml
├── en.yml
├── es.yml
├── fr.yml
├── it.yml
├── nl.yml
├── pl.yml
├── pt-br.yml
├── ru.yml
└── zhcn.ymlDirectory Tree:
└── zTPA/
├── config.yml
└── languages/
├── en.yml
├── pt-br.yml<repositories>
<repository>
<id>yl3oft-repo</id>
<url>https://repo.codemc.io/repository/yl3oft/</url>
</repository>
</repositories>
<dependencies>
<dependency>
<groupId>me.yleoft</groupId>
<artifactId>zTPA</artifactId>
<version>1.0.3</version>
<scope>provided</scope>
</dependency>
</dependencies>repositories {
maven("https://repo.codemc.io/repository/yl3oft/")
}
dependencies {
compileOnly("me.yleoft:zTPA:1.0.3")
}Java 8 or above
Version 1.8 - Latest (1.21.10) [Spigot, Paper, Purpur, Pufferfish]
Version 1.20 - Latest (1.21.8) [Folia]
Register a custom flag to manage if the player can use homes
Use to manage the server economy to plugin uses
Mothinth: https://modrinth.com/plugin/ztpa
Discord: https://discord.gg/yCdhVDgn4K
Email: [email protected]
Called when a player accept a teleport request
Called when a player deny a teleport request
Called when a player cancel a teleport request
Called when /ztpa (Main command) is executed by a player
Example of a class listening to the AcceptTeleportRequestEvent canceling it the sender of the teleport request is "yLeoft2" and who accept is "yLeoft"
A very complex homes plugins, including alot of features that convencional home plugins don't have
This wiki is made to explain the plugin as of version 2.2.3. If any of the config here is missing on your plugin, make sure your plugin is up-to-date, the plugin says when its up-to-date on its starts.
Java 8 or above
Version 1.8 - Latest (1.21.11) [Spigot, Paper, Purpur, Leaf]
Version 1.20 - Latest (1.21.8) [Folia]
Mothinth:
Hangar:
SpigotMC:
bStats:
Discord:
Email: [email protected]
Language File for Russian (ru)
Main configuration of the plugin
Add custom WorldGuard flags for Simple Voice Chat
This wiki is made to explain the plugin as of version 1.0.2. If any of the config here is missing on your plugin, make sure your plugin is up-to-date, the plugin says when its up-to-date on its starts.
Java 17 or above
Simple Voice Chat 2.1.2 or above
WorldGuard (Installed & Working)
Version 1.8 - Latest (1.21.11) [Spigot, Paper, Purpur, Pufferfish]
Version 1.20 - Latest (1.21.8) [Folia]
Mothinth:
Hangar:
SpigotMC:
bStats:
Discord:
Email: [email protected]
Find all hooks for the plugin
A hook is a way for the plugin to work together with other plugins. It lets the plugin use features from those other plugins to do more things, like showing extra info or adding new options. Hooks help everything run smoothly together without needing to set it all up by hand.
zHomes triggers a few events. You can find a list with all the events on this page.
Called when /sethome command is executed by a player
Called when /delhome command is executed by a player
Called when /home command is executed by a player
Called when /sethome (Home) command is executed by a player
Called when /delhome (Home) command is executed by a player
Called when /homes command is executed by a player
Called when /zhomes (Main command) is executed by a player
Called when /home rename command is fully executed by a player
Called when a player is teleported to a home
Example of a class listening to the PreExecuteSethomeCommandEvent and ExecuteSethomeCommandEvent and canceling it if the player's name is yLeoft (Or if the home's name is test)
On ExecuteSethomeCommandEvent it also sets the home to test if it's not the test home
List of all plugin's placeholders
List of all flags added
List of all WorldGuard integrations to the plugin
is a powerful and widely-used plugin that allows server owners to protect specific areas of the world and control gameplay behavior within them. It works seamlessly with to let you define regions, then apply flags to customize what players can or can't do—like blocking PvP, preventing mob spawning, or denying access entirely. It’s highly configurable and supports per-player, group, and region-based permissions. With , you can easily safeguard builds, manage server rules, and create custom experiences on your Minecraft server.
Language File for Simplified Chinese (zhcn)
Denys a teleport request from a player
/tpacancel [player]
ztpa.commands.tpacancel (True)
Cancels a teleport request to a player
/ztpa
ztpa.commands.main (True)
Main command for the plugin
/ztpa version
ztpa.commands.main.version (True)
Display the current version of the plugin
/ztpa reload
ztpa.commands.main.reload (OP)
Reloads the plugin's files. (MORE: /ztpa reload <type>)
/tpa <player>
ztpa.commands.tpa (True)
Sends a teleport request to an player
/tpaccept [player]
ztpa.commands.tpaccept (True)
Accepts a teleport request from a player
/tpdeny [player]
<command_permission>.bypass.command-cost
Allows the player to bypass the cost of the command
ztpa.commands.tpdeny (True)
Toggles listening in the region
State (Boolean)
Deny
voicechat-distance only works on voicechat 2.6.0 and above!
voicechat-enabled
Toggles speaking in the region
State (Boolean)
Allow
voicechat-distance
Defines the voice distance in the region
Integer
0 (VC)
voicechat-muted
zHomes plugin provides PlaceholderAPI placeholders that you can be used in any plugin that supports PlaceholderAPI.
The expansion is inside the plugin itself, meaning that you don't have to download it from eCloud, as long as you have PlaceholderAPI installed, the placeholder expansion will be there.
%zhomes_version%
Returns the current version of zhomes
1.0.0
%zhomes_hashome_<home>%
Check if the player has a home with name home
True | False
%zhomes_set% or %zhomes_numberofhomes%
Number of homes a player have
10
%zhomes_homes%
All homes a player have
send-tpa
Define if a player will be able to send teleport requests in a region
StateFlag (Deny, Allow)
Allow
accept-tpa
Define if a player will be able to accept teleport requests in a region
StateFlag (Deny, Allow)
Allow
deny-tpa
Define if a player will be able to deny teleport requests in a region
StateFlag (Deny, Allow)
Register custom placeholders for the plugin and parse placeholders
Player's can't use homes on claims unless they have accesstrust
Register a custom flag to manage if the player can use homes
Use to manage the server economy to plugin uses
home1, home2, home3
%zhomes_limit% or %zhomes_max%
The limit of homes a player can have (Configured in config.yml)
15
%zhomes_numberofhomes/limit% or %zhomes_set/max%
Same thing to "%zhomes_numberofhomes%/%zhomes_limit%", but return "Disabled" is limit is not enabled on the plugin
10/15 | Disabled
%zhomes_home_<number>%
Returns the name of the home <number> of the player (So if he has 3 homes "a", "b" & "c"), %zhomes_home_1% would return "a" and so on
home1 | home2
%zhomes_home_<number>_world_%
Returns the world name of the home <number>
world_the_end
%zhomes_home_<number>_<x|y|z|pitch|yaw>%
Returns the parsed coordinate of the home <number>
No example
%zhomes_home_<number>_<x|y|z|pitch|yaw>_full%
Returns the full parsed coordinate (All the decimals) of the home <number>
No example
%zhomes_home_<number>_<x|y|z|pitch|yaw>_<decimals>%
Returns the parsed coordinate of the home <number> with the number of decimals in <decimals>
No example
Allow
cancel-tpa
Define if a player will be able to cancel teleport requests in a region
StateFlag (Deny, Allow)
Allow
use-tpa
Define if a player will be able to use the tpa system in an region
StateFlag (Deny, Allow)
Allow
Checks all homes within a radius of blocks around you
/zhomes converter <type>
zhomes.commands.main.converter (OP)
Use to convert data from a place to another (MORE: )
/zhomes export
zhomes.commands.main.importexport (OP)
Exports all data from zhomes to a json.gz file with can be imported at any time with /zhomes import
/zhomes import <file>
zhomes.commands.main.importexport (OP)
Imports data from the json.gz file previously exported from the plugin
/sethome <home>
zhomes.commands.sethome (True)
Sets a home to your current location
/sethome <player:home>
zhomes.commands.sethome.others (OP)
Sets a player's home to your current location
/delhome <home>
zhomes.commands.delhome (True)
Deletes a home
/delhome <player:home>
zhomes.commands.delhome.others (OP)
Deletes a player's home
/home <home>
zhomes.commands.home (True)
Teleports you to a home
/home <player:home>
zhomes.commands.home.others (OP)
Teleports you to a player's home
/home rename <home> <newname>
zhomes.commands.home.rename (True)
Renames a home
/homes [page]
zhomes.commands.homes (True)
List all homes you have
/homes <player> [page]
zhomes.commands.homes.others (OP)
List all homes of a player
/zhomes
zhomes.commands.main (True)
Main command for the plugin
/zhomes version
zhomes.commands.main.version (True)
Display the current version of the plugin
/zhomes version --update
zhomes.commands.main.version.update (OP)
Updates the current plugin version for you
/zhomes info
zhomes.commands.main.info (OP)
Display useful info about the plugin
/zhomes reload
zhomes.commands.main.reload (OP)
Reloads the plugin's files. (MORE: /zhomes reload <type>)
/zhomes nearhomes <radius>
zhomes.bypass.limit
Allows the player to bypass the limit of homes
zhomes.bypass.dimensionalteleportation
Allows the player to bypass the dimensional teleportation config
zhomes.bypass.safeteleport
Allow player's to bypass safe teleportation
<command_permission>.bypass.command-cost
Allows the player to bypass the cost of the command
zhomes.bypass.warmup
Allows the player to bypass warmup time before teleporting to a home
zhomes.bypass.restrictedworlds
Allows the player to bypass the all restricted worlds.
zhomes.commands.main.nearhomes (OP)
Language File for English (en)
How to load command & events using zAPI
In order to load commands & events using zAPI you need a class called PluginYAMLManager, that basicly loads all the commands, tab completers, permissions & events without you needing to put anything in plugin.yml, allthough you still need to have commands & permissions field on it.
PluginYAMLManager is a abstract class, which means it doesn't need any initialization or anything like that, so to load anything on it you basicly use this functions:
Language File for Dutch (nl)
Directory of all the plugin language files
You can still create a new file and translate it to your language, than just use it in config.yml
Commands
PluginYAMLManager.registerCommand()
Events
PluginYAMLManager.registerEvent()
Permissions
PluginYAMLManager.registerPermission()
Language File for English (en)
More detailed information of the plugin
1 - The name of the command.
2 - The CommandExecutor for the command.
3 (Optional) - The cooldown of the command
4 (Optional) - The TabCompleter for the command.
5 - The description of the command.
6 - The aliases for the command.1 - The Listener class1 - The permission
2 (Optional) - Description
3 (Optional) - PermissionDefault
4 (Optional) - Permission childrenspackage com.zhomes.api.examples;
import com.zhomes.api.event.player.ExecuteSethomeCommandEvent;
import com.zhomes.api.event.player.PreExecuteSethomeCommandEvent;
import org.bukkit.entity.Player;
import org.bukkit.event.EventHandler;
import org.bukkit.event.Listener;
public class ExampleEvent implements Listener {
@EventHandler
public void onPreExecuteSethomeCommandEvent(PreExecuteSethomeCommandEvent event) {
Player player = event.getPlayer();
if(player.getName().equals("yLeoft")) event.setCancelled(true);
}
@EventHandler
public void onExecuteSethomeCommandEvent(ExecuteSethomeCommandEvent event) {
Player player = event.getPlayer();
String home = event.getHome();
if(player.getName().equals("yLeoft")) event.setCancelled(true);
if(home.equals("test")) event.setCancelled(true);
else event.setHome("test");
}
}
An example menu for a smaller homes menu
Language File for French (fr)
Main configuration of the plugin
List of all WorldGuard integrations to the plugin
WorldGuard is a powerful and widely-used plugin that allows server owners to protect specific areas of the world and control gameplay behavior within them. It works seamlessly with WorldEdit to let you define regions, then apply flags to customize what players can or can't do—like blocking PvP, preventing mob spawning, or denying access entirely. It’s highly configurable and supports per-player, group, and region-based permissions. With WorldGuard, you can easily safeguard builds, manage server rules, and create custom experiences on your Minecraft server.
List of permissions for the plugin
Language File for Polish (pl)
voicechatworldguard.bypass.*
Allows to bypass all worldguard voicechat restrictions
voicechatworlguard.bypass.voicechat-enabled
Allows to bypass worldguard voicechat enabled flag
voicechatworlguard.bypass.voicechat-distance
Allows to bypass worldguard voicechat distance flag
voicechatworlguard.bypass.voicechat-muted
Allows to bypass worldguard voicechat muted flag
bypass-home-cost
Manage if command costs should be enabled in a region
StateFlag (Deny, Allow)
Deny
use-homes
Manage if a player will be able to use homes system in a region
StateFlag (Deny, Allow)
Allow
set-homes
Manage if a player will be able to set homes in a region
StateFlag (Deny, Allow)
Allow
bypass-home-warmup
Manage if the /home warmup time should happen in a region
StateFlag (Deny, Allow)
Deny
So if you want to access everything zAPI has to offer, you will need to use NBTAPI, and i highly recommend you to use it shaded in your plugin, just like zAPI.
After you got NBTAPI setup, change this line from Raw initialization:
To this:
package me.yleoft.example;
import me.yleoft.zAPI.zAPI;
import org.bukkit.plugin.java.JavaPlugin;
public final class Main extends JavaPlugin {
public final String pluginName = getDescription().getName();
public final String coloredPluginName = this.pluginName; // Change to whatever you want
@Override
public void onEnable() {
zAPI.init(this, pluginName, coloredPluginName, null);
}
}zAPI.init(this, pluginName, coloredPluginName, null);maven-shade-plugin from org.apache.maven.plugins is used to relocate the package of the API, you can use it without relocating, but it may cause some incompatibilities.
shadowJar from com.github.johnrengelman.shadow is used to relocate the package of the API, you can use it without relocating, but it may cause some incompatibilities.
plugins {
id("com.github.johnrengelman.shadow") version "8.1.1"
}
repositories {
maven("https://repo.codemc.io/repository/yl3oft/")
}
dependencies {
implementation("me.yleoft:zAPI:1.5.2")
}
shadowJar {
relocate 'me.yleoft.zAPI', 'your.package.shaded.zAPI'
}zAPI.init(this, pluginName, coloredPluginName, NBT.preloadApi());<build>
<defaultGoal>clean package</defaultGoal>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
<version>3.5.3</version>
<executions>
<execution>
<phase>package</phase>
<goals>
<goal>shade</goal>
</goals>
<configuration>
<relocations>
<relocation>
<pattern>me.yleoft.zAPI</pattern>
<shadedPattern>your.package.shaded.zAPI</shadedPattern>
</relocation>
</relocations>
</configuration>
</execution>
</executions>
</plugin>
</plugins>
</build>
<repositories>
<repository>
<id>yl3oft-repo</id>
<url>https://repo.codemc.io/repository/yl3oft/</url>
</repository>
</repositories>
<dependencies>
<dependency>
<groupId>me.yleoft</groupId>
<artifactId>zAPI</artifactId>
<version>1.5.2</version>
<scope>compile</scope>
</dependency>
</dependencies>How to load files using zAPI
In order to load YAML files using zAPI you will use a class used FileUtils, to manage and load your file, first things first, you need to define your file:
File file = new File(getDataFolder(), "file.yml");Then after defining your file, you create a FileUtils, using that file:
FileUtils fileUtils = new FileUtils(file, "file.yml");Then to load it you can use:
fileUtils.saveDefaultConfig(); // Load the file or create it if not exist, also prevents from options to be deleted from it
fileUtils.reloadConfig(false); // Saves the file if created now, keep in mind that if you change that false to true, any deleted options from it, will always come back, which in some cases are not requiredTo get a existing file (Already loaded), you need to use FileManager class, that saves every loaded FileUtils and can restore it to you:
FileManager.getFileUtil("file.yml");# Qui puoi gestire i messaggi dei hook
hooks:
griefprevention:
cant-set-homes: "%prefix%&cNon puoi impostare homes in quest'area."
worldguard:
cant-use-homes: "%prefix%&cNon puoi usare gli homes qui."
cant-set-homes: "%prefix%&cNon puoi impostare un home qui."
vault:
cant-afford-command: "%prefix%&cHai bisogno di &6$%cost% &cper eseguire questo comando."
# Messaggi relativi al tempo di preparazione del teletrasporto
teleport-warmup:
warmup: "%prefix%&aTeletrasporto tra %time% secondi... Non muoverti!"
warmup-actionbar: "&aTeletrasporto tra %time% secondi..."
cancelled: "%prefix%&cTi sei mosso! Teletrasporto annullato."
cancelled-actionbar: "&cTi sei mosso! Teletrasporto annullato."
# Messaggi relativi ai comandi
commands:
# In alto trovi i messaggi utilizzati da più comandi
no-permission: "%prefix%&cNon hai il permesso per eseguire questo comando."
only-players: "%prefix%&cSolo i giocatori possono eseguire questo comando."
in-cooldown: "%prefix%&cDevi aspettare %timeleft% secondi prima di poter usare di nuovo questo comando."
home-already-exist: "%prefix%&cHai già un home con questo nome."
home-doesnt-exist: "%prefix%&cNon hai alcun home con questo nome."
home-doesnt-exist-others: "%prefix%&e%player% &cnon ha alcun home con questo nome."
cant-use-2dot: "%prefix%&cNon puoi usare &e':' &cin questo comando."
cant-find-player: "%prefix%&cGiocatore non trovato."
unable-to-find-safe-location: "%prefix%&cImpossibile trovare una posizione sicura per teletrasportarti."
world-restricted-sethome: "%prefix%&cNon puoi impostare homes in questo mondo."
world-restricted-home: "%prefix%&cNon puoi teletrasportarti verso homes in questo mondo."
# Di seguito i messaggi specifici dei comandi
main:
help:
help-perm: |-
%prefix%&bUso di &e/%command%&b:
&c-> &e/%command% &ahelp &7Mostra questa guida
&c-> &e/%command% &ainfo &7Mostra informazioni sul plugin
&c-> &e/%command% &a(reload|rl) &6[all, commands, config, languages]
&c-> &e/%command% &a(version|ver) &6[update]
&c-> &e/%command% &anearhomes &6(<radius>) &7Elenca gli homes vicini entro un raggio
&c-> &e/%command% &aconverter (<converter-type>) &7Converte i dati da un archivio a un altro
&c-> &e/%command% &aexport &7Esporta tutti gli homes in un file
&c-> &e/%command% &aimport (<file>) &7Importa homes da un file
help-noperm: |-
%prefix%&bUso di &e/%command%&b:
&c-> &e/%command% &a(help|?)
&c-> &e/%command% &ainfo
&c-> &e/%command% &a(version|ver)
info:
output: |-
%prefix%&bEsecuzione di &3%name% v%version% &bdi &3%author%&b:
%prefix%&b- Info server:
%prefix%&3 Software: &f%server.software%
%prefix%&3 Versione: &f%server.version%
%prefix%&3 Richiede aggiornamento: &f%requpdate%
%prefix%&3 Lingua: &f%language%
%prefix%&b- Archiviazione:
%prefix%&3 Tipo: &f%storage.type%
%prefix%&3 Utenti: &f%storage.users%
%prefix%&3 Homes: &f%storage.homes%
%prefix%&b- Hooks:
%prefix%&3 PlaceholderAPI: &f%use.placeholderapi%
%prefix%&3 GriefPrevention: &f%use.griefprevention%
%prefix%&3 WorldGuard: &f%use.worldguard%
%prefix%&3 Vault: &f%use.vault%
requpdate-yes: "&cSì &7(Usa &e/%command% version &7per più info)"
requpdate-no: "&aNo"
version:
output: "%prefix%&bVersione corrente: &a%version%"
update:
output: "%prefix%&azHomes è stato aggiornato all'ultima versione &e(%update%)&a, riavvia il server per applicare le modifiche."
no-update: "%prefix%&aStai già usando l'ultima versione di zHomes."
reload:
usage: |-
%prefix%&bUso di &e/%command% &a(reload|rl)&b:
&c-> &e/%command% &a(reload|rl) &6[all, commands, config, languages]
output: "%prefix%&aPlugin ricaricato in &b%time%ms&a."
commands:
output: "%prefix%&aTutti i comandi ricaricati in &b%time%ms&a."
config:
output: "%prefix%&aFile di configurazione ricaricato in &b%time%ms&a."
languages:
output: |-
%prefix%&aLingue ricaricate in &b%time%ms&a.
&7Nota: Questo non aggiornerà la lingua in config.yml. Usa '/%command% reload config' per farlo.
nearhomes:
usage: "&c-> &e/%command% nearhomes &a[<Radius>]"
output: "%prefix%&7Homes vicini entro &e%radius% &7blocchi: &f%homes%"
output-not-found: "%prefix%&cNessun home trovato entro &e%radius% &cblocchi."
home-string: "&e%home% &7(%owner%)"
converter:
usage: |-
%prefix%&bUso di &e/%command% &aconverter&b:
&c-> &e/%command% &aconverter sqlitetoh2
&c-> &e/%command% &aconverter sqlitetomysql
&c-> &e/%command% &aconverter sqlitetomariadb
&c-> &e/%command% &aconverter mysqltosqlite
&c-> &e/%command% &aconverter mysqltoh2
&c-> &e/%command% &aconverter mariadbtosqlite
&c-> &e/%command% &aconverter mariadbtoh2
&c-> &e/%command% &aconverter h2tosqlite
&c-> &e/%command% &aconverter h2tomysql
&c-> &e/%command% &aconverter h2tomariadb
&c-> &e/%command% &aconverter essentials
&c-> &e/%command% &aconverter sethome
&c-> &e/%command% &aconverter ultimatehomes
&c-> &e/%command% &aconverter xhomes
&c-> &e/%command% &aconverter zhome
output: "%prefix%&aTutti i dati sono stati convertiti!"
error: "%prefix%&cSi è verificato un errore durante la conversione dei dati. Controlla la console del server."
export:
output: "%prefix%&aTutti gli homes sono stati esportati in &e%file%&a!"
error: "%prefix%&cSi è verificato un errore durante l'esportazione. Controlla la console del server."
import:
usage: "&c-> &e/%command% import &a(<file>)"
output: "%prefix%&aTutti gli homes sono stati importati da &e%file%&a!"
error: "%prefix%&cSi è verificato un errore durante l'importazione. Controlla la console del server."
sethome:
usage: "&c-> &e/%command% &a(Home)"
output: "%prefix%&aHome &e%home% &aimpostato alla tua posizione."
limit-reached: "&cNon puoi impostare altri homes: hai raggiunto il limite &e(%limit% homes)&c!"
delhome:
usage: "&c-> &e/%command% &a(Home)"
output: "%prefix%&cHome &e%home% &acancellato."
home:
usage: "&c-> &e/%command% &a(Home)"
output: "%prefix%&aTeletrasportato a &e%home%&a..."
cant-dimensional-teleport: "&cTeletrasporto annullato! Il teletrasporto dimensionale è disabilitato."
rename:
usage: "&c-> &e/%command% rename (Home) (NewName)"
output: "%prefix%&aHome &e%home% &arenamed to &e%newname%&a."
same-name: "%prefix%&cNon puoi rinominare un home allo stesso nome."
homes:
output: "%prefix%&7I tuoi homes (%amount%): &f%homes%"
invalid-page: "%prefix%&cNumero di pagina non valido! Usa un numero maggiore di 0."
others:
output: "%prefix%&7Homes di &e%player%&7 (%amount%): &f%homes%"# Aqui você pode gerenciar mensagens de integração
hooks:
worldguard:
send-tpa-flag: "%prefix%&cVocê não pode enviar um pedido de teleporte aqui."
accept-tpa-flag: "%prefix%&cVocê não pode aceitar um pedido de teleporte aqui."
deny-tpa-flag: "%prefix%&cVocê não pode recusar um pedido de teleporte aqui."
cancel-tpa-flag: "%prefix%&cVocê não pode cancelar um pedido de teleporte aqui."
use-tpa-flag: "%prefix%&cVocê não pode usar o comando de teleporte aqui."
vault:
cant-afford-command: "%prefix%&cVocê precisa de &6$%cost% &cpara executar este comando."
# Mensagens relacionadas ao tempo de espera para teleporte
teleport-warmup:
warmup: "%prefix%&aTeleportando em %time% segundos... Não se mova!"
warmup-actionbar: "&aTeleportando em %time% segundos..."
cancelled: "%prefix%&cVocê se moveu! Teleporte cancelado."
cancelled-actionbar: "&cVocê se moveu! Teleporte cancelado."
# Mensagens relacionadas a comandos
commands:
# Aqui em cima você vai achar mensagens que podem ser utilizadas em vários comandos
no-permission: "%prefix%&cVocê não tem permissão para executar este comando."
in-cooldown: "%prefix%&cVocê deve esperar %timeleft% segundos antes de usar este comando novamente."
cant-find-player: "%prefix%&cEste jogador não foi encontrado."
only-executable-by-players: "%prefix%&cEste comando só pode ser executado por jogadores."
more-than-one-request: "%prefix%&cVocê tem mais de um pedido de teleporte, por favor especifique o jogador do qual você deseja aceitar/recusar o pedido."
# Aqui embaixo vai achar mensagens especificas de alguns comandos.
main:
help:
help-perm: |-
%prefix%&bUsos de &e/%command%&b:
&c-> &e/%command% &a(help|?)
&c-> &e/%command% &a(reload|rl) &6[all, commands, config, languages]
&c-> &e/%command% &a(version|ver) &6[update]
help-noperm: |-
%prefix%&bUsos de &e/%command%&b:
&c-> &e/%command% &a(help|?)
&c-> &e/%command% &a(version|ver)
version:
output: "%prefix%&bVersão atual: &a%version%"
update:
output: "%prefix%&azTPA foi atualizado para a versão mais recente &e(%update%)&a, reinicie o servidor para aplicar as alterações."
no-update: "%prefix%&aVocê já está usando a versão mais recente de zTPA."
reload:
usage: |-
%prefix%&bUsos de &e/%command% &a(reload|rl)&b:
&c-> &e/%command% &a(reload|rl) &6[all, commands, config, languages]
output: "%prefix%&aPlugin recarregado em &b%time%ms!"
commands:
output: "%prefix%&aTodos comandos do plugin foram recarregados em &b%time%ms!"
config:
output: "%prefix%&aA configuração do plugin foi recarregada em &b%time%ms!"
languages:
output: |-
%prefix%&aAs linguas do plugin foram recarregadas em &b%time%ms!
&7Nota: Isso não ira recarregar a lingua no config.yml, use '/%command% reload config' para isso.
tpa:
usage: "%prefix% &c-> &e/%command% (Jogador)"
yourself: "%prefix%&cVocê não pode enviar um pedido de teleporte para si mesmo."
already-requested: "%prefix%&cVocê já enviou um pedido de teleporte para &e%player%&c."
output: |-
&a
&aPedido de teleporte enviado para &e%player%
&aPara cancelar, use &e/%command-tpacancel%
&a
request-received: |-
&a
&aVocê recebeu um pedido de teleporte de &e%player%
&aPara aceitar, use &e/%command-tpaccept%
&aPara recusar, use &e/%command-tpdeny%
&aEste pedido irá expirar em &c%time% segundos
&a
tpaccept:
output: "%prefix%&aPedido de teleporte de &e%player%&a aceito."
no-request: "%prefix%&cVocê não tem nenhum pedido de teleporte para aceitar."
no-request-from: "%prefix%&cVocê não tem nenhum pedido de teleporte de &e%player%&c."
tpdeny:
output: "%prefix%&aPedido de teleporte de &e%player%&a recusado."
no-request: "%prefix%&cVocê não tem nenhum pedido de teleporte para recusar."
no-request-from: "%prefix%&cVocê não tem nenhum pedido de teleporte de &e%player%&c."
tpacancel:
output: "%prefix%&aTodos os pedidos de teleporte foram cancelados."
output-to: "%prefix%&aPedido de teleporte para &e%player%&a cancelado."
no-request: "%prefix%&cVocê não tem nenhum pedido de teleporte para cancelar."
no-request-to: "%prefix%&cVocê não tem nenhum pedido de teleporte para &e%player%&c."package com.zTPA.api.examples;
import com.zTPA.api.event.player.AcceptTeleportRequestEvent;
import org.bukkit.entity.Player;
import org.bukkit.event.EventHandler;
import org.bukkit.event.Listener;
public class ExampleEvent implements Listener {
@EventHandler
public void onAcceptTeleportRequestEvent(AcceptTeleportRequestEvent event) {
Player player = event.getPlayer();
Player target = event.getTarget();
// Checks if the player and target are specific players
if(player.getName().equals("yLeoft") && target.getName().equals("yLeoft2")) {
event.setCancelled(true);
}
}
}
prefix: "&8[&4zTPA&8] "
general:
# Here you can define the language of the plugin, all languages can be found, edited and created on languages' directory.
# DEFAULT OPTIONS: [en, pt-br, <custom>] --- DEFAULT: en
language: "en"
# Define it the plugin should be updated automatically
# OPTIONS: [true, false] --- DEFAULT: true
auto-update: false
# Should players with permissions be notified about plugin updates upon joining?
# OPTIONS: [true, false] --- DEFAULT: true
announce-update: true
# Here you can define if metrics should be on or off.
# !WARNING: This option does not work with reload.
# OPTIONS: [true, false] --- DEFAULT: true
metrics: true
tpa-options:
# Defines the expire time of the teleport requests in seconds.
# OPTIONS: [>=0 INT] --- DEFAULT: 120
expire-time: 120
# Should the plugin play an enderman warp sound when the player teleports to a home?
# OPTIONS: [true, false] --- DEFAULT: true
play-sound: true
# Tpa warmup options
warmup:
# This option defines if the warmup should be enabled or not.
# OPTIONS: [true, false] --- DEFAULT: true
enable: true
# Defines the time of the warmup in seconds.
# OPTIONS: [>=0 INT] --- DEFAULT: 5
time: 5
# Should the warmup be cancelled when the player moves?
# OPTIONS: [true, false] --- DEFAULT: true
cancel-on-move: false
# Should the warmup be shown in the actionbar?
# OPTIONS: [true, false] --- DEFAULT: true
show-on-actionbar: true
commands:
# Mostly everything below needs a restart to apply
main:
command: ztpa
description: "The main command for the plugin"
permission: ztpa.command.main # True by default
cooldown: 0.0
aliases: []
# Sub command - Help
help:
permission: "ztpa.command.main.help" # Only OP by default
# Sub command - Version
version:
permission: "ztpa.command.main.version" # True by default
update:
permission: "ztpa.command.main.version.update" # Only OP by default
# Sub command - Reload
reload:
permission: "ztpa.command.main.reload" # Only OP by default
tpa:
command: tpa
description: "Teleport to a player"
permission: ztpa.command.tpa # True by default
cooldown: 0.0
aliases: []
command-cost: 0 # Requires Vault to work
tpaccept:
command: tpaccept
description: "Accept a teleport request"
permission: ztpa.command.tpaccept # True by default
cooldown: 0.0
aliases: []
command-cost: 0 # Requires Vault to work
tpdeny:
command: tpdeny
description: "Deny a teleport request"
permission: ztpa.command.tpdeny # True by default
cooldown: 0.0
aliases:
- tpadeny
command-cost: 0 # Requires Vault to work
tpacancel:
command: tpacancel
description: "Cancel a teleport request"
permission: ztpa.command.tpcancel # True by default
cooldown: 0.0
aliases:
- tpcancel
command-cost: 0 # Requires Vault to work
# In this section you can define the permissions for the plugin
# Permissions for commands can be found on the commands section
permissions:
bypass:
# This permission allows the player to bypass the teleportation warmup
# Default: zhomes.bypass.warmup
warmup: "ztpa.bypass.warmup" # Only OP by default
# This permission allows the player to bypass the cost of the command
# Default: %command_permission%.command-cost
command-cost: "%command_permission%.bypass.command-cost" # Only OP by default# Wiki is still being created... If you have any doubts, please ask in the Discord server.
Inventory:
title: "&c> Homes"
title-other: "&c> &e%player%&c's Homes"
rows: 6
Config:
homes-item:
material:
- WHITE_BED
- LIGHT_GRAY_BED
- GRAY_BED
- BLACK_BED
- BROWN_BED
- RED_BED
- ORANGE_BED
- YELLOW_BED
- LIME_BED
- GREEN_BED
- CYAN_BED
- LIGHT_BLUE_BED
- BLUE_BED
- PURPLE_BED
- MAGENTA_BED
- PINK_BED
slot: 0-44
name: "&aHome: &e%home%"
lore:
- "&bClick to teleport!"
commands:
- "home %home%"
- "[INV]close"
previous-page-item:
material: ARROW
slot: 47
name: "&cPrevious page"
commands:
- "homes %previous-page%"
enchantments: FIRE_ASPECT;1
itemflags: HIDE_ENCHANTS
next-page-item:
material: ARROW
slot: 51
name: "&aNext page"
commands:
- "homes %next-page%"
enchantments: FIRE_ASPECT;1
itemflags: HIDE_ENCHANTS
Items:
'filler':
material: GRAY_STAINED_GLASS_PANE
slot: 0-53
name: ""
'close':
material: BARRIER
slot: 49
name: "&cClose"
commands:
- "[INV]close"
enchantments: FIRE_ASPECT;1
itemflags: HIDE_ENCHANTS# ÐдеÑÑ Ð²Ñ Ð¼Ð¾Ð¶ÐµÑе ÑпÑавлÑÑÑ ÑообÑениÑми Ñ
Ñков
hooks:
griefprevention:
cant-set-homes: "%prefix%&cÐÑ Ð½Ðµ можеÑе ÑÑÑанавливаÑÑ home в ÑÑой облаÑÑи."
worldguard:
cant-use-homes: "%prefix%&cÐÑ Ð½Ðµ можеÑе иÑполÑзоваÑÑ home здеÑÑ."
cant-set-homes: "%prefix%&cÐÑ Ð½Ðµ можеÑе ÑÑÑановиÑÑ home здеÑÑ."
vault:
cant-afford-command: "%prefix%&cÐам нÑжно &6$%cost% &cÑÑÐ¾Ð±Ñ Ð²ÑполниÑÑ ÑÑÑ ÐºÐ¾Ð¼Ð°Ð½Ð´Ñ."
# СообÑениÑ, ÑвÑзаннÑе Ñ Ð¿Ð¾Ð´Ð³Ð¾Ñовкой ÑелепоÑÑа
teleport-warmup:
warmup: "%prefix%&aТелепоÑÑаÑÐ¸Ñ ÑеÑез %time% ÑекÑнд... Ðе двигайÑеÑÑ!"
warmup-actionbar: "&aТелепоÑÑаÑÐ¸Ñ ÑеÑез %time% ÑекÑнд..."
cancelled: "%prefix%&cÐÑ Ð´Ð²Ð¸Ð½ÑлиÑÑ! ТелепоÑÑаÑÐ¸Ñ Ð¾Ñменена."
cancelled-actionbar: "&cÐÑ Ð´Ð²Ð¸Ð½ÑлиÑÑ! ТелепоÑÑаÑÐ¸Ñ Ð¾Ñменена."
# СообÑениÑ, ÑвÑзаннÑе Ñ ÐºÐ¾Ð¼Ð°Ð½Ð´Ð°Ð¼Ð¸
commands:
# ÐвеÑÑ
Ñ Ð²Ñ Ð½Ð°Ð¹Ð´ÑÑе ÑообÑениÑ, коÑоÑÑе иÑполÑзÑÑÑÑÑ Ð² неÑколÑкиÑ
командаÑ
no-permission: "%prefix%&cУ Ð²Ð°Ñ Ð½ÐµÑ Ð¿Ñав Ð´Ð»Ñ Ð²ÑÐ¿Ð¾Ð»Ð½ÐµÐ½Ð¸Ñ ÑÑой командÑ."
only-players: "%prefix%&cТолÑко игÑоки могÑÑ Ð²ÑполнÑÑÑ ÑÑÑ ÐºÐ¾Ð¼Ð°Ð½Ð´Ñ."
in-cooldown: "%prefix%&cÐам нÑжно подождаÑÑ %timeleft% ÑекÑнд пеÑед повÑоÑнÑм иÑполÑзованием ÑÑой командÑ."
home-already-exist: "%prefix%&cУ Ð²Ð°Ñ Ñже еÑÑÑ home Ñ ÑÑим именем."
home-doesnt-exist: "%prefix%&cУ Ð²Ð°Ñ Ð½ÐµÑ home Ñ ÑÑим именем."
home-doesnt-exist-others: "%prefix%&e%player% &cне Ð¸Ð¼ÐµÐµÑ home Ñ ÑÑим именем."
cant-use-2dot: "%prefix%&cÐÑ Ð½Ðµ можеÑе иÑполÑзоваÑÑ &e':' &cв ÑÑой команде."
cant-find-player: "%prefix%&cÐгÑок не найден."
unable-to-find-safe-location: "%prefix%&cÐе ÑдалоÑÑ Ð½Ð°Ð¹Ñи безопаÑное меÑÑо Ð´Ð»Ñ ÑелепоÑÑаÑии."
world-restricted-sethome: "%prefix%&cÐÑ Ð½Ðµ можеÑе ÑÑÑанавливаÑÑ homes в ÑÑом миÑе."
world-restricted-home: "%prefix%&cÐÑ Ð½Ðµ можеÑе ÑелепоÑÑиÑоваÑÑÑÑ Ðº home в ÑÑом миÑе."
# Ðиже Ð²Ñ Ð½Ð°Ð¹Ð´ÑÑе ÑообÑениÑ, ÑпеÑиÑиÑнÑе Ð´Ð»Ñ ÐºÐ¾Ð¼Ð°Ð½Ð´
main:
help:
help-perm: |-
%prefix%&bÐÑполÑзование &e/%command%&b:
&c-> &e/%command% &ahelp &7ÐоказаÑÑ ÑÑÑ ÑпÑавкÑ
&c-> &e/%command% &ainfo &7ÐоказаÑÑ Ð¸Ð½ÑоÑмаÑÐ¸Ñ Ð¾ плагине
&c-> &e/%command% &a(reload|rl) &6[all, commands, config, languages]
&c-> &e/%command% &a(version|ver) &6[update]
&c-> &e/%command% &anearhomes &6(<radius>) &7ÐоказаÑÑ homes поблизоÑÑи в ÑадиÑÑе
&c-> &e/%command% &aconverter (<converter-type>) &7ÐонвеÑÑиÑоваÑÑ Ð´Ð°Ð½Ð½Ñе Ð¼ÐµÐ¶Ð´Ñ Ñ
ÑанилиÑами
&c-> &e/%command% &aexport &7ÐкÑпоÑÑиÑоваÑÑ Ð²Ñе homes в Ñайл
&c-> &e/%command% &aimport (<file>) &7ÐмпоÑÑиÑоваÑÑ homes из Ñайла
help-noperm: |-
%prefix%&bÐÑполÑзование &e/%command%&b:
&c-> &e/%command% &a(help|?)
&c-> &e/%command% &ainfo
&c-> &e/%command% &a(version|ver)
info:
output: |-
%prefix%&bÐапÑÑен &3%name% v%version% &bÐ¾Ñ &3%author%&b:
%prefix%&b- ÐнÑоÑмаÑÐ¸Ñ Ð¾ ÑеÑвеÑе:
%prefix%&3 ÐÐ: &f%server.software%
%prefix%&3 ÐеÑÑиÑ: &f%server.version%
%prefix%&3 ТÑебÑеÑÑÑ Ð¾Ð±Ð½Ð¾Ð²Ð»ÐµÐ½Ð¸Ðµ: &f%requpdate%
%prefix%&3 ЯзÑк: &f%language%
%prefix%&b- Ð¥ÑанилиÑе:
%prefix%&3 Тип: &f%storage.type%
%prefix%&3 ÐолÑзоваÑели: &f%storage.users%
%prefix%&3 Homes: &f%storage.homes%
%prefix%&b- Ð¥Ñки:
%prefix%&3 PlaceholderAPI: &f%use.placeholderapi%
%prefix%&3 GriefPrevention: &f%use.griefprevention%
%prefix%&3 WorldGuard: &f%use.worldguard%
%prefix%&3 Vault: &f%use.vault%
requpdate-yes: '&cÐа &7(ÐÑполÑзÑйÑе &e/%command% version &7Ð´Ð»Ñ Ð¿Ð¾Ð´ÑобноÑÑей)'
requpdate-no: '&aÐеÑ'
version:
output: "%prefix%&bТекÑÑÐ°Ñ Ð²ÐµÑÑиÑ: &a%version%"
update:
output: "%prefix%&azHomes обновлÑн до поÑледней веÑÑии &e(%update%)&a, пеÑезапÑÑÑиÑе ÑеÑÐ²ÐµÑ Ð´Ð»Ñ Ð¿ÑÐ¸Ð¼ÐµÐ½ÐµÐ½Ð¸Ñ Ð¸Ð·Ð¼ÐµÐ½ÐµÐ½Ð¸Ð¹."
no-update: "%prefix%&aÐÑ Ñже иÑполÑзÑеÑе поÑледнÑÑ Ð²ÐµÑÑÐ¸Ñ zHomes."
reload:
usage: |-
%prefix%&bÐÑполÑзование &e/%command% &a(reload|rl)&b:
&c-> &e/%command% &a(reload|rl) &6[all, commands, config, languages]
output: "%prefix%&aÐлагин пеÑезагÑÑжен за &b%time%ms&a."
commands:
output: "%prefix%&aÐÑе ÐºÐ¾Ð¼Ð°Ð½Ð´Ñ Ð¿Ð»Ð°Ð³Ð¸Ð½Ð° пеÑезагÑÑÐ¶ÐµÐ½Ñ Ð·Ð° &b%time%ms&a."
config:
output: "%prefix%&aФайл конÑигÑÑаÑии пеÑезагÑÑжен за &b%time%ms&a."
languages:
output: |-
%prefix%&aЯзÑки плагина пеÑезагÑÑÐ¶ÐµÐ½Ñ Ð·Ð° &b%time%ms&a.
&7ÐÑимеÑание: ÑÑо не Ð¾Ð±Ð½Ð¾Ð²Ð¸Ñ ÑзÑк в config.yml. ÐÑполÑзÑйÑе '/%command% reload config' Ð´Ð»Ñ ÑÑого.
nearhomes:
usage: "&c-> &e/%command% nearhomes &a[<Radius>]"
output: "%prefix%&7Homes ÑÑдом Ñ Ð²Ð°Ð¼Ð¸ в пÑеделаÑ
&e%radius% &7блоков: &f%homes%"
output-not-found: "%prefix%&cHomes не Ð½Ð°Ð¹Ð´ÐµÐ½Ñ Ð² пÑеделаÑ
&e%radius% &cблоков."
home-string: "&e%home% &7(%owner%)"
converter:
usage: |-
%prefix%&bÐÑполÑзование &e/%command% &aconverter&b:
&c-> &e/%command% &aconverter sqlitetoh2
&c-> &e/%command% &aconverter sqlitetomysql
&c-> &e/%command% &aconverter sqlitetomariadb
&c-> &e/%command% &aconverter mysqltosqlite
&c-> &e/%command% &aconverter mysqltoh2
&c-> &e/%command% &aconverter mariadbtosqlite
&c-> &e/%command% &aconverter mariadbtoh2
&c-> &e/%command% &aconverter h2tosqlite
&c-> &e/%command% &aconverter h2tomysql
&c-> &e/%command% &aconverter h2tomariadb
&c-> &e/%command% &aconverter essentials
&c-> &e/%command% &aconverter sethome
&c-> &e/%command% &aconverter ultimatehomes
&c-> &e/%command% &aconverter xhomes
&c-> &e/%command% &aconverter zhome
output: "%prefix%&aÐÑе даннÑе ÑÑпеÑно ÑконвеÑÑиÑованÑ!"
error: "%prefix%&cÐÑоизоÑла оÑибка пÑи конвеÑÑаÑии даннÑÑ
. ÐÑовеÑÑÑе конÑÐ¾Ð»Ñ ÑеÑвеÑа."
export:
output: "%prefix%&aÐÑе homes ÑкÑпоÑÑиÑÐ¾Ð²Ð°Ð½Ñ Ð² &e%file%&a!"
error: "%prefix%&cÐÑоизоÑла оÑибка пÑи ÑкÑпоÑÑе даннÑÑ
. ÐÑовеÑÑÑе конÑÐ¾Ð»Ñ ÑеÑвеÑа."
import:
usage: "&c-> &e/%command% import &a(<file>)"
output: "%prefix%&aÐÑе homes импоÑÑиÑÐ¾Ð²Ð°Ð½Ñ Ð¸Ð· &e%file%&a!"
error: "%prefix%&cÐÑоизоÑла оÑибка пÑи импоÑÑе даннÑÑ
. ÐÑовеÑÑÑе конÑÐ¾Ð»Ñ ÑеÑвеÑа."
sethome:
usage: "&c-> &e/%command% &a(Home)"
output: "%prefix%&aHome &e%home% &aÑÑÑановлен на ваÑÑ Ð¿Ð¾Ð·Ð¸ÑиÑ."
limit-reached: "&cÐÑ Ð½Ðµ можеÑе ÑÑÑановиÑÑ Ð±Ð¾Ð»ÑÑе homes â доÑÑигнÑÑ Ð»Ð¸Ð¼Ð¸Ñ &e(%limit% homes)&c!"
delhome:
usage: "&c-> &e/%command% &a(Home)"
output: "%prefix%&cHome &e%home% &aÑдалÑн."
home:
usage: "&c-> &e/%command% &a(Home)"
output: "%prefix%&aТелепоÑÑиÑÑÑÑÑ Ðº &e%home%&a..."
cant-dimensional-teleport: "&cÐÐ°Ñ ÑелепоÑÑ Ð±Ñл оÑменÑн! ÐежизмеÑиÑелÑÐ½Ð°Ñ ÑелепоÑÑаÑÐ¸Ñ Ð¾ÑклÑÑена."
rename:
usage: "&c-> &e/%command% &arenome (Home) (NewName)"
output: "%prefix%&aHome &e%home% &aпеÑеименован в &e%newname%&a."
same-name: "%prefix%&cÐÑ Ð½Ðµ можеÑе пеÑеименоваÑÑ home в Ñо же имÑ."
homes:
output: "%prefix%&7ÐаÑи homes (%amount%): &f%homes%"
invalid-page: "%prefix%&cÐевеÑнÑй Ð½Ð¾Ð¼ÐµÑ ÑÑÑаниÑÑ! ÐожалÑйÑÑа иÑполÑзÑйÑе ÑиÑло болÑÑе 0."
others:
output: "%prefix%&7Homes игÑока &e%player%&7 (%amount%): &f%homes%"# Aqui você pode gerenciar mensagens de integração
hooks:
griefprevention:
cant-set-homes: "%prefix%&cVocê não pode definir homes nesta área."
worldguard:
cant-use-homes: "%prefix%&cVocê não pode usar homes aqui."
cant-set-homes: "%prefix%&cVocê não pode definir um home aqui."
vault:
cant-afford-command: "%prefix%&cVocê precisa de &6$%cost% &cpara executar este comando."
# Mensagens relacionadas ao tempo de espera para teleporte
teleport-warmup:
warmup: "%prefix%&aTeleportando em %time% segundos... Não se mova!"
warmup-actionbar: "&aTeleportando em %time% segundos..."
cancelled: "%prefix%&cVocê se moveu! Teleporte cancelado."
cancelled-actionbar: "&cVocê se moveu! Teleporte cancelado."
# Mensagens relacionadas a comandos
commands:
# Aqui em cima você vai achar mensagens que podem ser utilizadas em vários comandos
no-permission: "%prefix%&cVocê não tem permissão para executar este comando."
only-players: "%prefix%&cApenas jogadores podem executar este comando."
in-cooldown: "%prefix%&cVocê deve esperar %timeleft% segundos antes de usar este comando novamente."
home-already-exist: "%prefix%&cVocê já tem um home com este nome."
home-doesnt-exist: "%prefix%&cVocê não tem nenhum home com este nome."
home-doesnt-exist-others: "%prefix%&e%player% &cnão tem nenhum home com este nome."
cant-use-2dot: "%prefix%&cVocê não pode usar &e':' &cneste comando."
cant-find-player: "%prefix%&cEste jogador não foi encontrado."
unable-to-find-safe-location: "%prefix%&cNão foi possÃvel encontrar uma localização segura para teleportar."
world-restricted-sethome: "%prefix%&cVocê não pode definir homes neste mundo."
world-restricted-home: "%prefix%&cVocê não pode teleportar para homes nesse mundo."
# Aqui embaixo vai achar mensagens especÃficas de alguns comandos.
main:
help:
help-perm: |-
%prefix%&bUsos de &e/%command%&b:
&c-> &e/%command% &ahelp &7Mostra esta ajuda
&c-> &e/%command% &ainfo &7Mostra informações do plugin
&c-> &e/%command% &a(reload|rl) &6[all, commands, config, languages]
&c-> &e/%command% &a(version|ver) &6[update]
&c-> &e/%command% &anearhomes &6(<Radius>) &7Lista homes próximos a você dentro de um certo raio
&c-> &e/%command% &aconverter (<converter-type>) &7Converte os dados de um armazenamento para outro
&c-> &e/%command% &aexport &7Exporta todos os homes para um arquivo
&c-> &e/%command% &aimport (<file>) &7Importa homes de um arquivo
help-noperm: |-
%prefix%&bUsos de &e/%command%&b:
&c-> &e/%command% &a(help|?)
&c-> &e/%command% &ainfo
&c-> &e/%command% &a(version|ver)
info:
output: |-
%prefix%&bExecutando &3%name% v%version% &bpor &3%author%&b:
%prefix%&b- Informações do servidor:
%prefix%&3 Software: &f%server.software%
%prefix%&3 Versão: &f%server.version%
%prefix%&3 Requer atualização: &f%requpdate%
%prefix%&3 Idioma: &f%language%
%prefix%&b- Armazenamento:
%prefix%&3 Tipo: &f%storage.type%
%prefix%&3 Usuários: &f%storage.users%
%prefix%&3 Homes: &f%storage.homes%
%prefix%&b- Hooks:
%prefix%&3 PlaceholderAPI: &f%use.placeholderapi%
%prefix%&3 GriefPrevention: &f%use.griefprevention%
%prefix%&3 WorldGuard: &f%use.worldguard%
%prefix%&3 Vault: &f%use.vault%
requpdate-yes: "&cSim &7(Mais informações com &e/%command% version&7)"
requpdate-no: "&aNão"
version:
output: "%prefix%&bVersão atual: &a%version%"
update:
output: "%prefix%&azHomes foi atualizado para a versão mais recente &e(%update%)&a, reinicie o servidor para aplicar as alterações."
no-update: "%prefix%&aVocê já está usando a versão mais recente do zHomes."
reload:
usage: |-
%prefix%&bUsos de &e/%command% &a(reload|rl)&b:
&c-> &e/%command% &a(reload|rl) &6[all, commands, config, languages]
output: "%prefix%&aPlugin recarregado em &b%time%ms&a."
commands:
output: "%prefix%&aTodos os comandos recarregados em &b%time%ms&a."
config:
output: "%prefix%&aArquivo de configuração recarregado em &b%time%ms&a."
languages:
output: |-
%prefix%&aIdiomas recarregados em &b%time%ms&a.
&7Nota: Isso não atualizará o idioma em config.yml. Use '/%command% reload config' para isso.
nearhomes:
usage: "&c-> &e/%command% nearhomes &a[<Radius>]"
output: "%prefix%&7Homes próximos a você dentro de &e%radius% &7blocos: &f%homes%"
output-not-found: "%prefix%&cNenhum home encontrado dentro de &e%radius% &cblocos."
home-string: "&e%home% &7(%owner%)"
converter:
usage: |-
%prefix%&bUsos de &e/%command% &aconverter&b:
&c-> &e/%command% &aconverter sqlitetoh2
&c-> &e/%command% &aconverter sqlitetomysql
&c-> &e/%command% &aconverter sqlitetomariadb
&c-> &e/%command% &aconverter mysqltosqlite
&c-> &e/%command% &aconverter mysqltoh2
&c-> &e/%command% &aconverter mariadbtosqlite
&c-> &e/%command% &aconverter mariadbtoh2
&c-> &e/%command% &aconverter h2tosqlite
&c-> &e/%command% &aconverter h2tomysql
&c-> &e/%command% &aconverter h2tomariadb
&c-> &e/%command% &aconverter essentials
&c-> &e/%command% &aconverter sethome
&c-> &e/%command% &aconverter ultimatehomes
&c-> &e/%command% &aconverter xhomes
&c-> &e/%command% &aconverter zhome
output: "%prefix%&aTodos os dados foram convertidos!"
error: "%prefix%&cAlgo deu errado ao converter os dados. Verifique a console do servidor."
export:
output: "%prefix%&aTodos os homes foram exportados para &e%file%&a!"
error: "%prefix%&cAlgo deu errado ao exportar os dados. Verifique a console do servidor."
import:
usage: "&c-> &e/%command% import &a(<file>)"
output: "%prefix%&aTodos os homes foram importados de &e%file%&a!"
error: "%prefix%&cAlgo deu errado ao importar os dados. Verifique a console do servidor."
sethome:
usage: "&c-> &e/%command% &a(Home)"
output: "%prefix%&aHome &e%home% &aset to your position."
limit-reached: "&cVocê não pode definir mais homes porque atingiu o limite &e(%limit% homes)&c!"
delhome:
usage: "&c-> &e/%command% &a(Home)"
output: "%prefix%&cHome &e%home% &cremovido."
home:
usage: "&c-> &e/%command% &a(Home)"
output: "%prefix%&aTeleportado para &e%home%&a..."
cant-dimensional-teleport: "&cSeu teleporte foi cancelado! Teleportação dimensional está desativada."
rename:
usage: "&c-> &e/%command% &arenomear (Home) (NovoNome)"
output: "%prefix%&aHome &e%home% &arenomeado para &e%newname%&a."
same-name: "%prefix%&cVocê não pode renomear um home para o mesmo nome."
homes:
output: "%prefix%&7Suas homes (%amount%): &f%homes%"
invalid-page: "%prefix%&cNúmero de página inválido! Use um número maior que 0."
others:
output: "%prefix%&7Homes de &e%player%&7 (%amount%): &f%homes%"# å¨è¿éä½ å¯ä»¥ç®¡çé©åæ¶æ¯
hooks:
griefprevention:
cant-set-homes: "%prefix%&cä½ ä¸è½å¨è¯¥åºå设置家(homes)ã"
worldguard:
cant-use-homes: "%prefix%&cä½ ä¸è½å¨è¿é使ç¨å®¶(homes)ã"
cant-set-homes: "%prefix%&cä½ ä¸è½å¨è¿é设置家(home)ã"
vault:
cant-afford-command: "%prefix%&cä½ éè¦ &6$%cost% &cæè½æ§è¡æ¤å½ä»¤ã"
# ä¸ä¼ éææºç¸å
³çæ¶æ¯
teleport-warmup:
warmup: "%prefix%&a%time% ç§åä¼ é... 请ä¸è¦ç§»å¨ï¼"
warmup-actionbar: "&a%time% ç§åä¼ é..."
cancelled: "%prefix%&cä½ ç§»å¨äºï¼ä¼ é已忶ã"
cancelled-actionbar: "&cä½ ç§»å¨äºï¼ä¼ é已忶ã"
# ä¸å½ä»¤ç¸å
³çæ¶æ¯
commands:
# 䏿¹æ¯å¯å¨å¤ä¸ªå½ä»¤ä¸å¤ç¨çæ¶æ¯
no-permission: "%prefix%&cä½ æ²¡ææéæ§è¡æ¤å½ä»¤ã"
only-players: "%prefix%&cåªæç©å®¶å¯ä»¥æ§è¡æ¤å½ä»¤ã"
in-cooldown: "%prefix%&cä½ å¿
é¡»çå¾
%timeleft% ç§æè½åæ¬¡ä½¿ç¨æ¤å½ä»¤ã"
home-already-exist: "%prefix%&cä½ å·²ç»æä¸ä¸ªååçå®¶ã"
home-doesnt-exist: "%prefix%&cä½ æ²¡æè¿ä¸ªååçå®¶ã"
home-doesnt-exist-others: "%prefix%&e%player% &c没æè¿ä¸ªååçå®¶ã"
cant-use-2dot: "%prefix%&cä½ ä¸è½å¨æ¤å½ä»¤ä¸ä½¿ç¨ &e':'&cã"
cant-find-player: "%prefix%&cæªæ¾å°è¯¥ç©å®¶ã"
unable-to-find-safe-location: "%prefix%&cæ æ³æ¾å°å®å
¨çä¼ éå°ç¹ã"
world-restricted-sethome: "%prefix%&cä½ ä¸è½å¨æ¤ä¸ç设置家ã"
world-restricted-home: "%prefix%&cä½ ä¸è½å¨è¯¥ä¸çä¼ éå°å®¶ã"
# ä¸é¢æ¯å½ä»¤ç¹å®æ¶æ¯
main:
help:
help-perm: |-
%prefix%&b/%command% çç¨æ³ &b:
&c-> &e/%command% &ahelp &7æ¾ç¤ºæ¤å¸®å©
&c-> &e/%command% &ainfo &7æ¾ç¤ºæä»¶ä¿¡æ¯
&c-> &e/%command% &a(reload|rl) &6[all, commands, config, languages]
&c-> &e/%command% &a(version|ver) &6[update]
&c-> &e/%command% &anearhomes &6(<radius>) &7ååºæå®åå¾å
ä½ éè¿çå®¶
&c-> &e/%command% &aconverter (<converter-type>) &7å°æ°æ®ä»ä¸ç§åå¨è½¬æ¢ä¸ºå¦ä¸ç§
&c-> &e/%command% &aexport &7å¯¼åºææå®¶å°å个æä»¶
&c-> &e/%command% &aimport (<file>) &7仿件坼å
¥å®¶
help-noperm: |-
%prefix%&b/%command% çç¨æ³ &b:
&c-> &e/%command% &a(help|?)
&c-> &e/%command% &ainfo
&c-> &e/%command% &a(version|ver)
info:
output: |-
%prefix%&bæ£å¨è¿è¡ &3%name% v%version% &bï¼ä½è
&3%author%&b:
%prefix%&b- æå¡å¨ä¿¡æ¯:
%prefix%&3 软件: &f%server.software%
%prefix%&3 çæ¬: &f%server.version%
%prefix%&3 éè¦æ´æ°: &f%requpdate%
%prefix%&3 è¯è¨: &f%language%
%prefix%&b- åå¨:
%prefix%&3 ç±»å: &f%storage.type%
%prefix%&3 ç¨æ·: &f%storage.users%
%prefix%&3 å®¶: &f%storage.homes%
%prefix%&b- é©å:
%prefix%&3 PlaceholderAPI: &f%use.placeholderapi%
%prefix%&3 GriefPrevention: &f%use.griefprevention%
%prefix%&3 WorldGuard: &f%use.worldguard%
%prefix%&3 Vault: &f%use.vault%
requpdate-yes: '&cæ¯ &7(ä½¿ç¨ &e/%command% version &7è·åæ´å¤ä¿¡æ¯)'
requpdate-no: '&aå¦'
version:
output: "%prefix%&bå½åçæ¬: &a%version%"
update:
output: "%prefix%&azHomes å·²æ´æ°å°ææ°çæ¬ &e(%update%)&aï¼è¯·é坿å¡å¨ä»¥åºç¨æ´æ¹ã"
no-update: "%prefix%&aä½ å·²ç»ä½¿ç¨çæ¯ zHomes çææ°çæ¬ã"
reload:
usage: |-
%prefix%&b/%command% &a(reload|rl)&b çç¨æ³:
&c-> &e/%command% &a(reload|rl) &6[all, commands, config, languages]
output: "%prefix%&aå·²å¨ &b%time%ms&a å
éæ°å è½½æä»¶ã"
commands:
output: "%prefix%&aå·²å¨ &b%time%ms&a å
éæ°å è½½æææä»¶å½ä»¤ã"
config:
output: "%prefix%&aå·²å¨ &b%time%ms&a å
éæ°å è½½é
ç½®æä»¶ã"
languages:
output: |-
%prefix%&aå·²å¨ &b%time%ms&a å
éæ°å è½½è¯è¨æä»¶ã
&7注æ: è¿ä¸ä¼æ´æ° config.yml ä¸çè¯è¨ãä½¿ç¨ '/%command% reload config' æ¥è¿è¡æ´æ°ã
nearhomes:
usage: "&c-> &e/%command% nearhomes &a[<Radius>]"
output: "%prefix%&7å¨ &e%radius% &7æ¹åèå´å
ä½ éè¿çå®¶: &f%homes%"
output-not-found: "%prefix%&cå¨ &e%radius% &cæ¹åèå´å
æªæ¾å°ä»»ä½å®¶ã"
home-string: "&e%home% &7(%owner%)"
converter:
usage: |-
%prefix%&b/%command% &aconverter çç¨æ³&b:
&c-> &e/%command% &aconverter sqlitetoh2
&c-> &e/%command% &aconverter sqlitetomysql
&c-> &e/%command% &aconverter sqlitetomariadb
&c-> &e/%command% &aconverter mysqltosqlite
&c-> &e/%command% &aconverter mysqltoh2
&c-> &e/%command% &aconverter mariadbtosqlite
&c-> &e/%command% &aconverter mariadbtoh2
&c-> &e/%command% &aconverter h2tosqlite
&c-> &e/%command% &aconverter h2tomysql
&c-> &e/%command% &aconverter h2tomariadb
&c-> &e/%command% &aconverter essentials
&c-> &e/%command% &aconverter sethome
&c-> &e/%command% &aconverter ultimatehomes
&c-> &e/%command% &aconverter xhomes
&c-> &e/%command% &aconverter zhome
output: "%prefix%&aæææ°æ®å·²è½¬æ¢å®æï¼"
error: "%prefix%&cè½¬æ¢æ°æ®æ¶åçé误ï¼è¯·æ£æ¥æå¡å¨æ§å¶å°ã"
export:
output: "%prefix%&aææå®¶å·²å¯¼åºå° &e%file%&aï¼"
error: "%prefix%&cå¯¼åºæ°æ®æ¶åçé误ï¼è¯·æ£æ¥æå¡å¨æ§å¶å°ã"
import:
usage: "&c-> &e/%command% import &a(<file>)"
output: "%prefix%&aææå®¶å·²ä» &e%file%&a 导å
¥ï¼"
error: "%prefix%&c导å
¥æ°æ®æ¶åçé误ï¼è¯·æ£æ¥æå¡å¨æ§å¶å°ã"
sethome:
usage: "&c-> &e/%command% &a(Home)"
output: "%prefix%&aå®¶ &e%home% &a已设置å¨ä½ å½åçä½ç½®ã"
limit-reached: "&cä½ ä¸è½è®¾ç½®æ´å¤å®¶âä½ å·²è¾¾å°éå¶ &e(%limit% homes)&cï¼"
delhome:
usage: "&c-> &e/%command% &a(Home)"
output: "%prefix%&cå®¶ &e%home% &cå·²å é¤ã"
home:
usage: "&c-> &e/%command% &a(Home)"
output: "%prefix%&aæ£å¨ä¼ éå° &e%home%&a..."
cant-dimensional-teleport: "&cä½ çä¼ é已忶ï¼è·¨ç»´åº¦ä¼ é被ç¦ç¨ã"
rename:
usage: "&c-> &e/%command% &arenome (Home) (NewName)"
output: "%prefix%&aå®¶ &e%home% &aå·²éå½å为 &e%newname%&aã"
same-name: "%prefix%&cä½ ä¸è½å°å®¶æ¹å为ç¸åçåç§°ã"
homes:
output: "%prefix%&7ä½ çå®¶ (%amount%): &f%homes%"
invalid-page: "%prefix%&cæ æç页ç ï¼è¯·ä½¿ç¨å¤§äº 0 çæ°åã"
others:
output: "%prefix%&7&e%player% çå®¶ (%amount%): &f%homes%"# Hier kannst du die Hook-Nachrichten verwalten
hooks:
griefprevention:
cant-set-homes: "%prefix%&cDu kannst in diesem Bereich keine Homes setzen."
worldguard:
cant-use-homes: "%prefix%&cDu kannst hier keine Homes benutzen."
cant-set-homes: "%prefix%&cDu kannst hier kein Home setzen."
vault:
cant-afford-command: "%prefix%&cDu benötigst &6$%cost% &cum diesen Befehl auszuführen."
# Nachrichten zur Teleport-Vorbereitungszeit
teleport-warmup:
warmup: "%prefix%&aTeleportiere in %time% Sekunden... Nicht bewegen!"
warmup-actionbar: "&aTeleportiere in %time% Sekunden..."
cancelled: "%prefix%&cDu hast dich bewegt! Teleportation abgebrochen."
cancelled-actionbar: "&cDu hast dich bewegt! Teleportation abgebrochen."
# Nachrichten im Zusammenhang mit Befehlen
commands:
# Oben findest du Nachrichten, die in mehreren Befehlen verwendet werden können
no-permission: "%prefix%&cDu hast keine Berechtigung, diesen Befehl auszuführen."
only-players: "%prefix%&cNur Spieler können diesen Befehl ausführen."
in-cooldown: "%prefix%&cDu musst %timeleft% Sekunden warten, bevor du diesen Befehl erneut verwenden kannst."
home-already-exist: "%prefix%&cDu hast bereits ein Home mit diesem Namen."
home-doesnt-exist: "%prefix%&cDu hast kein Home mit diesem Namen."
home-doesnt-exist-others: "%prefix%&e%player% &chat kein Home mit diesem Namen."
cant-use-2dot: "%prefix%&cDu kannst &e':' &cnicht in diesem Befehl verwenden."
cant-find-player: "%prefix%&cSpieler wurde nicht gefunden."
unable-to-find-safe-location: "%prefix%&cEs konnte kein sicherer Ort zum Teleportieren gefunden werden."
world-restricted-sethome: "%prefix%&cDu kannst in dieser Welt keine Homes setzen."
world-restricted-home: "%prefix%&cDu kannst in dieser Welt nicht zu Homes teleportieren."
# Unten findest du spezifische Nachrichten für die Befehle
main:
help:
help-perm: |-
%prefix%&bVerwendung von &e/%command%&b:
&c-> &e/%command% &ahelp &7Zeigt diese Hilfe
&c-> &e/%command% &ainfo &7Zeigt Plugin-Informationen
&c-> &e/%command% &a(reload|rl) &6[all, commands, config, languages]
&c-> &e/%command% &a(version|ver) &6[update]
&c-> &e/%command% &anearhomes &6(<radius>) &7Listet Homes in deiner Nähe innerhalb eines Radius auf
&c-> &e/%command% &aconverter (<converter-type>) &7Konvertiere Daten von einem Speicher zu einem anderen
&c-> &e/%command% &aexport &7Exportiert alle Homes in eine Datei
&c-> &e/%command% &aimport (<file>) &7Importiert Homes aus einer Datei
help-noperm: |-
%prefix%&bVerwendung von &e/%command%&b:
&c-> &e/%command% &a(help|?)
&c-> &e/%command% &ainfo
&c-> &e/%command% &a(version|ver)
info:
output: |-
%prefix%&bLäuft &3%name% v%version% &bvon &3%author%&b:
%prefix%&b- Server Info:
%prefix%&3 Software: &f%server.software%
%prefix%&3 Version: &f%server.version%
%prefix%&3 Aktualisierung erforderlich: &f%requpdate%
%prefix%&3 Sprache: &f%language%
%prefix%&b- Speicher:
%prefix%&3 Typ: &f%storage.type%
%prefix%&3 Benutzer: &f%storage.users%
%prefix%&3 Homes: &f%storage.homes%
%prefix%&b- Hooks:
%prefix%&3 PlaceholderAPI: &f%use.placeholderapi%
%prefix%&3 GriefPrevention: &f%use.griefprevention%
%prefix%&3 WorldGuard: &f%use.worldguard%
%prefix%&3 Vault: &f%use.vault%
requpdate-yes: "&cJa &7(Mehr Infos mit &e/%command% version&7)"
requpdate-no: "&aNein"
version:
output: "%prefix%&bAktuelle Version: &a%version%"
update:
output: "%prefix%&azHomes wurde auf die neueste Version &e(%update%)&a aktualisiert, bitte starte deinen Server neu, um die Ãnderungen zu übernehmen."
no-update: "%prefix%&aDu verwendest bereits die neueste Version von zHomes."
reload:
usage: |-
%prefix%&bVerwendung von &e/%command% &a(reload|rl)&b:
&c-> &e/%command% &a(reload|rl) &6[all, commands, config, languages]
output: "%prefix%&aPlugin in &b%time%ms&a neu geladen."
commands:
output: "%prefix%&aAlle Plugin-Befehle wurden in &b%time%ms&a neu geladen."
config:
output: "%prefix%&aKonfigurationsdatei wurde in &b%time%ms&a neu geladen."
languages:
output: |-
%prefix%&aSprachen des Plugins wurden in &b%time%ms&a neu geladen.
&7Hinweis: Dies aktualisiert nicht die Sprache in config.yml. Verwende '/%command% reload config', um das zu tun.
nearhomes:
usage: "&c-> &e/%command% nearhomes &a[<Radius>]"
output: "%prefix%&7Homes in deiner Nähe innerhalb von &e%radius% &7Blöcken: &f%homes%"
output-not-found: "%prefix%&cKeine Homes innerhalb von &e%radius% &cBlöcken gefunden."
home-string: "&e%home% &7(%owner%)"
converter:
usage: |-
%prefix%&bVerwendung von &e/%command% &aconverter&b:
&c-> &e/%command% &aconverter sqlitetoh2
&c-> &e/%command% &aconverter sqlitetomysql
&c-> &e/%command% &aconverter sqlitetomariadb
&c-> &e/%command% &aconverter mysqltosqlite
&c-> &e/%command% &aconverter mysqltoh2
&c-> &e/%command% &aconverter mariadbtosqlite
&c-> &e/%command% &aconverter mariadbtoh2
&c-> &e/%command% &aconverter h2tosqlite
&c-> &e/%command% &aconverter h2tomysql
&c-> &e/%command% &aconverter h2tomariadb
&c-> &e/%command% &aconverter essentials
&c-> &e/%command% &aconverter sethome
&c-> &e/%command% &aconverter ultimatehomes
&c-> &e/%command% &aconverter xhomes
&c-> &e/%command% &aconverter zhome
output: "%prefix%&aAlle Daten wurden erfolgreich konvertiert!"
error: "%prefix%&cBeim Konvertieren der Daten ist ein Fehler aufgetreten. Bitte prüfe die Server-Konsole."
export:
output: "%prefix%&aAlle Homes wurden nach &e%file%&a exportiert!"
error: "%prefix%&cBeim Exportieren der Daten ist ein Fehler aufgetreten. Bitte prüfe die Server-Konsole."
import:
usage: "&c-> &e/%command% import &a(<file>)"
output: "%prefix%&aAlle Homes wurden aus &e%file%&a importiert!"
error: "%prefix%&cBeim Importieren der Daten ist ein Fehler aufgetreten. Bitte prüfe die Server-Konsole."
sethome:
usage: "&c-> &e/%command% &a(Home)"
output: "%prefix%&aHome &e%home% &awurde an deiner Position gesetzt."
limit-reached: "&cDu kannst keine weiteren Homes setzen â du hast dein Limit von &e(%limit% Homes)&c erreicht!"
delhome:
usage: "&c-> &e/%command% &a(Home)"
output: "%prefix%&cHome &e%home% &cwurde gelöscht."
home:
usage: "&c-> &e/%command% &a(Home)"
output: "%prefix%&aZu &e%home%&a teleportiert..."
cant-dimensional-teleport: "&cDeine Teleportation wurde abgebrochen! Dimensionale Teleportation ist deaktiviert."
rename:
usage: "&c-> &e/%command% &aumbenennen (Home) (NeuerName)"
output: "%prefix%&aHome &e%home% &awurde in &e%newname% &aumbenannt."
same-name: "%prefix%&cDu kannst ein Zuhause nicht in denselben Namen umbenennen."
homes:
output: "%prefix%&7Deine Homes (%amount%): &f%homes%"
invalid-page: "%prefix%&cUngültige Seitennummer! Bitte verwende eine Zahl gröÃer als 0."
others:
output: "%prefix%&7Homes von &e%player%&7 (%amount%): &f%homes%"# Wiki is still being created... If you have any doubts, please ask in the Discord server.
Inventory:
title: "&c> Homes"
title-other: "&c> &e%player%&c's Homes"
rows: 3 #Changed to 3 rows instead of 6
Config:
homes-item:
material:
- WHITE_BED
- LIGHT_GRAY_BED
- GRAY_BED
- BLACK_BED
- BROWN_BED
- RED_BED
- ORANGE_BED
- YELLOW_BED
- LIME_BED
- GREEN_BED
- CYAN_BED
- LIGHT_BLUE_BED
- BLUE_BED
- PURPLE_BED
- MAGENTA_BED
- PINK_BED
slot: 0-17 # Adjusted slots for smaller menu
name: "&aHome: &e%home%"
lore:
- "&bClick to teleport!"
commands:
- "home %home%"
- "[INV]close"
previous-page-item:
material: ARROW
slot: 20 # Adjusted slot for smaller menu
name: "&cPrevious page"
commands:
- "homes %previous-page%"
next-page-item:
material: ARROW
slot: 24 # Adjusted slot for smaller menu
name: "&aNext page"
commands:
- "homes %next-page%"
Items:
'filler':
material: GRAY_STAINED_GLASS_PANE
slot: 0-26 # Adjusted slots for smaller menu
name: ""
'close':
material: BARRIER
slot: 22 # Adjusted slot for smaller menu
name: "&cClose"
commands:
- "[INV]close"# Ici, vous pouvez gérer les messages des hooks
hooks:
griefprevention:
cant-set-homes: "%prefix%&cVous ne pouvez pas définir de homes dans cette zone."
worldguard:
cant-use-homes: "%prefix%&cVous ne pouvez pas utiliser de homes ici."
cant-set-homes: "%prefix%&cVous ne pouvez pas définir un home ici."
vault:
cant-afford-command: "%prefix%&cVous avez besoin de &6$%cost% &cpour exécuter cette commande."
# Messages liés à la préparation de téléportation
teleport-warmup:
warmup: "%prefix%&aTéléportation dans %time% secondes... Ne bougez pas !"
warmup-actionbar: "&aTéléportation dans %time% secondes..."
cancelled: "%prefix%&cVous avez bougé ! Téléportation annulée."
cancelled-actionbar: "&cVous avez bougé ! Téléportation annulée."
# Messages liés aux commandes
commands:
# En haut, vous trouverez des messages pouvant être utilisés dans plusieurs commandes
no-permission: "%prefix%&cVous n'avez pas la permission d'exécuter cette commande."
only-players: "%prefix%&cSeuls les joueurs peuvent exécuter cette commande."
in-cooldown: "%prefix%&cVous devez attendre %timeleft% secondes avant d'utiliser cette commande à nouveau."
home-already-exist: "%prefix%&cVous avez déjà un home avec ce nom."
home-doesnt-exist: "%prefix%&cVous n'avez aucun home avec ce nom."
home-doesnt-exist-others: "%prefix%&e%player% &cn'a aucun home avec ce nom."
cant-use-2dot: "%prefix%&cVous ne pouvez pas utiliser &e':' &cdans cette commande."
cant-find-player: "%prefix%&cCe joueur est introuvable."
unable-to-find-safe-location: "%prefix%&cImpossible de trouver un emplacement sûr pour vous téléporter."
world-restricted-sethome: "%prefix%&cVous ne pouvez pas définir de homes dans ce monde."
world-restricted-home: "%prefix%&cVous ne pouvez pas vous téléporter vers des homes dans ce monde."
# Ci-dessous, vous trouverez des messages spécifiques aux commandes
main:
help:
help-perm: |-
%prefix%&bUtilisations de &e/%command%&b :
&c-> &e/%command% &ahelp &7Affiche cette aide
&c-> &e/%command% &ainfo &7Affiche les informations du plugin
&c-> &e/%command% &a(reload|rl) &6[all, commands, config, languages]
&c-> &e/%command% &a(version|ver) &6[update]
&c-> &e/%command% &anearhomes &6(<radius>) &7Liste les homes proches dans un rayon donné
&c-> &e/%command% &aconverter (<converter-type>) &7Convertit les données d'un stockage à un autre
&c-> &e/%command% &aexport &7Exporte tous les homes dans un fichier
&c-> &e/%command% &aimport (<file>) &7Importe des homes depuis un fichier
help-noperm: |-
%prefix%&bUtilisations de &e/%command%&b :
&c-> &e/%command% &a(help|?)
&c-> &e/%command% &ainfo
&c-> &e/%command% &a(version|ver)
info:
output: |-
%prefix%&bExécution de &3%name% v%version% &bpar &3%author%&b :
%prefix%&b- Informations serveur :
%prefix%&3 Logiciel : &f%server.software%
%prefix%&3 Version : &f%server.version%
%prefix%&3 Mise à jour requise : &f%requpdate%
%prefix%&3 Langue : &f%language%
%prefix%&b- Stockage :
%prefix%&3 Type : &f%storage.type%
%prefix%&3 Utilisateurs : &f%storage.users%
%prefix%&3 Homes : &f%storage.homes%
%prefix%&b- Hooks :
%prefix%&3 PlaceholderAPI : &f%use.placeholderapi%
%prefix%&3 GriefPrevention : &f%use.griefprevention%
%prefix%&3 WorldGuard : &f%use.worldguard%
%prefix%&3 Vault : &f%use.vault%
requpdate-yes: "&cOui &7(Utilisez &e/%command% version &7pour plus d'infos)"
requpdate-no: "&aNon"
version:
output: "%prefix%&bVersion actuelle : &a%version%"
update:
output: "%prefix%&azHomes a été mis à jour vers la dernière version &e(%update%)&a, veuillez redémarrer votre serveur pour appliquer les changements."
no-update: "%prefix%&aVous utilisez déjà la dernière version de zHomes."
reload:
usage: |-
%prefix%&bUtilisations de &e/%command% &a(reload|rl)&b :
&c-> &e/%command% &a(reload|rl) &6[all, commands, config, languages]
output: "%prefix%&aPlugin rechargé en &b%time%ms&a."
commands:
output: "%prefix%&aToutes les commandes rechargées en &b%time%ms&a."
config:
output: "%prefix%&aFichier de configuration rechargé en &b%time%ms&a."
languages:
output: |-
%prefix%&aLangues rechargées en &b%time%ms&a.
&7Remarque : Cela n'actualisera pas la langue dans config.yml. Utilisez '/%command% reload config' pour cela.
nearhomes:
usage: "&c-> &e/%command% nearhomes &a[<Radius>]"
output: "%prefix%&7Homes proches dans un rayon de &e%radius% &7blocs : &f%homes%"
output-not-found: "%prefix%&cAucun home trouvé dans un rayon de &e%radius% &cbloques."
home-string: "&e%home% &7(%owner%)"
converter:
usage: |-
%prefix%&bUtilisations de &e/%command% &aconverter&b :
&c-> &e/%command% &aconverter sqlitetoh2
&c-> &e/%command% &aconverter sqlitetomysql
&c-> &e/%command% &aconverter sqlitetomariadb
&c-> &e/%command% &aconverter mysqltosqlite
&c-> &e/%command% &aconverter mysqltoh2
&c-> &e/%command% &aconverter mariadbtosqlite
&c-> &e/%command% &aconverter mariadbtoh2
&c-> &e/%command% &aconverter h2tosqlite
&c-> &e/%command% &aconverter h2tomysql
&c-> &e/%command% &aconverter h2tomariadb
&c-> &e/%command% &aconverter essentials
&c-> &e/%command% &aconverter sethome
&c-> &e/%command% &aconverter ultimatehomes
&c-> &e/%command% &aconverter xhomes
&c-> &e/%command% &aconverter zhome
output: "%prefix%&aToutes les données ont été converties !"
error: "%prefix%&cUne erreur est survenue lors de la conversion des données. Vérifiez la console du serveur."
export:
output: "%prefix%&aTous les homes ont été exportés vers &e%file%&a !"
error: "%prefix%&cUne erreur est survenue lors de l'export. Vérifiez la console du serveur."
import:
usage: "&c-> &e/%command% import &a(<file>)"
output: "%prefix%&aTous les homes ont été importés depuis &e%file%&a !"
error: "%prefix%&cUne erreur est survenue lors de l'import. Vérifiez la console du serveur."
sethome:
usage: "&c-> &e/%command% &a(Home)"
output: "%prefix%&aHome &e%home% &adéfini à votre position."
limit-reached: "&cVous ne pouvez pas définir plus de homes, vous avez atteint votre limite &e(%limit% homes)&c !"
delhome:
usage: "&c-> &e/%command% &a(Home)"
output: "%prefix%&cHome &e%home% &asupprimé."
home:
usage: "&c-> &e/%command% &a(Home)"
output: "%prefix%&aTéléporté vers &e%home%&a..."
cant-dimensional-teleport: "&cTéléportation annulée ! La téléportation inter-dimensionnelle est désactivée."
rename:
usage: "&c-> &e/%command% &arenommer (Home) (NouveauNom)"
output: "%prefix%&aHome &e%home% &aa été renommé en &e%newname%&a."
same-name: "%prefix%&cVous ne pouvez pas renommer un home avec le même nom."
homes:
output: "%prefix%&7Vos homes (%amount%): &f%homes%"
invalid-page: "%prefix%&cNuméro de page invalide ! Utilisez un nombre supérieur à 0."
others:
output: "%prefix%&7Homes de &e%player%&7 (%amount%): &f%homes%"# Tutaj możesz zarzÄ
dzaÄ wiadomoÅciami hooków
hooks:
griefprevention:
cant-set-homes: "%prefix%&cNie możesz ustawiÄ home'ów w tym obszarze."
worldguard:
cant-use-homes: "%prefix%&cNie możesz używaÄ home'ów tutaj."
cant-set-homes: "%prefix%&cNie możesz ustawiÄ home'a tutaj."
vault:
cant-afford-command: "%prefix%&cPotrzebujesz &6$%cost% &caby wykonaÄ tÄ komendÄ."
# WiadomoÅci zwiÄ
zane z przygotowaniem do teleportacji
teleport-warmup:
warmup: "%prefix%&aTeleportacja za %time% sekund... Nie ruszaj siÄ!"
warmup-actionbar: "&aTeleportacja za %time% sekund..."
cancelled: "%prefix%&cPoruszyÅeÅ siÄ! Teleportacja anulowana."
cancelled-actionbar: "&cPoruszyÅeÅ siÄ! Teleportacja anulowana."
# WiadomoÅci zwiÄ
zane z komendami
commands:
# Powyżej znajdziesz wiadomoÅci używane w wielu komendach
no-permission: "%prefix%&cNie masz uprawnieÅ do wykonania tej komendy."
only-players: "%prefix%&cTylko gracze mogÄ
wykonaÄ tÄ komendÄ."
in-cooldown: "%prefix%&cMusisz poczekaÄ %timeleft% sekund przed ponownym użyciem tej komendy."
home-already-exist: "%prefix%&cMasz już home o tej nazwie."
home-doesnt-exist: "%prefix%&cNie masz home o tej nazwie."
home-doesnt-exist-others: "%prefix%&e%player% &cnie ma home o tej nazwie."
cant-use-2dot: "%prefix%&cNie możesz używaÄ &e':' &cw tej komendzie."
cant-find-player: "%prefix%&cNie znaleziono gracza."
unable-to-find-safe-location: "%prefix%&cNie można znaleÅºÄ bezpiecznej lokacji do teleportacji."
world-restricted-sethome: "%prefix%&cNie możesz ustawiÄ home'ów w tym Åwiecie."
world-restricted-home: "%prefix%&cNie możesz teleportowaÄ siÄ do home'ów w tym Åwiecie."
# Poniżej znajdziesz wiadomoÅci specyficzne dla komend
main:
help:
help-perm: |-
%prefix%&bUżycie &e/%command%&b:
&c-> &e/%command% &ahelp &7WyÅwietla pomoc
&c-> &e/%command% &ainfo &7WyÅwietla informacje o pluginie
&c-> &e/%command% &a(reload|rl) &6[all, commands, config, languages]
&c-> &e/%command% &a(version|ver) &6[update]
&c-> &e/%command% &anearhomes &6(<radius>) &7Pokaż home'y w pobliżu w okreÅlonym promieniu
&c-> &e/%command% &aconverter (<converter-type>) &7Konwertuj dane miÄdzy magazynami
&c-> &e/%command% &aexport &7Eksportuj wszystkie home'y do pliku
&c-> &e/%command% &aimport (<file>) &7Importuj home'y z pliku
help-noperm: |-
%prefix%&bUżycie &e/%command%&b:
&c-> &e/%command% &a(help|?)
&c-> &e/%command% &ainfo
&c-> &e/%command% &a(version|ver)
info:
output: |-
%prefix%&bUruchomiono &3%name% v%version% &bprzez &3%author%&b:
%prefix%&b- Informacje o serwerze:
%prefix%&3 Oprogramowanie: &f%server.software%
%prefix%&3 Wersja: &f%server.version%
%prefix%&3 Wymagana aktualizacja: &f%requpdate%
%prefix%&3 JÄzyk: &f%language%
%prefix%&b- PamiÄÄ:
%prefix%&3 Typ: &f%storage.type%
%prefix%&3 Użytkownicy: &f%storage.users%
%prefix%&3 Home'y: &f%storage.homes%
%prefix%&b- Hooki:
%prefix%&3 PlaceholderAPI: &f%use.placeholderapi%
%prefix%&3 GriefPrevention: &f%use.griefprevention%
%prefix%&3 WorldGuard: &f%use.worldguard%
%prefix%&3 Vault: &f%use.vault%
requpdate-yes: "&cTak &7(Użyj &e/%command% version &7po wiÄcej info)"
requpdate-no: "&aNie"
version:
output: "%prefix%&bAktualna wersja: &a%version%"
update:
output: "%prefix%&azHomes zostaÅ zaktualizowany do najnowszej wersji &e(%update%)&a, uruchom ponownie serwer, aby zastosowaÄ zmiany."
no-update: "%prefix%&aUżywasz już najnowszej wersji zHomes."
reload:
usage: |-
%prefix%&bUżycie &e/%command% &a(reload|rl)&b:
&c-> &e/%command% &a(reload|rl) &6[all, commands, config, languages]
output: "%prefix%&aPlugin przeÅadowany w &b%time%ms&a."
commands:
output: "%prefix%&aWszystkie komendy przeÅadowane w &b%time%ms&a."
config:
output: "%prefix%&aPlik konfiguracyjny przeÅadowany w &b%time%ms&a."
languages:
output: |-
%prefix%&aJÄzyki przeÅadowane w &b%time%ms&a.
&7Uwaga: To nie zaktualizuje jÄzyka w config.yml. Użyj '/%command% reload config' aby to zrobiÄ.
nearhomes:
usage: "&c-> &e/%command% nearhomes &a[<Radius>]"
output: "%prefix%&7Home'y w pobliżu w promieniu &e%radius% &7bloków: &f%homes%"
output-not-found: "%prefix%&cNie znaleziono home'ów w promieniu &e%radius% &cbloków."
home-string: "&e%home% &7(%owner%)"
converter:
usage: |-
%prefix%&bUżycie &e/%command% &aconverter&b:
&c-> &e/%command% &aconverter sqlitetoh2
&c-> &e/%command% &aconverter sqlitetomysql
&c-> &e/%command% &aconverter sqlitetomariadb
&c-> &e/%command% &aconverter mysqltosqlite
&c-> &e/%command% &aconverter mysqltoh2
&c-> &e/%command% &aconverter mariadbtosqlite
&c-> &e/%command% &aconverter mariadbtoh2
&c-> &e/%command% &aconverter h2tosqlite
&c-> &e/%command% &aconverter h2tomysql
&c-> &e/%command% &aconverter h2tomariadb
&c-> &e/%command% &aconverter essentials
&c-> &e/%command% &aconverter sethome
&c-> &e/%command% &aconverter ultimatehomes
&c-> &e/%command% &aconverter xhomes
&c-> &e/%command% &aconverter zhome
output: "%prefix%&aWszystkie dane zostaÅy skonwertowane!"
error: "%prefix%&cWystÄ
piÅ bÅÄ
d podczas konwertowania danych. Sprawdź konsolÄ serwera."
export:
output: "%prefix%&aWszystkie home'y wyeksportowane do &e%file%&a!"
error: "%prefix%&cWystÄ
piÅ bÅÄ
d podczas eksportu. Sprawdź konsolÄ serwera."
import:
usage: "&c-> &e/%command% import &a(<file>)"
output: "%prefix%&aWszystkie home'y zaimportowane z &e%file%&a!"
error: "%prefix%&cWystÄ
piÅ bÅÄ
d podczas importu. Sprawdź konsolÄ serwera."
sethome:
usage: "&c-> &e/%command% &a(Home)"
output: "%prefix%&aHome &e%home% &azapisany w twojej lokalizacji."
limit-reached: "&cOsiÄ
gnÄ
ÅeÅ limit home'ów &e(%limit% homes)&c!"
delhome:
usage: "&c-> &e/%command% &a(Home)"
output: "%prefix%&cHome &e%home% &ausuniÄty."
home:
usage: "&c-> &e/%command% &a(Home)"
output: "%prefix%&aPrzeteleportowano do &e%home%&a..."
cant-dimensional-teleport: "&cTeleportacja anulowana! Teleportacja miÄdzy wymiarami jest wyÅÄ
czona."
rename:
usage: "&c-> &e/%command% &azamieÅnazwÄ (Home) (NowaNazwa)"
output: "%prefix%&aHome &e%home% &azostaÅ zmieniony na &e%newname%&a."
same-name: "%prefix%&cNie możesz zmieniÄ nazwy home'a na tÄ samÄ
nazwÄ."
homes:
output: "%prefix%&7Twoje home'y (%amount%): &f%homes%"
invalid-page: "%prefix%&cNieprawidÅowy numer strony! Użyj liczby wiÄkszej niż 0."
others:
output: "%prefix%&7Home'y gracza &e%player% &7(%amount%): &f%homes%"# Aquà puedes gestionar los mensajes de los hooks
hooks:
griefprevention:
cant-set-homes: "%prefix%&cNo puedes establecer homes en esta área."
worldguard:
cant-use-homes: "%prefix%&cNo puedes usar homes aquÃ."
cant-set-homes: "%prefix%&cNo puedes establecer un home aquÃ."
vault:
cant-afford-command: "%prefix%&cNecesitas &6$%cost% &cpara ejecutar este comando."
# Mensajes relacionados con la preparación de teletransporte
teleport-warmup:
warmup: "%prefix%&aTeleportando en %time% segundos... ¡No te muevas!"
warmup-actionbar: "&aTeleportando en %time% segundos..."
cancelled: "%prefix%&c¡Te moviste! Teleportación cancelada."
cancelled-actionbar: "&c¡Te moviste! Teleportación cancelada."
# Mensajes relacionados con comandos
commands:
# Arriba encontrarás mensajes que pueden usarse en múltiples comandos
no-permission: "%prefix%&cNo tienes permiso para ejecutar este comando."
only-players: "%prefix%&cSolo los jugadores pueden ejecutar este comando."
in-cooldown: "%prefix%&cDebes esperar %timeleft% segundos antes de usar este comando nuevamente."
home-already-exist: "%prefix%&cYa tienes un home con este nombre."
home-doesnt-exist: "%prefix%&cNo tienes ningún home con este nombre."
home-doesnt-exist-others: "%prefix%&e%player% &cno tiene ningún home con este nombre."
cant-use-2dot: "%prefix%&cNo puedes usar &e':' &cen este comando."
cant-find-player: "%prefix%&cNo se encontró al jugador."
unable-to-find-safe-location: "%prefix%&cNo se pudo encontrar una ubicación segura para teletransportarte."
world-restricted-sethome: "%prefix%&cNo puedes establecer homes en este mundo."
world-restricted-home: "%prefix%&cNo puedes teletransportarte a homes en ese mundo."
# Abajo encontrarás mensajes especÃficos para los comandos
main:
help:
help-perm: |-
%prefix%&bUsos de &e/%command%&b:
&c-> &e/%command% &ahelp &7Muestra esta ayuda
&c-> &e/%command% &ainfo &7Muestra información del plugin
&c-> &e/%command% &a(reload|rl) &6[all, commands, config, languages]
&c-> &e/%command% &a(version|ver) &6[update]
&c-> &e/%command% &anearhomes &6(<radius>) &7Lista homes cercanos dentro de un radio
&c-> &e/%command% &aconverter (<converter-type>) &7Convierte datos entre distintos almacenamientos
&c-> &e/%command% &aexport &7Exporta todos los homes a un archivo
&c-> &e/%command% &aimport (<file>) &7Importa homes desde un archivo
help-noperm: |-
%prefix%&bUsos de &e/%command%&b:
&c-> &e/%command% &a(help|?)
&c-> &e/%command% &ainfo
&c-> &e/%command% &a(version|ver)
info:
output: |-
%prefix%&bEjecutando &3%name% v%version% &bpor &3%author%&b:
%prefix%&b- Información del servidor:
%prefix%&3 Software: &f%server.software%
%prefix%&3 Versión: &f%server.version%
%prefix%&3 Requiere actualización: &f%requpdate%
%prefix%&3 Idioma: &f%language%
%prefix%&b- Almacenamiento:
%prefix%&3 Tipo: &f%storage.type%
%prefix%&3 Usuarios: &f%storage.users%
%prefix%&3 Homes: &f%storage.homes%
%prefix%&b- Hooks:
%prefix%&3 PlaceholderAPI: &f%use.placeholderapi%
%prefix%&3 GriefPrevention: &f%use.griefprevention%
%prefix%&3 WorldGuard: &f%use.worldguard%
%prefix%&3 Vault: &f%use.vault%
requpdate-yes: '&cSà &7(Usa &e/%command% version &7para más info)'
requpdate-no: '&aNo'
version:
output: "%prefix%&bVersión actual: &a%version%"
update:
output: "%prefix%&azHomes se ha actualizado a la última versión &e(%update%)&a, por favor reinicia tu servidor para aplicar los cambios."
no-update: "%prefix%&aYa estás usando la última versión de zHomes."
reload:
usage: |-
%prefix%&bUsos de &e/%command% &a(reload|rl)&b:
&c-> &e/%command% &a(reload|rl) &6[all, commands, config, languages]
output: "%prefix%&aPlugin recargado en &b%time%ms&a."
commands:
output: "%prefix%&aTodos los comandos recargados en &b%time%ms&a."
config:
output: "%prefix%&aArchivo de configuración recargado en &b%time%ms&a."
languages:
output: |-
%prefix%&aIdiomas recargados en &b%time%ms&a.
&7Nota: Esto no actualizará el idioma de config.yml. Usa '/%command% reload config' para eso.
nearhomes:
usage: "&c-> &e/%command% nearhomes &a[<Radius>]"
output: "%prefix%&7Homes cerca de ti dentro de &e%radius% &7bloques: &f%homes%"
output-not-found: "%prefix%&cNo se encontraron homes dentro de &e%radius% &cbloques."
home-string: "&e%home% &7(%owner%)"
converter:
usage: |-
%prefix%&bUsos de &e/%command% &aconverter&b:
&c-> &e/%command% &aconverter sqlitetoh2
&c-> &e/%command% &aconverter sqlitetomysql
&c-> &e/%command% &aconverter sqlitetomariadb
&c-> &e/%command% &aconverter mysqltosqlite
&c-> &e/%command% &aconverter mysqltoh2
&c-> &e/%command% &aconverter mariadbtosqlite
&c-> &e/%command% &aconverter mariadbtoh2
&c-> &e/%command% &aconverter h2tosqlite
&c-> &e/%command% &aconverter h2tomysql
&c-> &e/%command% &aconverter h2tomariadb
&c-> &e/%command% &aconverter essentials
&c-> &e/%command% &aconverter sethome
&c-> &e/%command% &aconverter ultimatehomes
&c-> &e/%command% &aconverter xhomes
&c-> &e/%command% &aconverter zhome
output: "%prefix%&aTodos los datos han sido convertidos!"
error: "%prefix%&cAlgo salió mal al convertir los datos. Revisa la consola del servidor."
export:
output: "%prefix%&aTodos los homes fueron exportados a &e%file%&a!"
error: "%prefix%&cAlgo salió mal exportando los datos. Revisa la consola del servidor."
import:
usage: "&c-> &e/%command% import &a(<file>)"
output: "%prefix%&aTodos los homes fueron importados desde &e%file%&a!"
error: "%prefix%&cAlgo salió mal importando los datos. Revisa la consola del servidor."
sethome:
usage: "&c-> &e/%command% &a(Home)"
output: "%prefix%&aHome &e%home% &aset a tu posición."
limit-reached: "&cNo puedes establecer más homes, alcanzaste tu lÃmite &e(%limit% homes)&c!"
delhome:
usage: "&c-> &e/%command% &a(Home)"
output: "%prefix%&cHome &e%home% &celiminado."
home:
usage: "&c-> &e/%command% &a(Home)"
output: "%prefix%&aTeletransportado a &e%home%&a..."
cant-dimensional-teleport: "&c¡Tu teletransporte fue cancelado! La teleportación dimensional está desactivada."
rename:
usage: "&c-> &e/%command% renombrar (Home) (NuevoNombre)"
output: "%prefix%&aHome &e%home% &arenombrado a &e%newname%&a."
same-name: "%prefix%&cNo puedes renombrar un home al mismo nombre."
homes:
output: "%prefix%&7Tus homes (%amount%): &f%homes%"
invalid-page: "%prefix%&cNúmero de página inválido! Usa un número mayor que 0."
others:
output: "%prefix%&e%player%'s &7homes (%amount%): &f%homes%"# Here you can manage hook messages
hooks:
worldguard:
send-tpa-flag: "%prefix%&cYou can't send a teleport request here."
accept-tpa-flag: "%prefix%&cYou can't accept a teleport request here."
deny-tpa-flag: "%prefix%&cYou can't deny a teleport request here."
cancel-tpa-flag: "%prefix%&cYou can't cancel a teleport request here."
use-tpa-flag: "%prefix%&cYou can't use tpa here."
vault:
cant-afford-command: "%prefix%&cYou need &6$%cost% &cin order to execute this command."
# Messages related to teleport warmup
teleport-warmup:
warmup: "%prefix%&aTeleporting in %time% seconds... Don't move!"
warmup-actionbar: "&aTeleporting in %time% seconds..."
cancelled: "%prefix%&cYou moved! Teleportation cancelled."
cancelled-actionbar: "&cYou moved! Teleportation cancelled."
# Messages related to commands
commands:
# Up here you will find messages that can be used in multiple commands
no-permission: "%prefix%&cYou don't have permission to execute this command."
in-cooldown: "%prefix%&cYou must wait %timeleft% seconds before using this command again."
cant-find-player: "%prefix%&cThis player was not found."
only-executable-by-players: "%prefix%&cThis command can only be executed by players."
more-than-one-request: "%prefix%&cYou have more than one teleport request, please specify the player you want to accept/deny the request from."
# Below you will find messages specific for the commands
main:
help:
help-perm: |-
%prefix%&bUsages of &e/%command%&b:
&c-> &e/%command% &a(help|?)
&c-> &e/%command% &a(reload|rl) &6[all, commands, config, languages]
&c-> &e/%command% &a(version|ver) &6[update]
help-noperm: |-
%prefix%&bUsages of &e/%command%&b:
&c-> &e/%command% &a(help|?)
&c-> &e/%command% &a(version|ver)
version:
output: "%prefix%&bCurrent version: &a%version%"
update:
output: "%prefix%&azTPA updated to the latest version &e(%update%)&a, please restart your server to apply the changes."
no-update: "%prefix%&aYou are already using the latest version of zTPA."
reload:
usage: |-
%prefix%&bUsages of &e/%command% &a(reload|rl)&b:
&c-> &e/%command% &a(reload|rl) &6[all, commands, config, languages]
output: "%prefix%&aReloaded plugin in &b%time%ms&a."
commands:
output: "%prefix%&aReloaded all plugin commands in &b%time%ms&a."
config:
output: "%prefix%&aReloaded plugin config file in &b%time%ms&a."
languages:
output: |-
%prefix%&aReloaded plugin languages in &b%time%ms&a.
&7Note: This will not update the language from config.yml, use '/%command% reload config' to do that.
tpa:
usage: "%prefix% &c-> &e/%command% (Player)"
yourself: "%prefix%&cYou can't send a teleport request to yourself."
already-requested: "%prefix%&cYou already sent a teleport request to &e%player%&c."
output: |-
&a
&aTeleport request sent to &e%player%
&aTo cancel, use &e/%command-tpacancel%
&a
request-received: |-
&a
&aYou have received a teleport request from &e%player%
&aTo accept, use &e/%command-tpaccept%
&aTo deny, use &e/%command-tpdeny%
&aThis request will expire in &c%time% seconds
&a
tpaccept:
output: "%prefix%&aTeleport request from &e%player%&a accepted."
no-request: "%prefix%&cYou don't have any teleport request to accept."
no-request-from: "%prefix%&cYou don't have any teleport request from &e%player%&c."
tpdeny:
output: "%prefix%&aTeleport request from &e%player%&a denied."
no-request: "%prefix%&cYou don't have any teleport request to deny."
no-request-from: "%prefix%&cYou don't have any teleport request from &e%player%&c."
tpacancel:
output: "%prefix%&aAll your teleport requests have been cancelled."
output-to: "%prefix%&aTeleport request to &e%player%&a cancelled."
no-request: "%prefix%&cYou don't have any teleport request to cancel."
no-request-to: "%prefix%&cYou don't have any teleport request to &e%player%&c."# Here you can manage hook messages
hooks:
griefprevention:
cant-set-homes: "%prefix%&cYou can't set homes in this area."
worldguard:
cant-use-homes: "%prefix%&cYou can't use homes here."
cant-set-homes: "%prefix%&cYou can't set a home here."
vault:
cant-afford-command: "%prefix%&cYou need &6$%cost% &cin order to execute this command."
# Messages related to teleport warmup
teleport-warmup:
warmup: "%prefix%&aTeleporting in %time% seconds... Don't move!"
warmup-actionbar: "&aTeleporting in %time% seconds..."
cancelled: "%prefix%&cYou moved! Teleportation cancelled."
cancelled-actionbar: "&cYou moved! Teleportation cancelled."
# Messages related to commands
commands:
# Up here you will find messages that can be used in multiple commands
no-permission: "%prefix%&cYou don't have permission to execute this command."
only-players: "%prefix%&cOnly players can execute this command."
in-cooldown: "%prefix%&cYou must wait %timeleft% seconds before using this command again."
home-already-exist: "%prefix%&cYou already have a home with this name."
home-doesnt-exist: "%prefix%&cYou don't have any home with this name."
home-doesnt-exist-others: "%prefix%&e%player% &cdon't have any home with this name."
cant-use-2dot: "%prefix%&cYou can't use &e':' &cin this command."
cant-find-player: "%prefix%&cThis player was not found."
unable-to-find-safe-location: "%prefix%&cUnable to find a safe location to teleport you."
world-restricted-sethome: "%prefix%&cYou can't set homes in this world."
world-restricted-home: "%prefix%&cYou can't teleport to homes in that world."
# Below you will find messages specific for the commands
main:
help:
help-perm: |-
%prefix%&bUsages of &e/%command%&b:
&c-> &e/%command% &ahelp &7Shows this exact help message
&c-> &e/%command% &ainfo &7Shows plugin information
&c-> &e/%command% &a(reload|rl) &6[all, commands, config, languages]
&c-> &e/%command% &a(version|ver) &6[update]
&c-> &e/%command% &anearhomes &6(<radius>) &7List homes near you within a certain radius
&c-> &e/%command% &aconverter (<converter-type>) &7Convert data from one place to another
&c-> &e/%command% &aexport &7Exports all homes to a single file
&c-> &e/%command% &aimport (<file>) &7Imports homes from a single file
help-noperm: |-
%prefix%&bUsages of &e/%command%&b:
&c-> &e/%command% &a(help|?)
&c-> &e/%command% &ainfo
&c-> &e/%command% &a(version|ver)
info:
output: |-
%prefix%&bRunning &3%name% v%version% &bby &3%author%&b:
%prefix%&b- Server Info:
%prefix%&3 Software: &f%server.software%
%prefix%&3 Version: &f%server.version%
%prefix%&3 Require update: &f%requpdate%
%prefix%&3 Language: &f%language%
%prefix%&b- Storage:
%prefix%&3 Type: &f%storage.type%
%prefix%&3 Users: &f%storage.users%
%prefix%&3 Homes: &f%storage.homes%
%prefix%&b- Hooks:
%prefix%&3 PlaceholderAPI: &f%use.placeholderapi%
%prefix%&3 GriefPrevention: &f%use.griefprevention%
%prefix%&3 WorldGuard: &f%use.worldguard%
%prefix%&3 Vault: &f%use.vault%
requpdate-yes: '&cYes &7(Use &e/%command% version &7for more info)'
requpdate-no: '&aNo'
version:
output: "%prefix%&bCurrent version: &a%version%"
update:
output: "%prefix%&azHomes updated to the latest version &e(%update%)&a, please restart your server to apply the changes."
no-update: "%prefix%&aYou are already using the latest version of zHomes."
reload:
usage: |-
%prefix%&bUsages of &e/%command% &a(reload|rl)&b:
&c-> &e/%command% &a(reload|rl) &6[all, commands, config, languages]
output: "%prefix%&aReloaded plugin in &b%time%ms&a."
commands:
output: "%prefix%&aReloaded all plugin commands in &b%time%ms&a."
config:
output: "%prefix%&aReloaded plugin config file in &b%time%ms&a."
languages:
output: |-
%prefix%&aReloaded plugin languages in &b%time%ms&a.
&7Note: This will not update the language from config.yml, use '/%command% reload config' to do that.
nearhomes:
usage: "&c-> &e/%command% nearhomes &a[<Radius>]"
output: "%prefix%&7Homes near you within &e%radius% &7blocks: &f%homes%"
output-not-found: "%prefix%&cNo homes found within &e%radius% &cblocks."
home-string: "&e%home% &7(%owner%)"
converter:
usage: |-
%prefix%&bUsages of &e/%command% &aconverter&b:
&c-> &e/%command% &aconverter sqlitetoh2
&c-> &e/%command% &aconverter sqlitetomysql
&c-> &e/%command% &aconverter sqlitetomariadb
&c-> &e/%command% &aconverter mysqltosqlite
&c-> &e/%command% &aconverter mysqltoh2
&c-> &e/%command% &aconverter mariadbtosqlite
&c-> &e/%command% &aconverter mariadbtoh2
&c-> &e/%command% &aconverter h2tosqlite
&c-> &e/%command% &aconverter h2tomysql
&c-> &e/%command% &aconverter h2tomariadb
&c-> &e/%command% &aconverter essentials
&c-> &e/%command% &aconverter sethome
&c-> &e/%command% &aconverter ultimatehomes
&c-> &e/%command% &aconverter xhomes
&c-> &e/%command% &aconverter zhome
output: "%prefix%&aAll data converted!"
error: "%prefix%&cSomething went wrong converting the data, please check your server console."
export:
output: "%prefix%&aAll homes exported to &e%file%&a!"
error: "%prefix%&cSomething went wrong exporting the data, please check your server console."
import:
usage: "&c-> &e/%command% import &a(<file>)"
output: "%prefix%&aAll homes imported from &e%file%&a!"
error: "%prefix%&cSomething went wrong importing the data, please check your server console."
sethome:
usage: "&c-> &e/%command% &a(Home)"
output: "%prefix%&aHome &e%home% &aset to your position."
limit-reached: "&cYou can't set more homes because you reached your limit &e(%limit% homes)&c!"
delhome:
usage: "&c-> &e/%command% &a(Home)"
output: "%prefix%&cHome &e%home% &cdeleted."
home:
usage: "&c-> &e/%command% &a(Home)"
output: "%prefix%&aTeleported to &e%home%&a..."
cant-dimensional-teleport: "&cYour teleport was cancelled! Dimensional teleportation is disabled."
rename:
usage: "&c-> &e/%command% &arename (Home) (NewName)"
output: "%prefix%&aHome &e%home% &arenamed to &e%newname%&a."
same-name: "%prefix%&cYou can't rename a home to the same name."
homes:
output: "%prefix%&7Your homes (%amount%): &f%homes%"
invalid-page: "%prefix%&cInvalid page number! Please use a number higher than 0."
others:
output: "%prefix%&e%player%'s &7homes (%amount%): &f%homes%"# Hier kun je hookberichten beheren
hooks:
griefprevention:
cant-set-homes: "%prefix%&cJe kunt in dit gebied geen homes instellen."
worldguard:
cant-use-homes: "%prefix%&cJe kunt hier geen homes gebruiken."
cant-set-homes: "%prefix%&cJe kunt hier geen home instellen."
vault:
cant-afford-command: "%prefix%&cJe hebt &6$%cost% &cnodig om dit commando uit te voeren."
# Berichten met betrekking tot teleport voorbereidingen
teleport-warmup:
warmup: "%prefix%&aTeleporteren over %time% seconden... Niet bewegen!"
warmup-actionbar: "&aTeleporteren over %time% seconden..."
cancelled: "%prefix%&cJe bewoog! Teleportatie geannuleerd."
cancelled-actionbar: "&cJe bewoog! Teleportatie geannuleerd."
# Berichten gerelateerd aan commando's
commands:
# Bovenaan staan berichten die in meerdere commando's worden gebruikt
no-permission: "%prefix%&cJe hebt geen toestemming om dit commando uit te voeren."
only-players: "%prefix%&cAlleen spelers kunnen dit commando uitvoeren."
in-cooldown: "%prefix%&cJe moet %timeleft% seconden wachten voordat je dit commando opnieuw kunt gebruiken."
home-already-exist: "%prefix%&cJe hebt al een home met deze naam."
home-doesnt-exist: "%prefix%&cJe hebt geen home met deze naam."
home-doesnt-exist-others: "%prefix%&e%player% &cheeft geen home met deze naam."
cant-use-2dot: "%prefix%&cJe kunt &e':' &cniet gebruiken in dit commando."
cant-find-player: "%prefix%&cSpeler niet gevonden."
unable-to-find-safe-location: "%prefix%&cKan geen veilige locatie vinden om naar te teleporteren."
world-restricted-sethome: "%prefix%&cJe kunt in deze wereld geen homes instellen."
world-restricted-home: "%prefix%&cJe kunt in die wereld niet naar homes teleporteren."
# Hieronder vind je specifieke berichten voor de commando's
main:
help:
help-perm: |-
%prefix%&bGebruik van &e/%command%&b:
&c-> &e/%command% &ahelp &7Toont deze help
&c-> &e/%command% &ainfo &7Toont plugin-informatie
&c-> &e/%command% &a(reload|rl) &6[all, commands, config, languages]
&c-> &e/%command% &a(version|ver) &6[update]
&c-> &e/%command% &anearhomes &6(<radius>) &7Toont homes in de buurt binnen een straal
&c-> &e/%command% &aconverter (<converter-type>) &7Converteer data tussen opslagplaatsen
&c-> &e/%command% &aexport &7Exporteert alle homes naar een bestand
&c-> &e/%command% &aimport (<file>) &7Importeert homes vanuit een bestand
help-noperm: |-
%prefix%&bGebruik van &e/%command%&b:
&c-> &e/%command% &a(help|?)
&c-> &e/%command% &ainfo
&c-> &e/%command% &a(version|ver)
info:
output: |-
%prefix%&bDraait &3%name% v%version% &bdoor &3%author%&b:
%prefix%&b- Server info:
%prefix%&3 Software: &f%server.software%
%prefix%&3 Versie: &f%server.version%
%prefix%&3 Vereist update: &f%requpdate%
%prefix%&3 Taal: &f%language%
%prefix%&b- Opslag:
%prefix%&3 Type: &f%storage.type%
%prefix%&3 Gebruikers: &f%storage.users%
%prefix%&3 Homes: &f%storage.homes%
%prefix%&b- Hooks:
%prefix%&3 PlaceholderAPI: &f%use.placeholderapi%
%prefix%&3 GriefPrevention: &f%use.griefprevention%
%prefix%&3 WorldGuard: &f%use.worldguard%
%prefix%&3 Vault: &f%use.vault%
requpdate-yes: "&cJa &7(Meer info met &e/%command% version&7)"
requpdate-no: "&aNee"
version:
output: "%prefix%&bHuidige versie: &a%version%"
update:
output: "%prefix%&azHomes is bijgewerkt naar de nieuwste versie &e(%update%)&a, herstart je server om de wijzigingen toe te passen."
no-update: "%prefix%&aJe gebruikt al de nieuwste versie van zHomes."
reload:
usage: |-
%prefix%&bGebruik van &e/%command% &a(reload|rl)&b:
&c-> &e/%command% &a(reload|rl) &6[all, commands, config, languages]
output: "%prefix%&aPlugin opnieuw geladen in &b%time%ms&a."
commands:
output: "%prefix%&aAlle commando's opnieuw geladen in &b%time%ms&a."
config:
output: "%prefix%&aConfiguratiebestand opnieuw geladen in &b%time%ms&a."
languages:
output: |-
%prefix%&aTalen opnieuw geladen in &b%time%ms&a.
&7Opmerking: Dit zal de taal in config.yml niet bijwerken. Gebruik '/%command% reload config' om dat te doen.
nearhomes:
usage: "&c-> &e/%command% nearhomes &a[<Radius>]"
output: "%prefix%&7Homes bij jou binnen &e%radius% &7blokken: &f%homes%"
output-not-found: "%prefix%&cGeen homes gevonden binnen &e%radius% &cblokken."
home-string: "&e%home% &7(%owner%)"
converter:
usage: |-
%prefix%&bGebruik van &e/%command% &aconverter&b:
&c-> &e/%command% &aconverter sqlitetoh2
&c-> &e/%command% &aconverter sqlitetomysql
&c-> &e/%command% &aconverter sqlitetomariadb
&c-> &e/%command% &aconverter mysqltosqlite
&c-> &e/%command% &aconverter mysqltoh2
&c-> &e/%command% &aconverter mariadbtosqlite
&c-> &e/%command% &aconverter mariadbtoh2
&c-> &e/%command% &aconverter h2tosqlite
&c-> &e/%command% &aconverter h2tomysql
&c-> &e/%command% &aconverter h2tomariadb
&c-> &e/%command% &aconverter essentials
&c-> &e/%command% &aconverter sethome
&c-> &e/%command% &aconverter ultimatehomes
&c-> &e/%command% &aconverter xhomes
&c-> &e/%command% &aconverter zhome
output: "%prefix%&aAlle gegevens zijn geconverteerd!"
error: "%prefix%&cEr is iets misgegaan tijdens het converteren van de data. Controleer de serverconsole."
export:
output: "%prefix%&aAlle homes geëxporteerd naar &e%file%&a!"
error: "%prefix%&cEr is iets misgegaan bij het exporteren. Controleer de serverconsole."
import:
usage: "&c-> &e/%command% import &a(<file>)"
output: "%prefix%&aAlle homes geïmporteerd vanuit &e%file%&a!"
error: "%prefix%&cEr is iets misgegaan bij het importeren. Controleer de serverconsole."
sethome:
usage: "&c-> &e/%command% &a(Home)"
output: "%prefix%&aHome &e%home% &ais ingesteld op je locatie."
limit-reached: "&cJe kunt geen extra homes instellen, je hebt je limiet bereikt &e(%limit% homes)&c!"
delhome:
usage: "&c-> &e/%command% &a(Home)"
output: "%prefix%&cHome &e%home% &ais verwijderd."
home:
usage: "&c-> &e/%command% &a(Home)"
output: "%prefix%&aGeteleporteerd naar &e%home%&a..."
cant-dimensional-teleport: "&cTeleportatie geannuleerd! Dimensionale teleportatie is uitgeschakeld."
rename:
usage: "&c-> &e/%command% &ahernoem (Home) (NieuweNaam)"
output: "%prefix%&aHome &e%home% &ais hernoemd naar &e%newname%&a."
same-name: "%prefix%&cJe kunt een home niet hernoemen naar dezelfde naam."
homes:
output: "%prefix%&7Jouw homes (%amount%): &f%homes%"
invalid-page: "%prefix%&cOngeldig paginanummer! Gebruik een nummer groter dan 0."
others:
output: "%prefix%&7Homes van &e%player%&7 (%amount%): &f%homes%"prefix: "&8[&4zHomes&8] "
# Edit your mysql database config here
database:
# Here you can define how to store the plugin data.
# OPTIONS:
# - H2 (Preferred over SQLite)
# - SQLite
# - MariaDB (Preferred over MySQL)
# - MySQL
# DEFAULT: SQLite
type: H2
host: localhost
port: 3306
database: db
username: root
password: pass
options:
useSSL: false
allowPublicKeyRetrieval: false
# -------------------- #
# WARNING: DO NOT CHANGE ANYTHING BELOW IF YOU DON'T KNOW WHAT YOU'RE DOING
pool-size: 10
table-prefix: zhomes
general:
# Here you can define the language of the plugin, all languages can be found, edited and created on languages' directory.
# DEFAULT OPTIONS: [de, en, es, fr, it, nl, pl, pt-br, ru, zhcn, <custom>] --- DEFAULT: en
language: "en"
# Define it the plugin should be updated automatically
# OPTIONS: [true, false] --- DEFAULT: true
auto-update: false
# Should players with permissions be notified about plugin updates upon joining?
# OPTIONS: [true, false] --- DEFAULT: true
announce-update: true
# Here you can define if metrics should be on or off.
# !WARNING: This option does not work with reload.
# OPTIONS: [true, false] --- DEFAULT: true
metrics: true
# In this section you can change the teleport options for the players
teleport-options:
# This option defines if the plugin should check for a safe location upon trying to teleport to a home.
# OPTIONS: [true, false] --- DEFAULT: true
enable-safe-teleport: true
# This option defines if the players can teleport to other dimensions with homes.
# OPTIONS: [true, false] --- DEFAULT: true
dimensional-teleportation: true # There is also a permission to bypass in permissions.bypass.dimensional-teleportation in this file
# Should the plugin play an enderman warp sound when the player teleports to a home?
# OPTIONS: [true, false] --- DEFAULT: true
play-sound: true
restricted-worlds:
# This option defines if the restricted worlds feature is enabled
# OPTIONS: [true, false] --- DEFAULT: false
enable: false
# Here you can define the restriction mode and the worlds
# OPTIONS: [blacklist, whitelist] --- DEFAULT: blacklist
mode: blacklist
worlds:
- world_nether
- world_the_end
# Teleportation warmup options
warmup:
# This option defines if the warmup should be enabled or not.
# OPTIONS: [true, false] --- DEFAULT: true
enable: true
# Defines the time of the warmup in seconds.
# OPTIONS: [>=0 INT] --- DEFAULT: 5
time: 5
# Should the warmup be cancelled when the player moves?
# OPTIONS: [true, false] --- DEFAULT: true
cancel-on-move: true
# Should the warmup be shown in the actionbar?
# OPTIONS: [true, false] --- DEFAULT: true
show-on-actionbar: true
limits:
# This options defines if homes should have a limit or not.
# OPTIONS: [true, false] --- DEFAULT: false
enabled: false
# The default limit of homes a player can have
# OPTIONS: [>=0] --- DEFAULT: 10
default: 10 # There is also a permission to bypass: zhomes.bypass.limit
# Limit example:
'15':
- group.vip
- group.mvp
'999':
- group.admin
commands:
# Mostly everything below needs a restart to apply
main:
command: zhomes
description: "The main command for the plugin"
permission: zhomes.command.main # True by default
cooldown: 0.0
aliases:
- zh
# Sub command - Help (Admin)
help:
permission: "zhomes.command.main.help" # Only OP by default
# Sub command - Info
info:
permission: "zhomes.command.main.info" # Only OP by default
# Sub command - Version
version:
permission: "zhomes.command.main.version" # True by default
update:
permission: "zhomes.command.main.version.update" # Only OP by default
# Sub command - Reload
reload:
permission: "zhomes.command.main.reload" # Only OP by default
# Sub command - Nearhomes
nearhomes:
permission: "zhomes.command.main.nearhomes" # Only OP by default
# Max limit of the radius to search for homes
# Use -1 to have no limit (Not recommended)
limit: 500.0
# Sub command - Converter
converter:
permission: "zhomes.command.main.converter" # Only OP by default
# Sub command - Import | Export
importexport:
permission: "zhomes.command.main.importexport" # Only OP by default
sethome:
command: sethome
description: "Sethome"
permission: "zhomes.command.sethome" # True by default
cooldown: 0.0
aliases:
- seth
command-cost: 0 # Requires Vault to work
delhome:
command: delhome
description: "Delhome"
permission: "zhomes.command.delhome" # True by default
cooldown: 0.0
aliases:
- deletehome
- delh
command-cost: 0 # Requires Vault to work
others:
permission: "zhomes.command.delhome.others" # Only OP by default
homes:
command: homes
description: "Homes"
permission: "zhomes.command.homes" # True by default
cooldown: 0.0
aliases:
- myhomes
command-cost: 0 # Requires Vault to work
# This option defines the return type of this command
# OPTIONS: [text, menu] --- DEFAULT: menu
type: menu
others:
permission: "zhomes.command.homes.others" # Only OP by default
home:
command: home
description: "Home"
permission: "zhomes.command.home" # True by default
cooldown: 0.0
aliases: []
command-cost: 0 # Requires Vault to work
others:
permission: "zhomes.command.home.others" # Only OP by default
# Sub command - Rename
rename:
permission: "zhomes.command.home.rename" # True by default
command-cost: 0 # Requires Vault to work
# In this section you can define the permissions for the plugin
# Permissions for commands can be found on the commands section
permissions:
bypass:
# This permission allows the player to bypass the limit of homes
# Default: zhomes.bypass.limit
limit: "zhomes.bypass.limit" # Only OP by default
# This permission allows the player to bypass the dimensional teleportation
# Default: zhomes.bypass.dimensionalteleportation
dimensional-teleportation: "zhomes.bypass.dimensionalteleportation" # Only OP by default
# Allow player's to bypass safe teleportation
# Default: zhomes.bypass.safeteleport
safe-teleportation: "zhomes.bypass.safeteleport" # False by default
# This permission allows the player to bypass the restricted worlds feature
# Default: zhomes.bypass.restrictedworlds
restricted-worlds: "zhomes.bypass.restrictedworlds" # Only OP by default
# This permission allows the player to bypass the teleportation warmup
# Default: zhomes.bypass.warmup
warmup: "zhomes.bypass.warmup" # Only OP by default
# This permission allows the player to bypass the cost of the command
# Default: %command_permission%.command-cost
command-cost: "%command_permission%.bypass.command-cost" # Only OP by default