NottGGWave v1.0.1
Plugin de Minecraft para Paper/Spigot 1.20.4 que gestiona GG Waves con recompensas personalizables y efectos visuales dinámicos.
Features
- Simple Commands: `/nottggwave start` and `/nottggwave reload`
- Rotating GG Formats: Infinite color gradients that cycle automatically
- Configurable Duration: Set how long the wave lasts
- Optional Effects: Sounds, particles, and customizable rewards
- Unlimited Participation: Players can write GG multiple times
- Unique Rewards: Only first participation gives rewards
Installation
- Download the JAR file
- Place in your server's `plugins/` folder
- Restart or reload the server
- Configure `plugins/NottGGWave/config.yml`
Commands
- /nottggwave start - Start a new GG Wave
- /nottggwave reload - Reload configuration
Permissions
- nottggwave.admin - Manage GG Waves
- nottggwave.use - Participate in GG Waves
Requirements
- Minecraft Paper/Spigot 1.20.4
- Java 17 or higher
![[IMG]](//proxy.spigotmc.org/cd14ca5feb0d36eb0af18eb9b30536c12a9c145c/68747470733a2f2f7777772e70686f746f2d7069636b2e636f6d2f6f6e6c696e652f47624d78366c53572e6c696e6b)
Configuration
Basic Settings
Code (YAML):
ggwave
:
# Duration of GG Wave in seconds
duration
: 10
# Message sent when GG Wave starts (MiniMessage supported)
start-message
:
"<green>GG Wave has begun, type GG in the chat to win rewards!"
# Sound played when GG Wave starts (leave blank to disable)
start-sound
:
"item.goat.horn.sound.0"
# ITEM_GOAT_HORN_SOUND_0
start-sound-volume
: 1.0
start-sound-pitch
: 1.0
Code (YAML):
# Messages cycle through these beautiful gradients automatically
gg-formats
:
-
"<gradient:#FF4E4E:blue><b>%player_name% » <u><i>¡¡GG!!</gradient>"
-
"<gradient:#FFA234:dark_purple><b>%player_name% » <u><i>¡GGG!</gradient>"
-
"<gradient:#FFF962:light_purple><b>%player_name% » <u><i>¡¡¡GG!!!</gradient>"
-
"<gradient:#6DFF48:aqua><b>%player_name% » <u><i>¡GGG!</gradient>"
-
"<gradient:#13FFF1:green><b>%player_name% » <u><i>¡¡GG!!</gradient>"
-
"<gradient:#FF65D3:yellow><b>%player_name% » <u><i>¡¡GGG!!</gradient>"
-
"<gradient:#D250FF:gold><b>%player_name% » <u><i>¡¡GG!!</gradient>"
-
"<gradient:#3C4FFF:red><b>%player_name% » <u><i>¡GGG!</gradient>"
Code (YAML):
# Effects for first participation only
effects
:
# Sound playing (leave blank to disable)
sound
:
"entity.player.levelup"
# Sound volume (0.0 a 1.0)
sound-volume
: 1.0
# Sound pitch (0.5 a 2.0)
sound-pitch
: 1.0
# Particles that appear (leave blank to disable)
particle
:
"VILLAGER_HAPPY"
# Number of particles
particle-count
: 10
# Personalised message for the player (leave blank to disable)
player-message
:
""
Code (YAML):
# Custom reward commands (first GG only)
rewards
:
# Use %player_name% as a variable for the player's name.
commands
:
-
"give %player_name% minecraft:diamond 1"
Inspired by DrakoWave - Complete rewrite with enhanced features
