Skip to content

Commit

Permalink
Fix the multiple times i accidentally committed lem.base code to battle
Browse files Browse the repository at this point in the history
  • Loading branch information
DBTDerpbox committed Jun 5, 2024
1 parent 4539e9d commit 994a155
Show file tree
Hide file tree
Showing 10 changed files with 53 additions and 77 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"icon": {
"id": "minecraft:ghast_spawn_egg",
"components": {
"minecraft:custom_model_data": 2
"minecraft:custom_model_data": 31
}
},
"title": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ execute unless entity @a[tag=ingame,tag=host] run scoreboard players set #Store
#Start check
execute unless entity @a[tag=ingame,tag=host] run function lem.base:host/check/run

##Stop Music
function lem.base:game/music/stop
##Stop Music \\ TODO: Look into if we need this still
#function lem.base:game/music/stop

##Mark mapload functions as needing to run again
scoreboard players set #Store lem.mapinit.mapload 0
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ execute as @a[tag=ingame] at @s run spawnpoint @s ~ ~ ~
kill @e[type=item]

##Start Music
execute unless score #Store lem.recon matches 1 if score #Store lem.initialgame matches 1 run function lem.base:game/music/start
execute unless score #Store lem.recon matches 1 if score #Store lem.initialgame matches 1 run custommaploader battle triggerMusic lem.base:arena

##Run functions for addons
function #lem.base:game/start/run
Expand Down
55 changes: 49 additions & 6 deletions world/datapacks/lem.base/data/lem.base/servertranslator/en_us.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
{
"lem.advancement.config.root.name": "Client Options",
"lem.battle.advancement.config.armorbar.desc": "Don't show armor you are wearing\n\n§6Can be toggled with /trigger armorbar",
"lem.battle.advancement.config.armorbar.name": "Disable ArmorBar",
Expand All @@ -19,6 +19,12 @@
"lem.battle.advancement.config.spawnenchanted.desc": "Allow auto equip to swap armor even if its enchanted\n\n§6Can be toggled with /trigger swapenchanted",
"lem.battle.advancement.config.spawnenchanted.name": "Swap Enchanted Armor",
"lem.advancement.root.name": "Mini Game Achievements",
"lem.advancement.secret.root.name": "Secret Achievements",
"lem.advancement.secret.ghost.desc": "Disable both the Halloween lobby and Halloween battle map during a Halloween event.",
"lem.advancement.secret.ghost.name": "Ghost Buster",
"lem.advancement.secret.mean.desc": "Disable both the Festive lobby and Festive battle map during a Festive event.",
"lem.advancement.secret.mean.name": "You're a mean one...",
"lem.battle.advancement.root.name": "Battle",
"lem.battle.advancement.cupid.desc": "Kill 2 players in a round of a battle mini game using a bow and arrow.",
"lem.battle.advancement.cupid.name": "Cupid",
"lem.battle.advancement.hunger.desc": "Kill a player while you are starving in a Battle mini game.",
Expand All @@ -31,6 +37,8 @@
"lem.battle.advancement.scratch.name": "'Tis but a scratch",
"lem.battle.advancement.student.desc": "Win a battle mini game.",
"lem.battle.advancement.student.name": "The student...",
"lem.tumble.advancement.root.name": "Tumble",
"lem.glide.advancement.root.name": "Glide",
"lem.battle.config.armorbar.disable": "§cDisabled Armor Bar!",
"lem.battle.config.armorbar.enable": "§aEnabled Armor Bar!",
"lem.config.custompack.disable": "§cCustom Pack disabled!",
Expand Down Expand Up @@ -135,6 +143,19 @@
"lem.mapdecider.menu.hosts": "Hosts Only",
"lem.mapdecider.menu.gameoptions": "Game Options",
"lem.mapdecider.menu.transferhost": "Transfer Host",
"lem.mapdecider.menu.missing": "404\nPage not found",
"lem.mapdecider.menu.voting.typelist": "Available types: %s",
"lem.mapdecider.menu.voting.pack": "Texture pack: %s",
"lem.mapdecider.menu.mapsettings" : "Map Settings",
"lem.mapdecider.menu.requiredpacks" : "Required Packs",
"lem.mapdecider.menu.optionalpacks" : "Optional Packs",
"lem.mapdecider.menu.optionalpacks.overwriteglobal" : "Overwrite Global: %s",
"lem.mapdecider.menu.optionalpacks.enableoverwrite" : "Enable overwrite to modify",
"lem.mapdecider.menu.packpolicy.global" : "Global Pack Policy",
"lem.mapdecider.menu.packpolicy.promptpolicy" : "Prompt Policy",
"lem.mapdecider.menu.packpolicy.optionalpacks" : "Optional Packs: %s",
"lem.mapdecider.menu.packpolicy.reset" : "Reset All Packs",
"lem.mapdecider.menu.clicktoggle" : "Click to toggle",
"lem.battle.mapdecider.menu.voting.mappack0": "Map Pack 0",
"lem.battle.mapdecider.menu.voting.mappack1": "Map Pack 1",
"lem.battle.mapdecider.menu.voting.mappack2": "Map Pack 2",
Expand Down Expand Up @@ -189,6 +210,10 @@
"lem.menu.host.start": "You have not started your game for 2 minutes! It will now automatically start to prevent abuse.",
"lem.menu.host.config.cantchangemaps": "You cannot change enabled maps when the game is already started!",
"lem.menu.host.config.maps.enabled.header": "Enabled maps",
"lem.menu.host.config.maps.enabled.tooltip": "Select the maps that you want to play with",
"lem.menu.host.config.maps.enabled.toggle": "Click to enable/disable",
"lem.battle.menu.host.config.maps.option.selectedsize" : "Selected Map Size:",
"lem.battle.menu.host.config.maps.option.selectedsize.tooltip" : "Choose between Small and Large maps or let the system decide automatically.\n\nLarge+ maps are like Large maps but come with an extra helping of chests!\n\nNote: Playing on a Small or Large map with more than 8 players will automatically disable the Central Spawn option!",
"lem.battle.menu.host.config.maps.option.auto": "Auto",
"lem.battle.menu.host.config.maps.option.small": "Small",
"lem.battle.menu.host.config.maps.option.large": "Large",
Expand Down Expand Up @@ -221,11 +246,16 @@
"lem.menu.host.config.update.lives": "Lives",
"lem.menu.host.config.update.lives.infinite": "Infinite",
"lem.menu.host.config.update.lobby": "the Lobby",
"lem.menu.host.config.update.lobby.old": "Old",
"lem.menu.host.config.update.lobby.new": "New",
"lem.menu.host.config.update.lobby.anniversary": "Anniversary",
"lem.menu.host.config.update.lobby.halloween": "Halloween",
"lem.menu.host.config.update.lobby.festive": "Festive",
"lem.menu.host.config.update.lobby.lobby_old": "Old",
"lem.menu.host.config.update.lobby.lobby_new": "New",
"lem.menu.host.config.update.lobby.lobby_anniversary": "Anniversary",
"lem.menu.host.config.update.lobby.lobby_halloween": "Halloween",
"lem.menu.host.config.update.lobby.lobby_festive": "Festive",
"lem.menu.host.config.update.lobby.desc.lobby_old": "The classic lobby from 2016",
"lem.menu.host.config.update.lobby.desc.lobby_new": "The updated 2017 lobby with music discs",
"lem.menu.host.config.update.lobby.desc.lobby_anniversary": "Fanmade lobby to celebrate Xbox 360 Edition's 10th anniversary.\n\nThis lobby was created by Ethelous!",
"lem.menu.host.config.update.lobby.desc.lobby_halloween": "Fanmade lobby for the Halloween event.\n\nThis lobby was created by pastelbranches & Min3Mast3r!",
"lem.menu.host.config.update.lobby.desc.lobby_festive": "Fanmade lobby for Festive.\n\nThis lobby was created by S_N00B!",
"lem.battle.menu.host.config.update.map": "Map Type",
"lem.battle.menu.host.config.update.regen": "Natural Regeneration",
"lem.menu.host.config.update.bug": "Bug Fix: %s",
Expand Down Expand Up @@ -306,9 +336,22 @@
"lem.relog.join.discord.hover": "Click to open",
"lem.relog.join.patreon": "Please consider supporting the server on %s",
"lem.relog.join.forge": "You have logged on using Forge, due to issues with forge that are outside of our control, some features may not be available. Hover above this message to see missing features",
"lem.resource.vanilla.name" : "Vanilla",
"lem.resource.plastic.name" : "Plastic",
"lem.resource.fantasy.name" : "Fantasy",
"lem.resource.city.name" : "City",
"lem.resource.greek.name" : "Greek Mythology",
"lem.resource.steampunk.name" : "Steampunk",
"lem.resource.chinese.name" : "Chinese Mythology",
"lem.resource.halloween.name" : "Halloween",
"lem.resource.festive.name" : "Festive",
"lem.resource.fallout.name" : "Fallout",
"lem.resource.natural.name" : "Natural",
"lem.resource.cartoon.name" : "Cartoon",
"lem.generic.join": "%s joined the game",
"lem.generic.join.alive": "%s joined the game as an alive player",
"lem.generic.join.spectator": "%s is now spetating",
"lem.generic.more": "More",
"lem.generic.goback": "Go Back",
"lem.generic.options": "Options",
"lem.generic.warning": "Warning",
Expand Down

0 comments on commit 994a155

Please sign in to comment.