UHC Meetup 1.17 icon

UHC Meetup 1.17 -----

UHC Meetup Plugin for minecraft 1.17



Features
  • UHC Meetups Automatics
  • Customizable messages, config, scoreboard and kits
  • Vote Scenarios system
  • Stats system
  • Random Kits
Commands
  • /vote: Open the Vote GUI
  • /stats <player>: Open the Stats GUI
  • /topstats: Open the TopStats GUI
  • /uhcmeetup reload: Reload all configs
  • /uhcmeetup setlobby: Sets the spawn
  • /forcestart: Starts a Meetup
Permissions:
  • meetup.admin
  • meetup.vote
  • meetup.forcestart
Configs
Code (YAML):
lobby:
  name
: "lobby"
meetup-world
: "meetup"

vote-system
:
  # Enables the voting system for scenarios.
  scenario-system
: true
  # Adds the scenarios that can be voted on by name (exactly as they appear in /scenario).
  scenarios-to-vote
:
   - "AbsortionLess"
    - "BloodHunter"
    - "BowLess"
    - "CobwebLess"
    - "FastGetaway"
    - "GappleRoulette"
    - "GraveRobbers"
    - "KillEffect"
    - "TimeBomb"
    - "WebCage"
    - "HeavyPockets"

# Scenarios that will be enabled every time the server starts.
default-scenarios-enabled
:
 - "NoClean"
  - "GoldenRetriever"
seed-list
:
 - 11071079617937
  - -632446011456927
  - 144845014575172
  - -271973583926241
  - 828786898008397
  - 912216414204313
  - 149829148888427
  - 706625171064917
  - 471484538450128

worldborder-size
: 400
worldborder-time
: 160
players-to-start
: 5
countdown-time
: 60
# Restart the server at the end of the Meetup
finish-restart
: true
restart-countdown
: 20
shield-break-sound
: true
scenarios-gui
:
  scenarios-name
: "&b%name%"
noclean-time
: 30

Code (YAML):
# You can change/add items, enchantments and probabilities to your liking by following the format.
kits
:
  armor
:
    helmets
:
      1
:
        item
: "IRON_HELMET"
        enchants
: "PROTECTION_ENVIRONMENTAL-3"
      2
:
        item
: "IRON_HELMET"
        enchants
: "PROTECTION_ENVIRONMENTAL-4"
      3
:
        item
: "DIAMOND_HELMET"
        enchants
: "PROTECTION_ENVIRONMENTAL-1"
      4
:
        item
: "DIAMOND_HELMET"
        enchants
: "PROTECTION_ENVIRONMENTAL-2"
      5
:
        item
: "IRON_HELMET"
        enchants
: "PROTECTION_ENVIRONMENTAL-2"
    chestplates
:
      1
:
        item
: "IRON_CHESTPLATE"
        enchants
: "PROTECTION_ENVIRONMENTAL-3"
      2
:
        item
: "IRON_CHESTPLATE"
        enchants
: "PROTECTION_ENVIRONMENTAL-4"
      3
:
        item
: "IRON_CHESTPLATE"
        enchants
: "PROTECTION_ENVIRONMENTAL-2"
      4
:
        item
: "DIAMOND_CHESTPLATE"
        enchants
: "PROTECTION_ENVIRONMENTAL-1"
      5
:
        item
: "DIAMOND_CHESTPLATE"
        enchants
: "PROTECTION_ENVIRONMENTAL-2"
    leggings
:
      1
:
        item
: "IRON_LEGGINGS"
        enchants
: "PROTECTION_ENVIRONMENTAL-3"
      2
:
        item
: "IRON_LEGGINGS"
        enchants
: "PROTECTION_ENVIRONMENTAL-4"
      3
:
        item
: "IRON_LEGGINGS"
        enchants
: "PROTECTION_ENVIRONMENTAL-2"
      4
:
        item
: "DIAMOND_LEGGINGS"
        enchants
: "PROTECTION_ENVIRONMENTAL-1"
      5
:
        item
: "DIAMOND_LEGGINGS"
        enchants
: "PROTECTION_ENVIRONMENTAL-2"
    boots
:
      1
:
        item
: "IRON_BOOTS"
        enchants
: "PROTECTION_ENVIRONMENTAL-3"
      2
:
        item
: "IRON_BOOTS"
        enchants
: "PROTECTION_ENVIRONMENTAL-4"
      3
:
        item
: "IRON_BOOTS"
        enchants
: "PROTECTION_ENVIRONMENTAL-2"
      4
:
        item
: "DIAMOND_BOOTS"
        enchants
: "PROTECTION_ENVIRONMENTAL-1"
      5
:
        item
: "DIAMOND_BOOTS"
        enchants
: "PROTECTION_ENVIRONMENTAL-2"

  weapons
:
    swords
:
      1
:
        item
: "IRON_SWORD"
        enchants
: "DAMAGE_ALL-2;FIRE_ASPECT-1"
      2
:
        item
: "IRON_SWORD"
        enchants
: "DAMAGE_ALL-3"
      3
:
        item
: "IRON_SWORD"
        enchants
: "DAMAGE_ALL-4"
      4
:
        item
: "DIAMOND_SWORD"
        enchants
: "FIRE_ASPECT-1"
      5
:
        item
: "DIAMOND_SWORD"
        enchants
: "DAMAGE_ALL-1"
      6
:
        item
: "DIAMOND_SWORD"
        enchants
: "DAMAGE_ALL-2"
    axe
:
      1
:
        item
: "IRON_AXE"
        enchants
: "none"
      2
:
        item
: "IRON_AXE"
        enchants
: "DAMAGE_ALL-1"
      3
:
        item
: "IRON_AXE"
        enchants
: "none"
      4
:
        item
: "DIAMOND_AXE"
        enchants
: "DAMAGE_ALL-1"
      5
:
        item
: "DIAMOND_AXE"
        enchants
: "none"
    bow
:
      item
: "BOW"
      1
:
        enchants
: "ARROW_FIRE-1"
      2
:
        enchants
: "ARROW_DAMAGE-1"
      3
:
        enchants
: "ARROW_DAMAGE-2"
      4
:
        enchants
: "ARROW_DAMAGE-1"
      arrows
:
        min
: 16
        max
: 32
  healing
:
    golden-apples
:
      min
: 4
      max
: 10
    golden-heads
:
      min
: 1
      max
: 4
  cobwebs
:
    chance
: 40
    min
: 4
    max
: 16
  potions
:
    fire-resistance-chance
: 10
    speed-chance
: 10
    poison-chance
: 5
  miscellaneous
:
    1
:
      item
: "TRIDENT"
      enchants
: "LOYALTY-1"
    2
:
      item
: "CROSSBOW"
      enchants
: "PIERCING-1"
  books
: 3
  xpbottles
: 32

Code (YAML):
prefix : "&9&lMeetup&8» &f"
border-prefix
: "&bBorder»&9 "

win-solo
: "&9%player% &fhas woon the game with &b%kills% &fkills!"
vote-scen
: "You voted the Scenario: &9%scenario%"
vote-gui-title
: "VoteScenarios"
countdown-msg
: "&9The Meetup starts in &b%time% &9seconds"
vote-msg
: "&9You can vote for a &bscenario &9using &b/vote!."
vote-end
: "&9The most voted Scenario was &b%scenario% &9with &b%votes% &9votes."
border-actionbar
: "%prefix% %size%"
border-shrink-one-minute
: "&9The &bWorldBorder &9is shrinking in 1 &bminute."
border-shrink
: "&9The &bWorldBorder &9is &bshrinking."
arrow-damage
: "&b%player% &9has %color%%hearts%&c❤"
player-join
: "&8(&a+&8) &b%player%"
player-quit
: "&8(&c-&8) &b%player%"
kt-msg
: "&8- &9%player%: &b%kills%"
noclean
: "You are currently &9invulnerable&7 for &b%time% &fseconds."
server-restart
: "Server restarting in &c%time% &9seconds"

Code (YAML):
scoreboard:
  tab-health
: true
  name-health
: true
  title
: "&9&lMeetup"
  lobby
:
    - "&7Players
: &8(&b%meetup_online%&8/&b%meetup_players_to_start%&8)"
    - ""
    - "&7Scenarios
: &b%meetup_scenarios%"
    - ""
    - "&7yourip.net"
  starting
:
    - "&7Players
: &b%meetup_online%"
    - ""
    - "&7Start in
: &b%meetup_countdown%"
    - ""
    - "&7yourip.net"
  started
:
    - "&7Time Elapsed
: &b%meetup_timeelapsed%"
    - "&7Border
: &b%meetup_border%"
    - ""
    - "&7Players Alive
: &b%meetup_playersalive%"
    - "&7Kills
: &b%meetup_kills%"
    - ""
    - "&7Spectators
: &b%meetup_spectators%"
    - ""
    - "&7yourip.net"
  finalized
:
    - "&7Time Elapsed
: &b%meetup_timeelapsed%"
    - "&7Winner
: &b%meetup_winner%"
    - ""
    - "&7yourip.net"

PlaceholderAPI support
Code (Text):
%meetup_border%: The size of the border.
%meetup_players_to_start%: Number of people needed to start.
%meetup_spectators%: Number of spectators
%meetup_timeelapsed%: Total time played.
%meetup_playersalive%: Live players.
%meetup_kills%: Player kills.
%meetup_online%: Players online
%meetup_countdown%: The waiting time to start.
%meetup_scenarios%: Shows the activated scenarios.
%meetup_winner%: Shows the winner of the meetup.

Discord:
Report Bugs:
Here




Resource Information
Author:
----------
Total Downloads: 255
First Release: Jan 17, 2023
Last Update: Jul 27, 2023
Category: ---------------
All-Time Rating:
1 ratings
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings