Plugin created by: _ImJona
- Tested Minecraft Versions:
- 1.8
- 1.9
- 1.10
- 1.11
- 1.12
- 1.13
- 1.14
- 1.15
- 1.16
- Languages Supported:
- Español, English
- Donation Link:
- https://www.paypal.me/ireallyjaime
contact me by discord: JonathanSH#9390
WARNING: If you change the language and the changes are not applied, it is recommended that you shut down the server
![]()
Version 1.0.0
- Language system
- Menu system
- All supported versions
- It is recommended to use the name of the minecraft materials
- You can choose the teleportation seconds of each warp
Code (YAML):################################
# WARPSYSTEM PLUGIN 1.0.0 #
# Versions: 1.8 - 1.16 #
################################
#Plugin created by _ImJona
#Language supported: english and spanish
Language: english #Change to the language you like :D
#if it is true, it alerts you when an update is available
update: true
#Here you can change all the permissions to your liking
Permissions:
warpsListPermission: "warpsystem.use.warplist"
setWarpPermission: "warpsystem.use.setwarp"
delWarpPermission: "warpsystem.use.delwarp"
cooldownbypass: "warpsystem.cooldown.bypass"
reloadConfig: "warpsystem.reload"
#Here you can change the size of the warp inventory and the name
WarpsMenu:
TitleMenu: '&cWarps'
#Chest sizes: 9, 18, 27, 36, 45, 54
Slots: 27Code (YAML):################################
# WARPSYSTEM PLUGIN 1.0.0 #
# Versions: 1.8 - 1.16 #
################################
#
#You can modify the messages to your liking, you can also change the colors
#
Prefix: '&8&l[&c&lWarpsSystem&8&l]'
UsageCmd: '%prefix% &cUsage %command%'
ReloadConfig: '%prefix% &aConfig has been reloaded'
No-Permissions: '%prefix% &cYou don''t have permission to use this command'
NoWarp-Permission: '%prefix% &cYou don''t have permission to use &e%warp%'
WarpAlreadyExists: '%prefix% &cWarp &e%warp% &calready exists!'
WarpCreated: '%prefix% &aWarp &e%warp% &ahas been created successfully'
TeleportCooldown: '%prefix% &aTeleportation will start in &e%cooldown% &aseconds'
TeleportationCanceled: '%prefix% &cTeleportation has been canceled'
Teleport-Successful: '%prefix% &aYou have been successfully teleported'
WarpNotExists: '%prefix% &cWarp &e%warp% &cnot exists!'
delWarpSuccessful: '%prefix% &aWarp &e%warp% &ahas been removed successfully'
WarpList: '%prefix% &eWarps List: &c%warps%'
NoWarpList: '%prefix% &eNo warp list'Code (YAML):################################
# WARPSYSTEM PLUGIN 1.0.0 #
# Versions: 1.8 - 1.16 #
################################
#
#Podrás modificar los mensajes a tu gusto, igualmente podras cambiar los colores
#
Prefix: '&8&l[&c&lWarpsSystem&8&l]'
UsageCmd: '%prefix% &cComando correcto %command%'
ReloadConfig: '%prefix% &aLa configuración ha sido recargada'
No-Permissions: '%prefix% &cNo tienes permisos para usar ese comando'
NoWarp-Permission: '%prefix% &cNo tienes permisos para ir al warp &e%warp%'
WarpAlreadyExists: '%prefix% &cEl warp &e%warp% &cya existe!'
WarpCreated: '%prefix% &aEl warp &e%warp% &aha sido creado con exito'
TeleportCooldown: '%prefix% &aLa teletransportación comenzará en &e%cooldown% &asegundos'
TeleportationCanceled: '%prefix% &cLa teletransportación ha sido cancelada'
Teleport-Successful: '%prefix% &aHas sido teletransportado correctamente'
WarpNotExists: '%prefix% &cEl warp &e%warp% &cno existe!'
delWarpSuccessful: '%prefix% &aEl warp &e%warp% &aha sido eliminado con exito'
WarpList: '%prefix% &eLista de warps: &c%warps%'
NoWarpList: '%prefix% &eNo hay ningun warp'
ALL PERMISSIONS ARE CONFIGURABLE IN CONFIG.YML
- /setwarp - Add a new warp
- /delwarp - Remove a warp
- /warp - This opens the menu and will also take you to a warp
- /warps - Check the list of warps out there
- /wpreload - Reload all settings
If you have any errors or questions please contact first by discord
Discord: JonathanSH#9390