Eliminar marry chat y añadir botones clickables para propuestas#1
Open
dev1063 wants to merge 4 commits into
Open
Eliminar marry chat y añadir botones clickables para propuestas#1dev1063 wants to merge 4 commits into
dev1063 wants to merge 4 commits into
Conversation
- Elimina completamente la función marry chat (/marry chat, ChatListener, toggleChat, handleChat, campos chatActive en MarriageData) - Las propuestas ahora muestran botones [✔ Aceptar] y [✗ Rechazar] clickables en el chat usando la API de Adventure (ClickEvent/HoverEvent) - Actualiza MarriageData con constructor simplificado sin parámetros de chat - Limpia PlayerListener, MarryCommand y showStatus de referencias al chat https://claude.ai/code/session_018xHAmj4mCTsiinizeVrzKJ
- /marry <jugador> ahora propone matrimonio directamente sin subcomando - Elimina /marry proponer y /marry home (comando y método goHome) - Tab completion en args[1] sugiere subcomandos + jugadores online - Actualiza ayuda y javadocs https://claude.ai/code/session_018xHAmj4mCTsiinizeVrzKJ
- Elimina sethome, delhome, home, estado: solo existen marry <nick>, aceptar, rechazar, divorcio y tp - Elimina sharedHome de MarriageData y MarriageStorage por completo - Elimina setHome, removeHome, showStatus de MarriageManager - PlayerListener: añade onPlayerJoin para notificar a la pareja cuando el cónyuge se conecta (igual que al desconectarse) - Mensaje de conexión en rosa ❤, desconexión en gris ❤ https://claude.ai/code/session_018xHAmj4mCTsiinizeVrzKJ
- Elimina PlayerListener (mensajes de conexión/desconexión de pareja)
- Añade PlaceholderAPI como softdepend y dependencia en pom.xml
- Crea MarryPlaceholders con dos placeholders:
%marry_pareja% → nombre de la pareja o "Soltero/a"
%marry_estado% → "Activo" si casado, "Inactivo" si no
- Actualiza plugin.yml (softdepend, usage) y config.yml (elimina chat-prefix)
https://claude.ai/code/session_018xHAmj4mCTsiinizeVrzKJ
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
https://claude.ai/code/session_018xHAmj4mCTsiinizeVrzKJ