Rtp Plugin 1vs1 in a random spot
Features
config.yml
# RTPQueue Configuration
# in what world you your 2 player are getting rtpt
default_world: world
messages:
join_queue: "&aYou have joined the RTP queue."
leave_queue: "&cYou have left the RTP queue."
config_reloaded: "&eConfiguration reloaded."
teleport_success: "&6Teleported successfully."
action_bar_join_message: '&a&lRTPQUEUE #1'
action_bar_leave_message: '&cYou have left the RTP queue.'
teleport:
max_attempts: 5
min_x: -1000
max_x: 1000
min_z: -1000
max_z: 1000
# List of block materials considered safe for teleportation
safe_location_checks:
- GRASS_BLOCK
- DIRT
- STONE
- COBBLESTONE
Discord: snowymowyy
Features
- Join and Leave RTP Queue:
- Players can join or leave the RTP queue using the /rtpqueue command.
- Configurable Action-Bar Messages:
- Action-bar messages for joining and leaving the queue, as well as successful teleportation, can be customized in the configuration file.
- Random Teleport for Queue Members:
- When there are enough players in the queue (currently set to 2), two random players are selected from the queue and teleported to a common random location.
- Automatic Configuration Reloading:
- The configuration of the plugin can be reloaded using the /rtpreload command, requiring the rtpqueue.reload permission, without the need to restart the server.
- Configurable Teleport Parameters:
- Parameters for random teleport, such as Min/Max X, Min/Max Z, number of attempts, safe location checks, and material tests, can be configured in the configuration file.
- Dynamic Selection of Default World Name:
- The default world name used when none is specified in the configuration can be configured.
config.yml
# RTPQueue Configuration
# in what world you your 2 player are getting rtpt
default_world: world
messages:
join_queue: "&aYou have joined the RTP queue."
leave_queue: "&cYou have left the RTP queue."
config_reloaded: "&eConfiguration reloaded."
teleport_success: "&6Teleported successfully."
action_bar_join_message: '&a&lRTPQUEUE #1'

action_bar_leave_message: '&cYou have left the RTP queue.'
teleport:
max_attempts: 5
min_x: -1000
max_x: 1000
min_z: -1000
max_z: 1000
# List of block materials considered safe for teleportation
safe_location_checks:
- GRASS_BLOCK
- DIRT
- STONE
- COBBLESTONE
Discord: snowymowyy