{"id":23103890,"url":"https://github.com/pinozenth/elitebossevent","last_synced_at":"2025-04-03T21:44:52.067Z","repository":{"id":250480628,"uuid":"834583476","full_name":"PinozenTH/EliteBossEvent","owner":"PinozenTH","description":"Minecraft plugin that enhances gameplay by introducing a timed event where a random mob is summoned near a random player every X minutes","archived":false,"fork":false,"pushed_at":"2024-11-03T12:42:35.000Z","size":75,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-09T09:44:07.163Z","etag":null,"topics":["minecraft","minecraft-plugin"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"cc0-1.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/PinozenTH.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-07-27T17:58:01.000Z","updated_at":"2024-11-03T12:40:42.000Z","dependencies_parsed_at":"2024-11-03T13:26:33.854Z","dependency_job_id":"2009d3ba-585c-4fa8-8142-12b3c08280ed","html_url":"https://github.com/PinozenTH/EliteBossEvent","commit_stats":null,"previous_names":["pinozenth/elitebossevent"],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PinozenTH%2FEliteBossEvent","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PinozenTH%2FEliteBossEvent/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PinozenTH%2FEliteBossEvent/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PinozenTH%2FEliteBossEvent/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/PinozenTH","download_url":"https://codeload.github.com/PinozenTH/EliteBossEvent/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247085993,"owners_count":20881158,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["minecraft","minecraft-plugin"],"created_at":"2024-12-17T00:29:40.484Z","updated_at":"2025-04-03T21:44:52.043Z","avatar_url":"https://github.com/PinozenTH.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🙏🏻 NOTE: This plugin has been made by a single developer it's may experience alot of bugs, so please test it before push it on production!\n\n\n# EliteBossEvent\nMinecraft plugin that enhances gameplay by introducing a timed event where a random \\**(vanilla-mob + mythicmob)* is summoned near a random player every X minutes\n\n## Requirements\n\nMinecraft Version 1.20.x+\n\nJava Version 21\n\n[Mythic Mobs](https://mythiccraft.io/index.php?pages/official-mythicmobs-download/\u0026version=5.6.2#google_vignette) need to be install to make it work!\n\n## Optional Dependencies\n\n- Luckperms\n- PlugmanX\n\n## Commands\n\n- /ebe reload *\"Reload Config file\"*\n- /ebe start [optional:now] *\"Start event (now = start event immediately)\"*\n\n## Configurations\n\n### config.yml\n``` yaml\ndebug:\n  # recommended to set this to false if you don't know what you're doing\n  enabled: false\n  # recommended to set event-delay value to 60 or higher for better performance\n  change-delay-to-sec: false\n  # bypass-permission for debug mode\n  bypass-permission: false\n\nlanguage: en-us.yml\n\n# Mythic mobs boss name list\nmythicMob-bosses-name: [\n    \"ExampleBossA\",\n    \"ExampleBossB\",\n    \"ExampleBossC\",\n]\n\n# Normal mythic mobs mob name list\n# Note: if you don't want to include normal mobs, just leave it empty and set include-normal-mobs to true\nmythicMob-mini-boss-name: [\n    \"MythicMiniBossA\",\n    \"MythicMiniBossB\",\n    \"MythicMiniBossC\",\n]\n\n# get entity name from https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/entity/EntityType.html\nvanilla-entity-types: [\n    \"CREEPER\",\n    \"PIGLIN\",\n    \"HOGLIN\",\n    \"WITHER_SKELETON\",\n    \"ZOMBIE\",\n    \"SKELETON\"\n]\n\n# Spawn configuration\nsummon-rules:\n  # [VANILLA, MYTHICMOB, MIXED]\n  mob-type: mixed\n  # Worlds where the boss will be spawn\n  spawn-worlds: [\n      \"world\",\n      \"world_nether\",\n      \"world_the_end\"\n  ]\n  # Radius of the spawn area (default: 5)\n  distance: 5\n  # Minimum players required to start the event (default: 3)\n  min-players: 3\n  # Maximum players allowed to get tick per area (set to 0 for online players size / 2)\n  max-players: 0\n  # Max spawning count per picked player (default: 8)\n  max-mobs-spawn-count-per-player: 8\n  # Max boss spawn count per world (default: 1)\n  max-boss-spawn-count-per-world: 1\n  # Check level requirement (default: false)\n# (WIP) check-level-requirement: false\n  # Level requirement for player when boss is about to spawn (default: 1)\n# (WIP) level-requirement: 1\n  # Check permission requirement (default: false)\n  check-permission-requirement: false\n  # Boss spawn chance (default: 0.1)\n  boss-spawn-chance: 0.1\n  # delay in minutes before the event starts (default: 10)\n  event-delay: 10\n  # what y level for starting pick a player and  spawning mobs (default: 64)\n  Y-level: 64\n  # which block to whitelist for spawning mobs (default: [\"grass_block\"])\n  whitelist-block: [\"grass_block\"]\n```\n\n### lang.yml\n\n``` yaml\n# Plugins\nprefix: \"\u00268[\u00266EliteBossEvent\u00268]\"\nreload: \"EliteBossEvent has been reloaded!\"\nenable: \"EliteBossEvent has been Enabled!\"\ndisable: \"EliteBossEvent has been Disabled!\"\nwarn_low_delay: \"Event delay is less than 1, setting to default value of 10 minutes.\"\n\n# Commands\nno_permission: \"You do not have permission to use this command!\"\ninvalid_command: \"Invalid command!\"\n\n# Elite Boss Event\nelite_event_started: \"Elite Boss Event has started!\"\nelite_event_stopped: \"Elite Boss Event has stopped!\"\nelite_event_starting: \"Mob will be summoned in \u003ccount\u003e seconds!\"\nno_player_ticked: \"No player ticked, mob will not be summoned!\"\nsummon_mob: \"Mob has been summoned!\"\nsummon_notify: \"Mob will be summoned at a certain player \u003ccooldown\u003e seconds!\"\nwarning_player: \"Please avoid a player with a glowing effect!\"\nboss_spawned: \"Boss has been spawned at \u003clocation\u003e\"\nmini_boss_spawned: \"Mini-boss has been spawned at \u003clocation\u003e\"\n\n# Debug Mode\ndebug_mode_enabled: \"Debug mode is enabled!\"\n\n# Mythic Mobs\nhooked_to_mythic_mobs: \"Hooked into MythicMobs!\"\nchecking_provided_mythic_mobs: \"Checking provided MythicMobs...\"\nno_mythic_mobs: \"MythicMobs not found! Disabling plugin...\"\nnot_valid_mythic_mob: \"\u0026c is not a valid MythicMob!\"\nregistered_mythic_mob: \"\u0026a✓ Registered MythicMob: \u0026e\"\nnull_mythic_mob: \"\u0026c is null, make sure that mobs is exist!\"\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpinozenth%2Felitebossevent","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpinozenth%2Felitebossevent","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpinozenth%2Felitebossevent/lists"}