Information:
RtpQueue is a plugin that allows players to duel.
Commands:
Config.yml file:
targetWorldName: "world"
messages:
lookingForPlayer: "&6&lLooking for a player to teleport..."
teleportSuccessPlayer1: "&a&lTeleported successfully!"
teleportSuccessPlayer2: "&a&lTeleportation successful!"
joinQueue: "&a&lYou have joined the queue."
leaveQueue: "&c&lYou have left the queue."
cooldownMessage: "&c&lYou must wait {seconds} seconds before joining the queue again."
actionBar:
- "&ePreparing teleportation..."
- "&eAlmost there..."
- "&aTeleporting now!"
safeBlocks:
- "GRASS_BLOCK"
- "DIRT"
- "STONE"
maxTeleportAttempts: 10
minX: -1000
maxX: 1000
minZ: -1000
maxZ: 1000
commandCooldown: 30000 # Cooldown period in milliseconds (e.g., 30000 ms = 30 seconds)
RtpQueue is a plugin that allows players to duel.
Commands:
- /rtpqueue (joins/leaves the queue)
- /rtpq (alias for /rtpqueue)
- /rtpq reload (reloads the plugin, works with the permission rtpqueue.reload)
Config.yml file:
targetWorldName: "world"
messages:
lookingForPlayer: "&6&lLooking for a player to teleport..."
teleportSuccessPlayer1: "&a&lTeleported successfully!"
teleportSuccessPlayer2: "&a&lTeleportation successful!"
joinQueue: "&a&lYou have joined the queue."
leaveQueue: "&c&lYou have left the queue."
cooldownMessage: "&c&lYou must wait {seconds} seconds before joining the queue again."
actionBar:
- "&ePreparing teleportation..."
- "&eAlmost there..."
- "&aTeleporting now!"
safeBlocks:
- "GRASS_BLOCK"
- "DIRT"
- "STONE"
maxTeleportAttempts: 10
minX: -1000
maxX: 1000
minZ: -1000
maxZ: 1000
commandCooldown: 30000 # Cooldown period in milliseconds (e.g., 30000 ms = 30 seconds)