[⛄] RNAUTA - [ "THE ETERNAUTE"] - ARGENTINA icon

[⛄] RNAUTA - [ "THE ETERNAUTE"] - ARGENTINA -----

This is a plugin minigame to play with toxic snow and masks like eternaute



[​IMG]

RNAUTA introduces a unique survival challenge that adds a toxic snow inspired by El Eternauta. Players exposed to the toxic snow receive progressive harmful effects unless they wear a protective carved pumpkin mask. The masks have durability and limited duration, providing protection against the deadly environment.

During toxic snowfall, players exposed to the deadly weather will begin to suffer escalating negative effects — from poisoning to blindness, slowing, and even lethal damage — unless they wear a special protective mask.

This plugin is perfect for survival servers, post-apocalyptic themes, or seasonal events like winter apocalypses.

DEPENDENCY PLACEHOLDERAPI REQUIRED
[​IMG]


[*]⚠️ Toxic snow system toggleable by command

[*]⚠️ Progressive harmful effects when exposed (Poison → Blindness → Slowness → Damage)

[*]⚠️ Two types of masks: Basic and Advanced, with customizable duration and usage time

[*]⏳ Real-time mask durability based on seconds of use

[*]✅ Fully configurable behavior and effects in config.yml

[*]✅ Editable mask names, lore, and all messages in messages.yml

[*]️✅ Easy command system with permission support

[*]✅ Effect only triggers when standing in rain/snow — realistic and immersive

[*]✅ Players can communicate using radio frequencies:
/hz <number> to set a channel, /radio <message> to speak in that channel

====== [ UPDATE 2.4 CLAN SYSTEM ] ======

[*]✅ Create, delete, and manage clans with commands

[*]✅ Store clan data in clans.yml

[*]✅ Ally support between clans

[*]✅ PlaceholderAPI support for:

[*]✅ Custom chat format

[*]✅ Easy to use and lightweight. [​IMG]
+ /rnauta snow on/off - Enable or disable the toxic snow event

+ /rnauta help - Show plugin command help

+ /rnauta give mask <player> <basic/advanced> <amount> - Gives to the player an snow mask

+ /radio <message> - say a message in the radio

+ /hz <freq 1-99999> - select an channel

+ /clan create <name> - create a clan

+ /clan join <name> - join a clan

+ /clan leave - leave clan

+ /clan invite <player> - invite player to clan

+ /clan kick <player> - kick player in clan

+ /clan ally <clan name> - ally with clan

+ /clan info - clan information

+ /clan disband - delete clan

[​IMG]

+ rnauta.use - Access to basic plugin commands

+ rnauta.snow - Allow toggling toxic snow

+ rnauta.give - Allow giving protective masks

+ rnauta.radio - Allow use commands /hz and /radio

+ clan.use Allow - clan commands

+ clan.admin - Modify clans
[​IMG]

Code (YAML):

#"""""""""""""""""""""""""""""""""""""""""""""""""""""""
# HI THIS IS RORERO, I'M AN ARGENTINIAN THAT MADES THIS
# PLUGIN FOR ANYONE TO PLAY WITH IT, I GONNA UPDATE THE
# PLUGIN, FEEL FREE TO LEAVE A SUGGEST!
#"""""""""""""""""""""""""""""""""""""""""""""""""""""""

#              ALSO THANKS TO (mauxprodan) HE WANTED
#         THIS PLUGIN FOR A SERVER WITH FRIENDS AND LET ME
#                  POST IT FOR ANYONE FOR FREE

#=======================================================
#                    PLACEHOLDERAPI EXPANSIONS

#                  %eternautaclan_name% - Clan Name
#                 %eternautaclan_owner% - Clan Leader
#             %eternautaclan_membercount% - Member Count
#                 %eternautaclan_allies% - Clan Allies
#========================================================
#               UPDATE 2.4 = NEW CLAN SYSTEM
#========================================================

# This is snow particle.
snow-effect-radius
: 5
snow-check-interval
: 100

# Progressive damage when players is out, (touch rain)
progressive-damage
:
  enabled
: true # Let this
  interval
: 1200   # Ticks
  amplifier
: 3   # Poison level
  duration
: 1200   # Ticks duration per kick

# Here you can modify the mask duration
masks
:
  basic
:
    durability
: 25 # Damage kicks
    duration-seconds
: 50 # Seconds before it breaks
  advanced
:
    durability
: 50
    duration-seconds
: 100

# = NEW = CLAN SYSTEM CHAT LISTENER
chat-format
: "&8[&b{clan}&8] &a[{relation}] &7{player}&f: {message}"
 

Code (YAML):

# WELCOME THIS IS MY PLUGIN :D
# HERE YOU CAN SEARCH ANY MESSAGE THAT IS OPEN TO EDIT.

# MESSAGES :D

snow-enabled
: "&bToxic snow has started!"
snow-disabled
: "&cToxic snow has been stopped."
player-not-found
: "&cThat player is not online."
mask-given
: "&aYou have received a Protective Mask. Wear it to stay safe!"

mask-activated
: "&aMask activated. You are protected from the toxic snow."
mask-durability-warning
: "&eYour mask is about to break! (%durability% uses left)"
mask-broken
: "&cYour mask has broken. Be careful!"

# ITEM MASK DISPLAYS
# FEEL FREE TO EDIT ANYTHING

masks
:
  basic
:
    name
: "&aBasic Mask"
    lore
:
     - "&7Basic protection against snow."
      - "&7Durability
: %durability% uses."
      - "&7Duration
: %duration% seconds."
  advanced
:
    name
: "&bAdvanced Mask"
    lore
:
     - "&7Advanced protection against snow."
      - "&7Durability
: %durability% uses."
      - "&7Duration
: %duration% seconds."

# PERMISSIONS MESSAGE
no-permission
: "&cYou don't have permission to use this command."

# RADIO MESSAGES
# THIS HAVE PLACEHOLDERS %player% / %message% / %freq%
no-permission-radio
: "&cYou don't have permission to use this command."
only-players
: "&cOnly players can use this command."
radio-disabled
: "&cThe radio system is disabled."
radio-set
: "&aRadio frequency set to &f%freq%&a."
radio-invalid
: "&cYou must enter a valid frequency (positive integer)."
radio-message
: "&8[&7Frequency &e%freq%&8] &7%player%&f: %message%"
radio-no-frequency
: "&cYou must first set your frequency with /hz <number>."
radio-given
: "&a¡Has recibido la radio portátil!"

# CLAN SYSTEM UPDATE 2.4

only_players
: "&cOnly players can use this command."
not_in_clan
: "&cYou are not in any clan."
not_leader
: "&cOnly the leader can do this."
usage_kick
: "&cUse /clan kick <player>"
cannot_kick_leader
: "&cYou cannot kick the leader."
player_not_found
: "&cPlayer not found or is not online."
player_kicked
: "&aPlayer successfully kicked."
kicked_from_clan
: "&cYou have been kicked from clan {clan}."

# ALLYS
usage_ally
: "&cUsage: /clan ally <clanname>"
clan_not_found
: "&cClan not found."
cannot_ally_self
: "&cYou cannot ally with your own clan."
already_allied
: "&cYou are already allied with that clan."
ally_formed
: "&aAlliance formed with {clan}!"
ally_accepted
: "&aClan {clan} has accepted your alliance!"
ally_request_sent
: "&aAlliance request sent to {clan}."

# MANAGE CLAN
usage_create
: "&cUse /clan create <name>"
already_in_clan
: "&cYou are already in a clan."
clan_exists
: "&cA clan with that name already exists."
clan_created
: "&aClan &e{clan} &acreated successfully."
usage_invite
: "&cUse /clan invite <player>"
invite_sent
: "&aInvitation sent to {player}."
invited_to_clan
: "&aYou have been invited to clan {clan}. Use /clan join to join."
no_invitation
: "&cYou have no pending invitations."
joined_clan
: "&aYou have joined clan {clan}."
clan_left
: "&aYou have left clan {clan}."
clan_disbanded
: "&aClan {clan} disbanded."

# CLAN INFORMATION
clan_info_header
: "&6--- Clan {clan} information ---"
clan_info_leader
: "&eLeader: &f{leader}"
clan_info_members
: "&eMembers:"
clan_info_member
: "- &f{member}"

# UNKNOWN COMMAND
unknown_command
: "&cUnknown command. Use /rnauta help"

# USAGE COMMANDS

help_create
: "§a/clan create <name>"
help_invite
: "§a/clan invite <player>"
help_join
: "§a/clan join"
help_kick
: "§a/clan kick <player>"
help_info
: "§a/clan info"
help_leave
: "§a/clan leave"
help_disband
: "§a/clan disband"

Code (YAML):

clans
:
  Warriors
:
    owner
: Steve
    members
: [Steve, Alex ]
    ally
: Guardians

[​IMG]




[​IMG]

(Simple)
1. Download latest version of this plugin
2. Put this plugin in your plugin server folder
3. Now start your server.

( Setup )
Now put /rnauta snow on, and then /weather rain.

[EXTRA]
Click here to download the mask texture pack

============================================

❤️ Credits
Developed with love by rorero.
Open to suggestions, improvements, and community feedback.

============================================

Need Support?
Join our Discord Support Server for help, suggestions, or bug reports.
Resource Information
Author:
----------
Total Downloads: 67
First Release: Jul 22, 2025
Last Update: Aug 3, 2025
Category: ---------------
All-Time Rating:
0 ratings
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings