Marketplace/Gameplay/Rxtuno -1619-v2

Rxtuno -1619-v2

minecraftFreev1.0.0

Description

CRITICAL FIX (Keep response concise):
Fix 3 fatal bugs in your Java code for "RXT-UltimateUno":

1. MISSING TEXTURES: You forgot CMD. When creating ANY card (GUI, Boss drops, recipes), you MUST set:
`meta.setCustomModelData(getConfig().getInt("cards." + cardKey + ".cmd"));`

2. SELF-DAMAGE BUG: AoE powers hit the caster! Inside EVERY `getNearbyEntities` loop, add this EXACT line first:
`if (entity.getUniqueId().equals(player.getUniqueId())) continue;`

3. DEAD COMMANDS: Register `rxtuno`, `boss`, `uno` in plugin.yml. In `onEnable()`, use `getCommand("...").setExecutor(this);`.
Implement these exact sub-commands in Java:
- /rxtuno (Admin GUI)
- /rxtuno giveall (Give 14 cards)
- /rxtuno reload
- /boss egg (Give Void Guardian egg)
- /uno recipes (View craft GUI)
- /uno stats (View data.yml stats)
- /uno top (Leaderboard)
- /uno recipe edit <id> (3x3 Edit GUI)

Provide the fully fixed Java code and plugin.yml. Do not skip any commands.

Reviews (0)

No reviews yet

Be the first to leave a review!

RF FAHIM

Seller

RF FAHIM

0

downloads

Versionv1.0.0
Platformminecraft
Typespigot
Minecraft VersionMC 1.21
CategoryMinecraft Plugins > Gameplay
Published on29/04/2026
Last update29/04/2026
Free