SMPEvents (SMPE) 图标

SMPEvents (SMPE)

作者:rebot | 分类:模组

价格:0 墨喵币 下载量:0 点赞:0 版本 2.0-3
本资源为搬运资源,原资源地址: https://modrinth.com/mod/smpe
资源信息

Minecraft 版本: 1.21.11 26.1 26.1.1 26.1.2 26.2

平台: folia paper purpur

标签: adventure minigame social

资源介绍

SMPE

What it does

The plugin randomly starts 'Events', in which players can compete against each other to complete a certain challenge. By default, most events are free to play, but some require an entry cost to join. The winner will then receive the combined entry cost of all players as a price.

Events

To win, a player has to complete a randomly picked challenge as fast as possible:

  • Advancement: Players have to get X advancement
  • Biome: Players have to enter X biome
  • Effect: Players have to get X effect
  • Item: Players have to get X item
  • KillMob: Players have to kill X mob
  • KillPet: Players have to kill a pet
  • PlaceBlockAt: Players have to place a block at X coordinates
  • PlaceBlockAtIn: Players have to place a block at X coordinates in X dimension
  • StructureEvent: Players have to enter X structure
  • WinRaid: Players have win a raid

Other Features

  • Admin command allowing for starting and stopping events with /smpe start/stop [EVENTNUMBER]
  • Voteskipping events with /smpe voteskip
  • Leaving events with /smpe leave
  • Listing all running events with /smpe list
  • Very overcomplicated entry cost selection system
  • Basically 100% customization over every message the plugin sends
  • A powerful config
Config ```YAML # ███████╗███╗ ███╗██████╗ ███████╗ ██████╗ ██████╗ ███╗ ██╗███████╗██╗ ██████╗ # ██╔════╝████╗ ████║██╔══██╗██╔════╝ ██╔════╝██╔═══██╗████╗ ██║██╔════╝██║██╔════╝ # ███████╗██╔████╔██║██████╔╝█████╗ ██║ ██║ ██║██╔██╗ ██║█████╗ ██║██║ ███╗ # ╚════██║██║╚██╔╝██║██╔═══╝ ██╔══╝ ██║ ██║ ██║██║╚██╗██║██╔══╝ ██║██║ ██║ # ███████║██║ ╚═╝ ██║██║ ███████╗ ╚██████╗╚██████╔╝██║ ╚████║██║ ██║╚██████╔╝ # ╚══════╝╚═╝ ╚═╝╚═╝ ╚══════╝ ╚═════╝ ╚═════╝ ╚═╝ ╚═══╝╚═╝ ╚═╝ ╚═════╝ # Info: Setting values that don't make sense might break the plugins' functionality. # If this happens, it's not a huge problem. You can either reset the config by deleting its file, or find the default value in the # 'config' section of this plugins GitHub & Modrinth websites. # I recommend leaving most stuff as is, but you may consider taking a look at the 'entrycost' section, as you might # consider changing it to fit your players play-style start_chance_denominator: 24000 # Fancy wording for: in each tick, there is a 1 in ... chance of a random event starting # Default is 24000, so an event will on average start every 20 minutes random_start_multiple_events: false # Allows for multiple events to be overlapping with random starting. start_time: 121 # Time it takes for an event to start. notify_times: [1,2,3,4,5,10,20,30] # List of specific times when to send a join message multiples_of: 30 # Always sends a notification if the time is a multiple of this number; 0=none timeskip_percent: 80 # % of online players that have to be in the event for it's time to skip to 5s min_players: 2 voteskip_percent: 75 console_logging: false autoupdater: true # Only notifies about updates, doesn't perform them # If you want all events to be free, set all weights except 'none' to 0 entrycost: none: weight: 10 item: weight: 6 material_values: # How it works: The player progress on the server gets rated from 0-1024 (±30% random variation)(/smpe sprogress). The progress is based on type of armor and toolset # Then, an item gets randomly chosen from this list. The progress gets divided by the item value, leading to the amount of items chosen # Example: Everyone has netherite armor and tools (progress = 1024 ±30% -> progress = 870). Wind charge with value of 16 gets chosen -> 870/16 = 54 [Wind charges] - diamond: 60 - iron_ingot: 30 - wind_charge: 16 - gold_ingot: 16 - redstone: 12 - copper_ingot: 10 - lapis_lazuli: 10 - dirt: 2 xp: weight: 1 # How it works: In the end, the average (average with small bias to the poor people) is divided by a random value between those two numbers divisor_min: 2 divisor_max: 10 events: advancementEvent: weight: 7 fireworks_disabled: false biomeEvent: weight: 7 fireworks_disabled: false effectEvent: weight: 5 fireworks_disabled: false itemEvent: weight: 12 fireworks_disabled: false killMobEvent: weight: 6 fireworks_disabled: false killPetEvent: weight: 1 fireworks_disabled: false placeBlockAtEvent: radius: 3000 # Max random radius around the center position of all players weight: 6 fireworks_disabled: true placeBlockAtInEvent: radius: 3000 weight: 6 fireworks_disabled: true structureEvent: weight: 6 fireworks_disabled: false winRaidEvent: weight: 1 fireworks_disabled: false ``` Language Config ```YAML # This file mostly supports the MiniMessage format # https://webui.advntr.dev for online creator, https://docs.papermc.io/adventure/minimessage/format/ for doc # Use /smpe echo TEXT to test in game # Variables are usually indicated by a '%' at the start and end # Most Variables are hardcoded by the plugin, but some are mapped at the end of the file # Variables starting or ending with '_' will have their values have added a ' ' at the start/end if the value is not empty command_feedback: stop_all: "%p%aAll Events were stopped." stop_single: "%p%aEvent %EVENT_NUMBER% was stopped." error: usage: "%p%NO%%eUsage: /smpe [join | leave | voteskip | list] " usage_join: "%p%NO%%eUsage: /smpe join [EVENTNUMBER] %EventListInteraction%" usage_stop: "%p%NO%%eUsage: /smpe stop [EVENTNUMBER] %EventListInteraction%" not_a_player: "%p%eYou have to be a player to perform this command." no_permission: "%p%NO%%eYou do not have the permission to perform this command" not_in_event: "%p%NO%%eYou are not in an event." event_out_of_range: "%p%NO%%eThe event does not exist" event_already_running: "%p%NO%%eThe event you are trying to join is already running" fireworks_disabled: "%p%NO%%eFireworks are disabled during the current event" info: list: "%pThere are currently %AMOUNT% Event(s) running: %LIST%" pregame: not_joined: "%pAn Event is starting in %CLOCK%%TIME%! %JoinInteraction%%_ENTRYCOST_FORMATTED%" joined: "%pThe Event is starting in %CLOCK%%TIME%! %LeaveInteraction%" join: "%p%YES%%PH% %PLAYER% joined Event %EVENT_NUMBER%!" join_already_joined: "%p%NO%%eYou are already in this Event!" join_already_joined_other: "%p%NO%%eYou are already in Event %OTHER_EVENT_NUMBER%. Leave it to join Event %EVENT_NUMBER%" join_no_entry_cost: "%p%NO%%eThis Event requires %ENTRYCOST_RAW% to join. ?" actionbar: "%p%YES%You are in the Event. Starting in %CLOCK%%TIME% (%STEVE%ₓ%PLAYERCOUNT_LOWER%)" start: not_enough_players: "%p%NO%There were not enough players to start the event" started_not_participating: "%p%iThe Event has started without you participating" started_participating: "%p%YES%The Event has started! Your goal is to %EVENT_GOAL% as fast as possible. %VoteskipInteraction%%_NOTICE%" goals: # Special variables: # %SOMEATTRIBUTE% - Formatted version of the goals attribute e.g. %ITEM% # %SOMEATTRIBUTE_RAW% - Raw version of the goals attribute # %TR_KEY% - Translation key for the event goals attribute. common usage: # Note that translation keys change based on the players selected language, but that %SOMEATTRIBUTE% also may not be what the attribute is called in English advancementEvent: "get the advancement '>" biomeEvent: "%BOOTS%enter the biome " effectEvent: "obtain the potion effect %EFFECT_ICON%" itemEvent: "get the item %ITEM_ICON%" killMobEvent: "%SWORD%kill the mob " killPetEvent: "%SWORD%kill any pet" placeBlockAtEvent: "place a block at %LOCATION%" placeBlockAtInEvent: "place a block at %LOCATION% in %WORLD_ICON%%WORLD%" structureEvent: "%STRUCTURE_BLOCK%enter the structure %STRUCTURE%" winRaidEvent: "win a raid" notice: advancementEvent: "?" biomeEvent: "" effectEvent: "" itemEvent: "" killMobEvent: "" killPetEvent: "?" placeBlockAtEvent: "" placeBlockAtInEvent: "" structureEvent: "" winRaidEvent: "" main: leave: "%p%NO%%PH% %PLAYER% left the event!" voteskip_already_done: "%p%NO%%eYou have already voted for skipping this event" voteskip_before_start: "%p%NO%%eYou cannot vote to skip before the start" voteskip: "%p%PH% %PLAYER% voted for skipping this event (%VOTESKIPPER_AMOUNT%/%VOTESKIPPERS_REQUIRED%)" actionbar: "%CLOCK%%TIME% - %ACTIONBAR_GOAL%" actionbar_goal: advancementEvent: "Get the advancement: " biomeEvent: "%BOOTS%Enter the biome: " effectEvent: "Obtain the effect: %EFFECT_ICON%" itemEvent: "Get the item: %ITEM_ICON%" killMobEvent: "%SWORD%Kill the mob: " killPetEvent: "%SWORD%Kill a pet" placeBlockAtEvent: "Place a block at: %LOCATION%" placeBlockAtInEvent: "Place a block at: %LOCATION% in %WORLD_ICON%%WORLD%" structureEvent: "%STRUCTURE_BLOCK%Enter the structure: %STRUCTURE%" winRaidEvent: "Win a raid" end: winner: "%p%YES%%PH% %PLAYER% won the event!" voteskipped: "%p%NO%The event was voteskipped!" cancel: "%p%NO%The event was cancelled!" actionbar: "" title_winner: "%p%PH% %PLAYER% won the event!" console: # MiniMessage not supported in the console join: "%p%PLAYER% has joined event %EVENT_NUMBER%." leave: "%p%PLAYER% has left event %EVENT_NUMBER%." start: "%pEvent %EVENT_NUMBER% has started." end: "%pEvent %EVENT_NUMBER% has ended for reason: %MESSAGE%" updater: updateCheckFailed: "%pFailed to check fetch updates for SMPE" console_updateAvailable: "%pThere is a new update for SMPE available! (%CURRENT% -> %NEW%) Download: https://modrinth.com/plugin/smpe/version/%NEW%" player_updateAvailable: "%p%aThere is a new update available for SMPE! (%CURRENT% -> %NEW%) [DOWNLOAD]" # Map custom Variables to Strings custom: "%p": "" #Preset for all chat messages; empty by default "%PH%": "" #Display the player head icon "%CLOCK%": "" "%STEVE%": "" "%SWORD%": "" "%BOOTS%": "" "%STRUCTURE_BLOCK%": "" "%YES%": "" "%NO%": "" "%EventListInteraction%": "ₗᵢₛₜ ₑᵥₑₙₜₛ" "%LeaveInteraction%": "ₗₑₐᵥₑ" "%JoinInteraction%": "ⱼₒᵢₙ" "%VoteskipInteraction%": "ᵥₒₜₑₛₖᵢₚ" #============================================= #========= Customise the colors here ========= #============================================= "%a": "" # Feedback for admin commands "%e": "" # Color for errors "%i": "" # Color for irrelevant information ```

Links

下载太慢?试试 墨喵加速站,支持 Modrinth 和外网直链高速下载! 用的人越多,下载的越快!
下载与版本
评论(0)
登录 后发表评论。

暂无评论,抢个沙发吧~

举报此资源

请登录后举报

🔥 相关推荐
HitPings

价格:0 墨喵币
下载量:0

查看详情
Blue Enchantment Glint

价格:0 墨喵币
下载量:0

查看详情
Village Map on Start

价格:0 墨喵币
下载量:0

查看详情
Ant's Weaponry

价格:0 墨喵币
下载量:0

查看详情