Rytale DoubleJump Plugin
Overview
The Rytale DoubleJump plugin allows players to perform a double jump in Minecraft. This plugin includes features such as customizable double jump power and height, sound effects, particle effects, and a configurable startup message.
Features
1. Double Jump Mechanic:
- Enables players to perform a double jump, providing enhanced mobility.
2. Configurable Jump Power and Height:
- Customize the power and height of the double jump through the configuration file.
3. Particle Effects:
- Choose from a wide range of particle effects to be displayed when a player double jumps.
- Configurable particle trails that follow the player during the jump.
- If the particle type is set to
4. Sound Effects:
- Customize the sound effects that play when a player double jumps.
5. Per-Player Particle Trail:
- Players can toggle their own particle trail on or off.
- If the particle trail type is set to
6. Configurable Messages:
- All messages sent to players are configurable through a
- Supports hex color codes for custom message colors.
Installation
1. Download: Download the plugin JAR file.
2. Place in Plugins Folder: Put the downloaded JAR file into your server's
3. Restart Server: Restart your Minecraft server to load the plugin.
4. Configure Plugin: Edit your
5. Enjoy!: Your plugin is now ready to use.
Configuration
config.yml
The
messages.yml
The
Commands
The plugin provides the following commands:
Permissions
The following permissions control access to plugin commands:
Overview
The Rytale DoubleJump plugin allows players to perform a double jump in Minecraft. This plugin includes features such as customizable double jump power and height, sound effects, particle effects, and a configurable startup message.
Features
1. Double Jump Mechanic:
- Enables players to perform a double jump, providing enhanced mobility.
2. Configurable Jump Power and Height:
- Customize the power and height of the double jump through the configuration file.
3. Particle Effects:
- Choose from a wide range of particle effects to be displayed when a player double jumps.
- Configurable particle trails that follow the player during the jump.
- If the particle type is set to
DUST, the player can change the color if they have the proper permissions.4. Sound Effects:
- Customize the sound effects that play when a player double jumps.
5. Per-Player Particle Trail:
- Players can toggle their own particle trail on or off.
- If the particle trail type is set to
DUST, players can set their own trail color.6. Configurable Messages:
- All messages sent to players are configurable through a
messages.yml file.- Supports hex color codes for custom message colors.
Installation
1. Download: Download the plugin JAR file.
2. Place in Plugins Folder: Put the downloaded JAR file into your server's
plugins directory.3. Restart Server: Restart your Minecraft server to load the plugin.
4. Configure Plugin: Edit your
config.yml and messages.yml to suit your needs, then run /rdj reload.5. Enjoy!: Your plugin is now ready to use.
Configuration
config.yml
The
config.yml file allows you to customize various aspects of the plugin:
YAML:
double_jump_enabled: true
notify_region_disabled: true
enable_double_jump_on_join: true # Enable double jump by default when players join
jump_power: 1.5
jump_height: 1.0
jump_particles: CLOUD
jump_sound: ENTITY_ENDER_DRAGON_FLAP
double_jump_cooldown: 1000 # Cooldown in milliseconds
enable_particle_trail: true # Enable particle trail server-wide
default_particle_trail: true # Default particle trail setting for players
trail_particles: DUST # Particle effect for the trail
trail_interval: 1 # Interval in ticks between particle spawns
default_dust_color: "#9400D3" # Default color for the DUST particle
# Startup message options: fancy, basic, none
startup_message: basic
messages.yml
The
messages.yml file allows you to customize the messages sent by the plugin:
YAML:
only_players: "&#ff0000Only players can use this command!"
config_reloaded: "�ff00Configuration reloaded successfully!"
no_permission: "&#ff0000You do not have permission to use this command!"
double_jump_enabled: "�ff00Double jump enabled!"
double_jump_disabled: "&#ff0000Double jump disabled!"
particle_trail_enabled: "�ff00Particle trail enabled!"
particle_trail_disabled: "&#ff0000Particle trail disabled!"
dust_color_set: "�ff00Dust color set to {color}!"
invalid_color: "&#ff0000Invalid color! Please use a hex color code like #FF00FF."
dust_not_enabled: "&#ff0000Dust particle type is not enabled!"
double_jump_disabled_region: "&#ff0000Double jump is disabled in this region!"
Commands
The plugin provides the following commands:
/rdj reload: Reloads the plugin configuration./rdj toggle: Toggles double jump for the player./rdj particletrail: Toggles the particle trail for the player./rdj setdustcolor <color>: Sets the dust color for particle trails.
Permissions
The following permissions control access to plugin commands:
rdj.reload: Allows reloading the plugin configuration.rdj.toggle: Allows toggling double jump.rdj.particletrail: Allows toggling the particle trail.rdj.setdustcolor: Allows setting the dust color for particle trails.
