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.
[*]✅ Easy to use and lightweight.
+ /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
+ 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
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
# %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!"
# 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"