Initial commit

This commit is contained in:
endigma 2022-04-16 18:45:31 -03:00
commit cfb4b21637
Signed by: endigma
GPG Key ID: 915867AD1D297D9F
227 changed files with 7116 additions and 0 deletions

BIN
assets/accessibility.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 365 KiB

BIN
assets/ad1.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.7 KiB

BIN
assets/ad2.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 304 KiB

BIN
assets/ad3.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 94 KiB

BIN
assets/bg.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 296 KiB

BIN
assets/blank.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 562 B

BIN
assets/btntex1.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.3 KiB

BIN
assets/docker.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

BIN
assets/exit.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 333 KiB

BIN
assets/furry_ryzen.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 286 KiB

BIN
assets/language.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 218 KiB

BIN
assets/logo.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 73 KiB

BIN
assets/main_theme.wav Normal file

Binary file not shown.

BIN
assets/mods.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 179 KiB

BIN
assets/mp.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 37 KiB

BIN
assets/mphover.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 31 KiB

BIN
assets/newbg.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 170 KiB

BIN
assets/rules.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 284 KiB

BIN
assets/ryzen.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 105 KiB

BIN
assets/settings.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 23 KiB

BIN
assets/sp.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 186 KiB

View File

@ -0,0 +1,89 @@
##[general]
[Stop vanilla world music when in a customizable menu.]
B:stopworldmusicwhencustomizable = 'false';
[If menu background sounds added by FancyMenu should be played when a world is loaded.]
B:playbackgroundsoundsinworld = 'false';
B:forcefullscreen = 'false';
[If menu background sounds added by FancyMenu should be played or not.]
B:playbackgroundsounds = 'true';
[A minecraft restart is required after changing this value.]
B:enablehotkeys = 'false';
B:playmenumusic = 'false';
B:showdebugwarnings = 'false';
[Sets the default GUI scale on first launch. Useful for modpacks. Cache data is saved in '/mods/fancymenu/'.]
I:defaultguiscale = '-1';
##[customization]
B:advancedmode = 'false';
B:showcustomizationbuttons = 'false';
##[mainmenu]
S:copyrightposition = 'bottom-centered';
B:hidebranding = 'true';
S:copyrightcolor = '#ffffff';
B:hidelogo = 'true';
B:hiderealmsnotifications = 'true';
##[mainmenu_splash]
S:splashcolor = '#ffff00';
I:splashrotation = '-20';
I:splashy = '0';
I:splashx = '0';
B:hidesplashtext = 'true';
S:splashtextfile = '';
S:splashorientation = 'original';
##[loading]
B:allowgameintroskip = 'true';
S:loadinganimationcolor = '#ffffffff';
B:showanimationloadingstatus = 'true';
S:gameintroanimation = '';
B:preloadanimations = 'false';
S:customgameintroskiptext = '';
##[minecraftwindow]
[A minecraft restart is required after changing this value.]
S:customwindowtitle = 'BINGus SMP';
[A minecraft restart is required after changing this value.]
B:customwindowicon = 'true';
##[world_loading_screen]
B:showloadingscreenanimation = 'true';
B:showloadingscreenpercent = 'true';
##[multiplayer_screen]
B:show_server_icons = 'true';
##[singleplayer_screen]
B:show_world_icons = 'true';
##[layouteditor]
I:gridsize = '10';
B:editordeleteconfirmation = 'true';
B:showgrid = 'false';
[If the warning when trying to move an vanilla button without an orientation should be displayed or not.]
B:showvanillamovewarning = 'true';
##[ui]
F:uiscale = '1.0';

View File

@ -0,0 +1,5 @@
type = customizablemenus
net.minecraft.class_442 {
}

View File

@ -0,0 +1,420 @@
type = menu
customization-meta {
identifier = net.minecraft.class_442
randomgroup = 1
renderorder = foreground
randommode = false
randomonlyfirsttime = false
}
customization {
path = assets/newbg.png
action = texturizebackground
}
customization {
path = assets/main_theme.wav
action = setopenaudio
}
customization {
path = assets/main_theme.wav
loop = true
action = addaudio
}
customization {
keepaspectratio = false
action = backgroundoptions
}
customization {
identifier = %id=400322%
action = hidebutton
}
customization {
identifier = %id=604382%
action = hidebutton
}
customization {
identifier = %id=400382%
action = hidebutton
}
customization {
identifier = %id=502382%
action = hidebutton
}
customization {
identifier = %id=502382%
action = setbuttondescription
description = no
}
customization {
identifier = %id=376382%
action = hidebutton
}
customization {
identifier = %id=400298%
action = hidebutton
}
customization {
identifier = %id=400346%
action = hidebutton
}
customization {
identifier = %id=502346%
action = hidebutton
}
customization {
identifier = %id=502346%
orientation = bottom-right
x = -100
action = movebutton
y = -22
}
customization {
identifier = %id=502346%
loopbackgroundanimations = true
restartbackgroundanimations = true
action = setbuttontexture
backgroundnormal = assets/btntex1.jpg
}
customization {
path = assets/ad3.png
orientation = bottom-centered
x = -411
width = 858
action = addtexture
actionid = 48acb55e-4bba-4883-a36c-d905a1c5050c1649019430236
y = -54
height = 56
}
customization {
orientation = top-centered
delayappearanceseconds = 1.0
path = assets/logo.gif
fadein = true
fadeinspeed = 5.0
x = -325
width = 630
action = addtexture
actionid = 3bf58ed8-e0b4-4ca7-843b-d1733b56e6961649012567573
y = 42
delayappearance = true
delayappearanceeverytime = true
height = 100
}
customization {
orientation = element
restartbackgroundanimations = true
buttonaction = mimicbutton
backgroundhovered = assets/sp.png
description = single payer
label =
loopbackgroundanimations = true
orientation_element = 3bf58ed8-e0b4-4ca7-843b-d1733b56e6961649012567573
x = 174
width = 232
actionid = 3bf72d34-a9bc-4ec7-a9d8-aedb6f27b8861649014463163
action = addbutton
y = 97
backgroundnormal = assets/sp.png
value = net.minecraft.class_442:400298
height = 28
}
customization {
path = assets/rules.gif
orientation = bottom-left
x = 4
width = 338
action = addtexture
actionid = 6083a699-de75-4d70-9cba-8239f0c55ae91649017178865
y = -183
height = 205
}
customization {
showname = true
orientation = element
crouching = false
orientation_element = 6083a699-de75-4d70-9cba-8239f0c55ae91649017178865
x = 93
slim = false
actionid = be2e06b1-dfeb-4e79-a31a-dfefbc1619fc1649014058855
action = addentity
y = -5
scale = 50
playername = radiden
parrot = true
}
customization {
orientation = element
shadow = true
orientation_element = be2e06b1-dfeb-4e79-a31a-dfefbc1619fc1649014058855
x = -65
actionid = 84829123-82ea-46fd-a70b-3f868a20fe331649014187232
action = addtext
y = -134
scale = 3.0
alignment = left
value = cool guy
}
customization {
orientation = element
restartbackgroundanimations = true
buttonaction = joinserver
backgroundhovered = assets/mphover.png
description = good server
label =
loopbackgroundanimations = true
orientation_element = 3bf58ed8-e0b4-4ca7-843b-d1733b56e6961649012567573
x = 144
width = 169
actionid = 48005dac-e9f1-448f-90ff-085239bd54511649015278394
action = addbutton
y = 126
backgroundnormal = assets/mp.png
value = mc.bingus.zone
height = 47
}
customization {
orientation = element
restartbackgroundanimations = true
buttonaction = mimicbutton
backgroundhovered = assets/bg.png
description = ewwwwww
label = multiplyer for idito
clicksound = assets/main_theme.wav
loopbackgroundanimations = true
orientation_element = 48005dac-e9f1-448f-90ff-085239bd54511649015278394
x = 173
width = 103
actionid = 5a11a259-467d-48a8-9a22-61174e76b9df1649015526347
action = addbutton
y = 7
backgroundnormal = assets/btntex1.jpg
value = net.minecraft.class_442:400322
height = 34
}
customization {
orientation = element
restartbackgroundanimations = true
buttonaction = mimicbutton
backgroundhovered = assets/settings.png
description = setting
label =
loopbackgroundanimations = true
orientation_element = 3bf58ed8-e0b4-4ca7-843b-d1733b56e6961649012567573
x = 163
width = 100
actionid = 5083e07f-ca65-437c-b0d7-5b4887e7468d1649015794249
action = addbutton
y = 173
backgroundnormal = assets/settings.png
value = net.minecraft.class_442:400382
height = 48
}
customization {
orientation = element
restartbackgroundanimations = true
buttonaction = opengui
backgroundhovered = assets/mods.png
description = modification
label =
loopbackgroundanimations = true
orientation_element = 5083e07f-ca65-437c-b0d7-5b4887e7468d1649015794249
x = 102
width = 165
actionid = 03e4bcf3-1218-41f2-b9cb-7a6744c8610a1649015899915
action = addbutton
y = 3
backgroundnormal = assets/mods.png
value = com.terraformersmc.modmenu.gui.ModsScreen
height = 65
}
customization {
showname = true
orientation = element
crouching = true
orientation_element = 6083a699-de75-4d70-9cba-8239f0c55ae91649017178865
x = 33
slim = false
actionid = 984961a9-d008-45a6-ba19-af55a8202f191649016335289
action = addentity
y = -8
scale = 30
playername = endigma_
parrot = false
}
customization {
orientation = element
shadow = true
orientation_element = 984961a9-d008-45a6-ba19-af55a8202f191649016335289
x = -34
actionid = 884e3a8a-88b5-496d-8ddf-81c103c8ee761649016364064
action = addtext
y = -84
scale = 2.0
alignment = left
value = stinker
}
customization {
path = assets/language.gif
orientation = element
orientation_element = 3bf58ed8-e0b4-4ca7-843b-d1733b56e6961649012567573
x = 163
width = 58
action = addtexture
actionid = a0f7923a-2aa4-44c4-8193-b834d508a02b1649018160361
y = 230
height = 45
}
customization {
orientation = element
restartbackgroundanimations = true
buttonaction = mimicbutton
backgroundhovered = assets/blank.png
description = languge
label =
loopbackgroundanimations = true
orientation_element = a0f7923a-2aa4-44c4-8193-b834d508a02b1649018160361
x = 2
width = 55
actionid = ce3f756d-cb94-490e-9122-eeddcb05f0921649017686537
action = addbutton
y = 0
backgroundnormal = assets/blank.png
value = net.minecraft.class_442:376382
height = 43
}
customization {
path = assets/accessibility.gif
orientation = element
orientation_element = 3bf58ed8-e0b4-4ca7-843b-d1733b56e6961649012567573
x = 360
width = 62
action = addtexture
actionid = 1681bcc7-132d-4aa4-86c3-d10d91e59b751649018522917
y = 229
height = 49
}
customization {
orientation = element
restartbackgroundanimations = true
buttonaction = mimicbutton
backgroundhovered = assets/blank.png
description = acessibiltiy
label =
loopbackgroundanimations = true
orientation_element = 1681bcc7-132d-4aa4-86c3-d10d91e59b751649018522917
x = -1
width = 64
actionid = 441222fb-8d6b-4dd5-aeb5-7df68ab7095f1649018560231
action = addbutton
y = 0
backgroundnormal = assets/blank.png
value = net.minecraft.class_442:604382
height = 49
}
customization {
orientation = bottom-right
restartbackgroundanimations = true
buttonaction = joinserver
backgroundhovered = assets/exit.png
description = you cant
label =
loopbackgroundanimations = true
x = -100
width = 100
actionid = 1a05d3e1-b78f-4aaf-b1ea-df4cd3bf58441649018747199
action = addbutton
y = -90
backgroundnormal = assets/exit.png
value = mc.bingus.zone
height = 96
}
customization {
path = assets/ad1.jpg
orientation = top-left
x = 0
width = 95
action = addtexture
actionid = 4e25ef0a-79c8-4d44-a9f4-617ec0f1d7201649019193714
y = -1
height = 49
}
customization {
path = assets/ad2.png
orientation = bottom-centered
x = -101
width = 203
action = addtexture
actionid = 0dcf3486-586b-4a06-98a1-72328f47bebc1649019208500
y = -38
height = 38
}
customization {
path = assets/furry_ryzen.png
orientation = top-right
x = -139
width = 139
action = addtexture
actionid = 68919838-217f-491b-adbd-9798a3e843fc1649019361168
y = -4
height = 82
}
customization {
path = assets/ryzen.png
orientation = element
orientation_element = 68919838-217f-491b-adbd-9798a3e843fc1649019361168
x = -5
width = 152
action = addtexture
actionid = f01b746e-0840-497f-89eb-6157854118ca1649019584594
y = 71
height = 50
}
customization {
path = assets/docker.png
orientation = element
orientation_element = 68919838-217f-491b-adbd-9798a3e843fc1649019361168
x = -9
width = 146
action = addtexture
actionid = a304ad4f-42f5-4fa7-8c1a-227b067419231649019715803
y = 109
height = 100
}

View File

@ -0,0 +1,400 @@
loading.animation.loadingframes = Lade Animationsframes für {}
loading.animation.prerendering = Vorbereiten von Animation {}
loading.animation.done = Fertig!
helper.button.menuinfo = Menü Info
helper.button.buttoninfo = Button Info
helper.button.reload = Neuladen
helper.button.createlayout = Layout erstellen
helper.menuinfo.identifier = Menü Identifier
helper.buttoninfo.idnotfound = <ID nicht gefunden>
helper.buttoninfo.keynotfound = <Button hat keinen Key>
helper.buttoninfo
helper.buttoninfo.id = ID
helper.buttoninfo.key = Key
helper.buttoninfo.labelwidth = Label Breite
helper.creator.menu.add = Neu
helper.creator.menu.audio = Audio
helper.creator.menu.hidden = Buttons
helper.creator.menu.save = Sichern
helper.creator.menu.close = Ende
helper.creator.messages.sure = Bist du sicher?
helper.creator.empty = LEER
helper.creator.layoutempty.title = Layout ist leer!
helper.creator.layoutempty.desc = Dein Layout hat keinen Inhalt.%n%%n%Verleih ihm erst deinen persönlichen Charme, bevor du es speicherst!
helper.creator.audioalreadyloaded.title = Audio bereits geladen!
helper.creator.audioalreadyloaded.desc = Diese Audiodatei ist bereits Teil des Layouts!%n%%n%Du kannst nicht mehrmals die selbe Audiodatei hinzufügen.
helper.creator.invalidaudio.title = Ungültige Audiodatei!
helper.creator.invalidaudio.desc = Die Audiodatei, die du hinzufügen möchtest,%n%existiert nicht oder hat einen nicht unterstützten Dateityp.%n%%n%Bitte überprüfe, ob die Datei an dem festgelegten Pfad%n%existiert und den WAV-Dateityp besitzt!
helper.creator.invalidimage.title = Ungültige Bilddatei!
helper.creator.invalidimage.desc = Die Bilddatei, die du hinzufügen möchtest,%n%existiert nicht oder hat einen nicht unterstützten Dateityp.%n%%n%Unterstützte Dateitypen sind JPG/JPEG, PNG und GIF.
helper.creator.imagenotfound.title = Bild nicht gefunden!
helper.creator.imagenotfound.desc = Das Bild, das du hinzufügen möchtest, existiert nicht bei dem angegebenen Pfad.
helper.creator.animationnotfound.title = Animation nicht gefunden!
helper.creator.animationnotfound.desc = Die Animation, die du hinzufügen möchtest, existiert nicht.%n%%n%Eventuell hast du vergessen, alle notwendigen Werte in ihre Properties einzutragen?%n%%n%Bitte bedenke, dass du dein Spiel neustarten musst,%n%nachdem du eine neue Animation erstellt hast.
helper.creator.texttooshort.title = Text zu kurz!
helper.creator.texttooshort.desc = Dein Text braucht mindestens einen Buchstaben, um ein Text zu sein!%n%Sonst..wäre er...nichts.%n%%n%Niemand will ein Nichts sein, also tu' das deinem Text nicht an!
helper.creator.cannotdelete.title = Objekt kann nicht gelöscht werden!
helper.creator.cannotdelete.desc = Tut mir leid, aber dieses Objekt kannst du nicht löschen.%n%%n%Du wirst wohl irgendwie lernen müssen, mit ihm zu leben..
helper.creator.savefile = Möchtest du dein Layout jetzt als Customization-Datei speichern?
helper.creator.savefile.keep = Speichern und andere Layouts aktiv lassen
helper.creator.savefile.disable = Speichern und Andere deaktivieren
helper.creator.savefile.cancel = Abbrechen
helper.creator.layoutoptions.renderorder = Renderordnung
helper.creator.layoutoptions.renderorder.background = Hintergrund
helper.creator.layoutoptions.renderorder.foreground = Vordergrund
helper.creator.layoutoptions.version.mc = Minecraft Version
helper.creator.layoutoptions.version.fm = FancyMenu Version
helper.creator.layoutoptions.version.minimum = Niedrigste
helper.creator.layoutoptions.version.minimum.mc = Minimale Minecraft Version
helper.creator.layoutoptions.version.minimum.fm = Minimale FancyMenu Version
helper.creator.layoutoptions.version.maximum = Höchste
helper.creator.layoutoptions.version.maximum.mc = Maximale Minecraft Version
helper.creator.layoutoptions.version.maximum.fm = Maximale FancyMenu Version
helper.creator.layoutoptions.resetbackground = Hintergrund löschen
helper.creator.layoutoptions.requiredmods = Benötigte Mods
helper.creator.layoutoptions.requiredmods.desc = Benötigte Mods [Modid, durch Kommas getrennt]
helper.creator.close = Möchtest du den Layout Creator wirklich schließen?
helper.creator.audio.delete = Löschen
helper.creator.audio.delete.msg = Möchtest du dieses Audio wirklich löschen?
helper.creator.audio.enableloop = Loop An
helper.creator.audio.disableloop = Loop Aus
helper.creator.add.image = Bild
helper.creator.add.image.path = Bildpfad
helper.creator.add.animation = Animation
helper.creator.add.animation.entername = Namen eintragen
helper.creator.add.animation.entername.title = Animationsname
helper.creator.add.text = Text
helper.creator.add.text.newtext = Neuer Text
helper.creator.add.button = Button
helper.creator.add.button.label = Button Label
helper.creator.add.audio = Audio
helper.creator.vanillabutton.autoclick = Button klicken
helper.creator.vanillabutton.autoclick.popup = Automatische Button Klicks
helper.creator.backgroundoptions = Hintergrundoptionen
helper.creator.backgroundoptions.backgroundanimation = Hintergrundanimationen
helper.creator.backgroundoptions.backgroundimage = Hintergrundbild
helper.creator.backgroundoptions.chooseimage = Bild wählen
helper.creator.backgroundoptions.random = Zufällig
helper.creator.backgroundoptions.notrandom = Nicht Zufällig
helper.creator.backgroundoptions.addanimation = Hinzufügen
helper.creator.backgroundoptions.removeanimation = Entfernen
helper.creator.backgroundoptions.animations = Animationen
helper.creator.backgroundoptions.randomizeanimations = Zufällige Animationen
helper.creator.custombutton.config = Buttonaktion
helper.creator.custombutton.config.actionvalue = Inhalt der Aktion [{}]
helper.creator.custombutton.config.actiontype = Aktionstyp
helper.creator.custombutton.config.actiontype.sendmessage.desc = Sende eine Chatnachricht oder einen Befehl.
helper.creator.custombutton.config.actiontype.sendmessage.desc.value = Nachricht/Befehl
helper.creator.custombutton.config.actiontype.openlink.desc = Öffne einen Link in deinem Standardbrowser.
helper.creator.custombutton.config.actiontype.openlink.desc.value = Link
helper.creator.custombutton.config.actiontype.quitgame.desc = Minecraft beenden.
helper.creator.custombutton.config.actiontype.joinserver.desc = Betrete einen Minecraftserver.
helper.creator.custombutton.config.actiontype.joinserver.desc.value = Server IP
helper.creator.custombutton.config.actiontype.loadworld.desc = Lade eine Minecraftwelt.
helper.creator.custombutton.config.actiontype.loadworld.desc.value = Name des Weltordners
helper.creator.custombutton.config.actiontype.openfile.desc = Öffne eine Datei oder einen Ordner.
helper.creator.custombutton.config.actiontype.openfile.desc.value = Pfad
helper.creator.custombutton.config.actiontype.prevbackground.desc = Zur vorherigen Hintergrundanimation wechseln.
helper.creator.custombutton.config.actiontype.nextbackground.desc = Zur nächsten Hintergrundanimation wechseln.
helper.creator.custombutton.config.texture = Button Textur
helper.creator.custombutton.config.texture.normal = Normal
helper.creator.custombutton.config.texture.hovered = Hovered
helper.creator.custombutton.config.texture.reset = Zurücksetzen
helper.creator.items.setorientation = Orientierung
helper.creator.items.delete = Löschen
helper.creator.items.border.posx = posX
helper.creator.items.border.posy = posY
helper.creator.items.border.orientation = orientierung
helper.creator.items.border.width = breite
helper.creator.items.border.height = höhe
helper.creator.items.button.editlabel = Label bearbeiten
helper.creator.items.vanillabutton.resetorientation = Orientierung löschen
helper.creator.items.vanillabutton.hide = Button verstecken
helper.creator.items.vanillabutton.noorientation.title = Besondere Pflege notwendig!
helper.creator.items.vanillabutton.noorientation.desc = §oStandard Buttons müssen erst etwas verwöhnt werden, bevor sie auf dich hören.%n%%n%%n%Um §lGröße oder Position §rzu ändern, musst du ihnen eine §lOrientierung §rzuweisen!%n%%n%Das kannst du tun, indem du einen §lRechtsklick §rauf den Button machst.
helper.creator.items.string.setscale = Schriftgröße
helper.creator.items.string.setcentered = Zentrieren
helper.creator.items.string.setuncentered = Nicht zentrieren
helper.creator.items.string.setshadow = Schatten
helper.creator.items.string.setnoshadow = Kein Schatten
helper.creator.items.string.edit = Text bearbeiten
helper.creator.items.string.border.centered = zentriert
helper.creator.items.string.border.scale = größe
helper.creator.items.string.scale.invalidvalue.title = Ungültiger Wert!
helper.creator.items.string.scale.invalidvalue.desc = Der Wert, den du setzen möchtest, ist keine gültige Schriftgröße!%n%%n%Beispiele für Schriftgrößen: 1.0, 2.0, 0.5
helper.creator.deleteobject = Möchtest du dieses Objekt wirklich §lLÖSCHEN§r?%n%%n%§lDiese Aktion kann nicht rückgängig gemacht werden!
helper.creator.choosefile.enterorchoose = §lDateipfad festlegen oder Datei wählen
helper.creator.choosefile.choose = Datei wählen
helper.creator.choosefile.notsupported = §cDateisuche deaktiviert oder nicht unterstützt! Bitte Pfad manuell festlegen.
helper.creator.webstring.multiline = Mehrzeilig
helper.creator.webstring.nomultiline = Nicht Mehrzeilig
helper.creator.web.invalidurl = §c§lUngültige URL!%n%%n%Diese URL ist entweder keine gültige URL oder existiert nicht!
helper.creator.web.enterurl = URL eingeben
helper.creator.add.webimage = Web Bild
helper.creator.add.webtext = Web Text
helper.creator.editlayout = Layouts editieren
helper.creator.editlayout.popup.loadall = Alle laden
helper.creator.editlayout.popup.loadselected = Ausgewähltes laden
helper.creator.editlayout.popup.layouts = Layouts
helper.creator.editlayout.popup.cancel = Abbrechen
helper.creator.editlayout.popup.actionscount = {} Anpassungsaktionen
helper.creator.editlayout.nolayouts.msg = §c§lKeine Layouts gefunden!%n%%n%%n%Für dieses Menü gibt es noch keine Layouts!%n%%n%Möchtest du dieses Menu anpassen, nutze bitte den "Layout erstellen" Button!
helper.creator.editlayout.popup.msg = Es existiert mehr als ein Layout für dieses Menü!%n%%n%Möchtest du das komplette Layout laden und alle kombinieren%n%oder nur ein ganz Bestimmtes?%n%%n%§cVariablen aus Meta-Sektionen von Layouts gehen beim Kombinieren verloren!
helper.creator.editlayout.single.override = Bestehendes Layout überschreiben
helper.creator.editlayout.single.asnew.keep = Als Neues speichern und andere aktiv lassen
helper.creator.editlayout.single.asnew.disable = Als Neues speichern und andere deaktivieren
helper.creator.items.button.hoverlabel = Hoverlabel
helper.creator.items.button.hoverlabel.text = Hoverlabel Text
helper.creator.items.button.hoverlabel.reset = Hoverlabel resetten
helper.creator.items.button.hoversound = Hoversound
helper.creator.items.button.hoversound.path = Hoversound Pfad
helper.creator.items.button.hoversound.reset = Hoversound resetten
helper.creator.editlayout.unsupportedvalues = §c§lNicht unterstützte Werte!%n%%n%%n%Dein Layout beinhaltet nicht unterstützte Werte!%n%Diese Werte kann der Layout Creator nicht verarbeiten.%n%%n%Du nutzt vermutlich §lPositions- oder Größenberechnungen%n%in einer deiner Anpassungs-Sektionen.%n%%n%Bitte ändere diese Werte manuell zu Absoluten und versuche es erneut.
helper.creator.backgroundoptions.setpanorama = Breites Bild?
helper.creator.backgroundoptions.panorama = Breit
helper.creator.backgroundoptions.nopanorama = Normal
helper.creator.textures.invalidcharacters = §c§lNicht unterstützte Zeichen!%n%%n%%n%Der Dateiname deines Bildes enthält nicht unterstützte Zeichen!%n%%n%Bitte nutze nur die Zeichen "a-z", "0-9", ".", "_" und "-".%n%Leerzeichen, Großbuchstaben und sonstige spezielle Zeichen sind nicht erlaubt.
helper.buttons.tools.dropdownlabel = Anpassungstools
helper.buttons.tools.overridemenu = Überschreiben mit
helper.buttons.tools.resetoverride = Übers. rücksetzen
helper.buttons.tools.closecustomgui = GUI schließen
helper.buttons.tools.customguis = Eigene GUIs
helper.buttons.tools.customguis.open = GUI öffnen
helper.buttons.tools.customguis.delete = GUI löschen
helper.buttons.tools.customguis.pickbyname = Per Name wählen
helper.buttons.tools.customguis.openbyname = Per Name öffnen
helper.buttons.tools.customguis.deletebyname = Per Name löschen
helper.buttons.tools.customguis.sure = §c§lBist du sicher?%n%%n%%n%Möchtest du dieses GUI wirklich §llöschen§r?%n%%n%§lDiese Aktion kann nicht rückgängig gemacht werden!%n% %n% %n% %n%
helper.buttons.tools.customguis.invalididentifier = §c§lUngültiger Identifier!%n%%n%%n%Es wurde kein GUI mit diesem Identifier (GUI-ID) gefunden!%n% %n% %n% %n%
helper.buttons.tools.creategui = GUI erstellen
helper.buttons.tools.creategui.allowesc = Erlauben
helper.buttons.tools.creategui.donotallowesc = Nicht erlauben
helper.buttons.tools.creategui.invalididentifier = §cUngültiger Identifier!
helper.buttons.tools.creategui.identifieralreadyused = §cIdentifier wird bereits verwendet! Bitte wähle einen anderen!
helper.buttons.tools.creategui.allowescdesc = Erlaube Schließen des GUIs per ESC
helper.buttons.tools.creategui.menuidentifier = Menü Identifier (GUI-ID)
helper.buttons.tools.creategui.menutitle = Menü Titel (Optional)
helper.buttons.tools.creategui.create = Erstellen
gameintro.skip = MIT LEERTASTE ÜBERSPRINGEN
helper.creator.items.chooselayer = Ebene wählen
customization.items.webstring.unabletoload = Web Text konnte nicht geladen werden! Ungültige URL oder keine Internetverbindung!
helper.creator.custombutton.config.actiontype.opencustomgui.desc = Öffnet ein Custom GUI (Selbst erstelltes GUI).
helper.creator.custombutton.config.actiontype.opencustomgui.desc.value = Menü Identifier
helper.creator.items.button.delayappearance = Erscheinen verzögern
helper.creator.items.button.delayappearance.desc = Erscheinen um Sekunden verzögern [Dezimalwert-Unterstützung]
helper.creator.items.button.delayappearance.invalidvalue = §c§lUngültiger Wert!%n%%n%%n%Das ist kein gültiger Sekundenwert!%n%Vielleicht ist dein Wert zu lang. (..SEI DA NICHT STOLZ DRAUF!)%n%%n%Beispiele für Werte: 3, 2.0, 0.05, 0.8, 10.5
custombuttons.action.opengui.cannotopengui = §c§lGUI konnte nicht geöffnet werden!%n%%n%%n%Entweder existiert dieses GUI nicht oder wird nicht unterstützt!%n%%n%Wenn dieses GUI existiert, kontaktiere bitte den Entwickler,%n%damit er Support für dieses GUI hinzufügen kann.
helper.creator.custombutton.config.actiontype.opengui.desc = Öffnet ein GUI anhand seines Menü Identifiers.
helper.creator.custombutton.config.actiontype.opengui.desc.value = Menü Identifier
helper.creator.popup.hidefor.delayeverytime = Jedes Mal
helper.creator.popup.hidefor.delayfirsttime = Nur erstes Mal
helper.creator.windowsize = Fenstergrößenoptionen
helper.creator.windowsize.biggerthan = Wenn größer als
helper.creator.windowsize.smallerthan = Wenn kleiner als
helper.creator.windowsize.biggerthan.desc = Layout nur aktivieren, wenn Fenstergröße größer als X
helper.creator.windowsize.smallerthan.desc = Layout nur aktivieren, wenn Fenstergröße kleiner als X
helper.creator.windowsize.currentwidth = Aktuelle Fensterbreite
helper.creator.windowsize.currentheight = Aktuelle Fensterhöhe
helper.menuinfo.idcopied = In Zwischenablage kopiert!
helper.excludemenu = Menü ausschließen
helper.excludemenu.soft = Leichter Ausschluss
helper.excludemenu.full = Kompletter Ausschluss
helper.excludemenu.current = Aktuelles ausschließen
helper.excludemenu.byidentifier = Per Identifier ausschl.
helper.excludemenu.remove = Ausschluss aufheb.
helper.excludemenu.excludebundle = ALLE Menüs ausschließen, die mit dem gegebenen Identifier beginnen?
helper.excludemenu.excludejustthis = Nur dieses Menü
helper.excludemenu.excludeall = Alle Menüs
helper.creator.custombutton.config.actiontype.movefile.desc = Verschiebt eine Datei.
helper.creator.custombutton.config.actiontype.movefile.desc.value = Dateipfad + neuer Pfad, durch ';' getrennt
helper.creator.custombutton.config.actiontype.copyfile.desc = Kopiert eine Datei.
helper.creator.custombutton.config.actiontype.copyfile.desc.value = Dateipfad + Zielpfad, durch ';' getrennt
helper.creator.custombutton.config.actiontype.deletefile.desc = Löscht eine Datei.
helper.creator.custombutton.config.actiontype.deletefile.desc.value = Dateipfad
helper.creator.custombutton.config.actiontype.renamefile.desc = Benennt eine Datei um.
helper.creator.custombutton.config.actiontype.renamefile.desc.value = Dateipfad + neuer Name mit Typ
helper.creator.custombutton.config.actiontype.reloadmenu.desc = Lädt das aktuelle Menü neu.
helper.creator.custombutton.config.actiontype.runscript.desc = Führt ein Button Script aus.
helper.creator.custombutton.config.actiontype.runscript.desc.value = Script Dateiname ohne Dateityp
helper.creator.custombutton.config.actiontype.downloadfile.desc = Lädt eine Datei herunter.
helper.creator.custombutton.config.actiontype.downloadfile.desc.value = URL + Downloadpfad, durch ';' getrennt
helper.creator.custombutton.config.actiontype.unpackzip.desc = Entpackt eine ZIP Datei.
helper.creator.custombutton.config.actiontype.unpackzip.desc.value = Dateipfad + Zielpfad, durch ';' getrennt
helper.creator.custombutton.config.actionvalue.example = Beispiel: {}
helper.creator.custombutton.config.actiontype.openlink.desc.value.example = https://google.de
helper.creator.custombutton.config.actiontype.sendmessage.desc.value.example = Hallo @all!
helper.creator.custombutton.config.actiontype.joinserver.desc.value.example = mc.coolerserver.com
helper.creator.custombutton.config.actiontype.loadworld.desc.value.example = myworld
helper.creator.custombutton.config.actiontype.opencustomgui.desc.value.example = coolcustomgui
helper.creator.custombutton.config.actiontype.opengui.desc.value.example = ein.menu.identifier
helper.creator.custombutton.config.actiontype.openfile.desc.value.example = config/fancymenu/changelog.txt
helper.creator.custombutton.config.actiontype.movefile.desc.value.example = config/fancymenu/image.jpg;config/neuerordner/image.jpg
helper.creator.custombutton.config.actiontype.copyfile.desc.value.example = config/fancymenu/image.jpg;config/fancymenu/imagecopy.jpg
helper.creator.custombutton.config.actiontype.deletefile.desc.value.example = config/fancymenu/rickroll.gif
helper.creator.custombutton.config.actiontype.renamefile.desc.value.example = config/fancymenu/image.jpg;newimagename.jpg
helper.creator.custombutton.config.actiontype.downloadfile.desc.value.example = https://myhoster.com/layout.zip;config/fancymenu/layout.zip
helper.creator.custombutton.config.actiontype.unpackzip.desc.value.example = config/fancymenu/archive.zip;config/fancymenu/entpackt/
helper.creator.custombutton.config.actiontype.runscript.desc.value.example = coolscript
helper.creator.rightclick.scale = GUI Scale
helper.creator.rightclick.scale.invalid = §c§lUngültiger Scale!%n%%n%%n%Scale Werte müssen immer größer als Null sein!
helper.creator.custombutton.config.actiontype.mutebackgroundsounds.desc = Stummt oder entstummt von FancyMenu hinzugefügte Menü-Hintergrundsounds.
helper.creator.custombutton.config.actiontype.mutebackgroundsounds.desc.value = true/false
helper.creator.custombutton.config.actiontype.mutebackgroundsounds.desc.value.example = true
helper.creator.items.button.resetlabel = Label resetten
helper.creator.vanillabutton.move.notification.dontshowagain = Nicht erneut anzeigen
helper.creator.items.custombutton.onlydisplayin = Zeige nur in
helper.creator.items.custombutton.onlydisplayin.outgame = Outgame
helper.creator.items.custombutton.onlydisplayin.singleplayer = Singleplayer
helper.creator.items.custombutton.onlydisplayin.multiplayer = Multiplayer
helper.creator.items.custombutton.onlydisplayin.reset = ZURÜCKSETZEN
helper.creator.items.button.clicksound = Klicksound
helper.creator.items.button.clicksound.reset = Klicksound resetten
helper.popup.togglecustomization.enable = Anpassungen: §cAus
helper.popup.togglecustomization.disable = Anpassungen: §aAn
helper.creator.object.stretch = Dehnen
helper.creator.object.stretch.x = Zu Fensterbreite
helper.creator.object.stretch.y = Zu Fensterhöhe
helper.creator.object.stretch.unsupportedorientation = §c§lNicht unterstützte Orientierung!%n%%n%%n%Die aktuelle Orientierung dieses Objekts verhindert das Dehnen.%n%%n%§lUnterstützte Orientierungen: {}
helper.creator.backgroundoptions.backgroundpanorama = Hintergrund-Panorama
helper.creator.backgroundoptions.panoramas = Panoramas
helper.creator.backgroundoptions.panoramas.set = Aktivieren
helper.creator.backgroundoptions.panoramas.set.desc = Setzt das ausgewählte Panorama%n%als aktives Hintergrund-Panorama.
helper.creator.backgroundoptions.panoramas.clear = Zurücksetzen
helper.creator.backgroundoptions.panoramas.clear.desc = Setzt das aktive%n%Hintergrund-Panorama zurück.
helper.creator.items.button.btndescription = Beschreibung
helper.creator.items.button.btndescription.desc = Beschreibung, die gezeigt wird,%n%wenn der Button mit der Maus%n%überfahren wird.%n%%n%Nutze '&n' für eine neue Zeile.
helper.buttons.customization.btndesc = Beinhaltet nützliche Anpassungstools.%n%%n%§cTIPP:%n%Rechtsklick funktioniert als%n%alternative Klickaktion,%n%falls der Button von einem anderen%n%überlappt wird.%n%%n%§cTIPP:%n%Du kannst diese Buttons verstecken,%n%indem du §lSTRG + C §rdrückst!%n%Diesen Hotkey kannst du%n%in den Steuerungs-Optionen%n%anpassen.
helper.buttons.customization.onoff.btndesc = Aktiviert oder deaktiviert Anpassungen%n%für das momentan aktive Menü.%n%%n%§cDies muss aktiviert sein,%n%§cwenn Layouts angezeigt werden sollen.
helper.buttons.customization.menuinfo.btndesc = Zeigt den §cMenü Identifier%n%des aktiven Menüs an.%n%%n%Du kannst den Identifier%n%linksklicken, um ihn zu kopieren.
helper.buttons.customization.buttoninfo.btndesc = Zeigt Informationen zu%n%§cVanilla Buttons §ran, wenn%n%man sie mit der Maus überfährt.
helper.buttons.customization.createlayout.btndesc = Passe das aktuelle Menü in%n%einem schicken GUI Editor an!%n%%n%§cWICHTIG:%n%Sollte im Normalfall immer%n%genutzt werden, wenn du bereits%n%existierende Menüs bearbeiten willst!
helper.buttons.customization.editlayout.btndesc = Bearbeite die Layouts für%n%das aktuelle Menü.
helper.buttons.customization.creategui.btndesc = Erstelle ein leeres GUI und%n%fülle es mit allem, was du willst!%n%%n%§cWICHTIG:%n%Sollte NIEMALS genutzt werden, wenn%n%du nur das Aussehen eines Menüs%n%bearbeiten möchtest, ohne es%n%komplett zu überschreiben!%n%%n%Um ein Menü zu bearbeiten, nutze%n%stattdessen §oLayout erstellen§r!
helper.buttons.customization.customguis.btndesc = Liste all deiner eigenen GUIs.%n%%n%Diese Liste ist leer, wenn%n%du noch keins erstellt hast.
helper.buttons.customization.overridewith.btndesc = Überschreibe das aktuelle Menü%n%mit einem deiner eigenen GUIs.%n%%n%§cWICHTIG:%n%Sollte NIEMALS genutzt werden, wenn%n%du nur das Aussehen eines Menüs%n%bearbeiten möchtest, ohne es%n%komplett zu überschreiben!%n%%n%Um ein Menü zu bearbeiten, nutze%n%stattdessen §oLayout erstellen§r!
helper.buttons.customization.closecustomgui.btndesc = Schließe dein aktuell aktives eigenes GUI.
helper.buttons.reload.btndesc = Lädt das Menü, alle Layouts,%n%die Mod Config und Weiteres neu.%n%%n%Nützlich, wenn du Layouts manuell%n%editierst oder die Config bearbeitet hast.%n%%n%§cWICHTIG:%n%Lädt NICHT deine Animationen neu!%n%Du musst dein Spiel neustarten,%n%nachdem du Animationen bearbeitet%n%oder hinzugefügt hast!
helper.buttons.customization.managelayouts = Layouts verwalten
helper.buttons.customization.managelayouts.enable = Layout §aaktivieren
helper.buttons.customization.managelayouts.enabled = §aAktiviert
helper.buttons.customization.managelayouts.disable = Layout §cdeaktivieren
helper.buttons.customization.managelayouts.disabled = §cDeaktiviert
helper.buttons.customization.managelayouts.delete = Layout löschen
helper.buttons.customization.managelayouts.delete.msg = §c§lBist du sicher?%n%%n%%n%Möchtest du dieses Layout wirklich §c§llöschen§r?%n%%n%§c§lDies kann nicht rückgängig gemacht werden!
helper.buttons.customization.managelayouts.btndesc = Verwalte all deine Layouts für%n%das aktuelle Menü.
helper.buttons.customization.managelayouts.layout.btndesc = §lLayout Info:%n%%n%Status: {}%n%Customization Actions: {}%n%%n%§cLinksklick für weitere Optionen!
helper.creator.object.moveup = Ebene hoch
helper.creator.object.moveup.desc = Verschiebt das Objekt eine Ebene%n%nach oben.%n%%n%§cWICHTIG:%n%Ausgewählte Objekte werden immer%n%ganz oben angezeigt, du wirst%n%den Effekt also erst sehen, wenn%n%das Objekt nicht mehr ausgewählt ist.{}
helper.creator.object.moveup.desc.subtext = %n%%n%§6§lLetzte Aktion:%n%Über §7{} §rgeschoben
helper.creator.object.movedown = Ebene runter
helper.creator.object.movedown.desc = Verschiebt das Objekt eine Ebene%n%nach unten.%n%%n%§cWICHTIG:%n%Ausgewählte Objekte werden immer%n%ganz oben angezeigt, du wirst%n%den Effekt also erst sehen, wenn%n%das Objekt nicht mehr ausgewählt ist.{}
helper.creator.object.movedown.desc.subtext = %n%%n%§6§lLetzte Aktion:%n%Unter §7{} §rgeschoben
helper.buttons.customization.managelayouts.openintexteditor = Öffne in Text Editor
helper.buttons.customization.managelayouts.openintexteditor.desc = Öffnet die Layout Datei in%n%deinem Standard Text Editor.%n%%n%§cWICHTIG:%n%Du musst den "Neuladen" Button%n%klicken, nachdem du Layout Dateien%n%manuell bearbeitet hast!
helper.creator.opencloseaudio = Öffnen/Schließ Sound
helper.creator.opencloseaudio.desc = Spielt einen Sound ab, wenn%n%das Menü geöffnet oder geschlossen wird.
helper.creator.opencloseaudio.reset.desc = Setzt den Sound zurück.
helper.creator.openaudio = Öffnen-Sound
helper.creator.openaudio.reset = Öffnen-Sound löschen
helper.creator.openaudio.desc = Wird gespielt, denn das Menü%n%geöffnet wird.
helper.creator.closeaudio = Schließ-Sound
helper.creator.closeaudio.reset = Schließ-Sound löschen
helper.creator.closeaudio.desc = Wird gespielt, wenn das Menu%n%geschlossen wird.
helper.creator.deleteselectedobjects = Möchtest du wirklich alle ausgewählten Objekte §lLÖSCHEN?
helper.creator.multiselect.object.deleteall = Alle löschen
helper.creator.multiselect.object.deleteall.btndesc = Löscht alle ausgewählten Objekte.
helper.creator.multiselect.object.stretchall = Alle dehnen
helper.creator.multiselect.object.stretchall.btndesc = Dehnt alle §ldehnbaren §rObjekte%n%zur Fenster-Breite oder -Höhe.
helper.creator.multiselect.vanillabutton.resetorientation = Orientierung resetten
helper.creator.multiselect.vanillabutton.resetorientation.btndesc = Setzt die Orientierung für%n%alle ausgewählten Vanilla Buttons%n%zurück.
helper.creator.multiselect.vanillabutton.hideall = Alle verstecken
helper.creator.multiselect.vanillabutton.hideall.btndesc = Versteckt alle ausgewählten Vanilla Buttons.
helper.creator.multiselect.button.buttontexture.btndesc = Setzt Standard- und Hover-Texturen%n%für alle ausgewählten Buttons.
helper.creator.multiselect.button.buttontexture.reset.btndesc = Löscht alle Texturen für alle%n%ausgewählten Buttons.
helper.creator.multiselect.button.clicksound.btndesc = Setzt den Klicksound%n%für alle ausgewählten Buttons.
helper.creator.multiselect.button.clicksound.reset.btndesc = Löscht den Klicksound für%n%alle ausgewählten Buttons.
helper.creator.multiselect.button.hoversound.btndesc = Setzt den Hoversound für%n%alle ausgewählten Buttons.
helper.creator.multiselect.button.hoversound.reset.btndesc = Löscht den Hoversound für%n%alle ausgewählten Buttons.

View File

@ -0,0 +1,985 @@
loading.animation.loadingframes = Loading animation frames for {}
loading.animation.prerendering = Pre-rendering animation {}
loading.animation.done = Done!
helper.button.menuinfo = Menu Info
helper.button.buttoninfo = Button Info
helper.button.reload = Reload
helper.button.createlayout = Create Layout
helper.menuinfo.identifier = Menu Identifier
helper.buttoninfo.idnotfound = <id not found>
helper.buttoninfo.keynotfound = <button has no key>
helper.buttoninfo
helper.buttoninfo.id = ID
helper.buttoninfo.key = Key
helper.buttoninfo.labelwidth = Label Width
helper.creator.menu.add = Add
helper.creator.menu.audio = Audio
helper.creator.menu.hidden = Hidden
helper.creator.menu.save = Save
helper.creator.menu.close = Close
helper.creator.messages.sure = Are you sure?
helper.creator.empty = EMPTY
helper.creator.layoutempty.title = Layout is empty!
helper.creator.layoutempty.desc = Your layout has no content.%n%%n%Do some customization magic first before you save it!
helper.creator.audioalreadyloaded.title = Audio already loaded!
helper.creator.audioalreadyloaded.desc = The audio you want to add is already part of this layout!%n%%n%You can't add the same audio multiple times.
helper.creator.invalidaudio.title = Invalid audio file!
helper.creator.invalidaudio.desc = The file you want to load does not exist or has an unsupported file type.%n%%n%Please check your file path and be sure that your file is a valid WAV audio file!
helper.creator.invalidimage.title = Invalid image file!
helper.creator.invalidimage.desc = The image you want to load does not exist or has an unsupported file type.%n%%n%Supported file types are JPG/JPEG, PNG and GIF.
helper.creator.imagenotfound.title = Image not found!
helper.creator.imagenotfound.desc = The image you want to add does not exist%n%at the specified location.
helper.creator.animationnotfound.title = Animation not found!
helper.creator.animationnotfound.desc = The animation you want to add does not exist.%n%%n%Maybe you forgot to add all mandatory variables to its properties?%n%%n%Always keep in mind that you have to restart your game%n%after you've added a new animation to the animations folder.
helper.creator.texttooshort.title = Text too short!
helper.creator.texttooshort.desc = Your text needs at least one character to be a text!%n%Otherwise..it...would be nothing.%n%%n%Nobody wants to be nothing, so don't do that to your text!
helper.creator.cannotdelete.title = Element can't be deleted!
helper.creator.cannotdelete.desc = Sorry, but you cannot delete this element.%n%%n%You will need to learn how to live with it..
helper.creator.savefile = Do you want to save your layout to a customization file now?
helper.creator.savefile.keep = Save and keep other layouts enabled
helper.creator.savefile.disable = Save and disable other layouts
helper.creator.savefile.cancel = Cancel
helper.creator.layoutoptions.renderorder = Rendering Order
helper.creator.layoutoptions.renderorder.background = Background
helper.creator.layoutoptions.renderorder.foreground = Foreground
helper.creator.layoutoptions.version.mc = Minecraft Version
helper.creator.layoutoptions.version.fm = FancyMenu Version
helper.creator.layoutoptions.version.minimum = Set Minimum
helper.creator.layoutoptions.version.minimum.mc = Minimum Minecraft Version
helper.creator.layoutoptions.version.minimum.fm = Minimum FancyMenu Version
helper.creator.layoutoptions.version.maximum = Set Maximum
helper.creator.layoutoptions.version.maximum.mc = Maximum Minecraft Version
helper.creator.layoutoptions.version.maximum.fm = Maximum FancyMenu Version
helper.creator.layoutoptions.resetbackground = Reset Background
helper.creator.layoutoptions.requiredmods = Required Mods
helper.creator.layoutoptions.requiredmods.desc = Required Mods [modid, separated by commas]
helper.creator.close = Do you really want to close the layout creator?
helper.creator.audio.delete = Delete
helper.creator.audio.delete.msg = Do you really want to delete this audio?
helper.creator.audio.enableloop = Loop: §cOff
helper.creator.audio.disableloop = Loop: §aOn
helper.creator.add.image = Image
helper.creator.add.image.path = Image Path
helper.creator.add.animation = Animation
helper.creator.add.animation.entername = Add By Name
helper.creator.add.animation.entername.title = Animation Name
helper.creator.add.text = Text
helper.creator.add.text.newtext = New Text
helper.creator.add.button = Button
helper.creator.add.button.label = Button Label
helper.creator.add.audio = Audio
helper.creator.vanillabutton.autoclick = Click button
helper.creator.vanillabutton.autoclick.popup = Automatic Button Clicks
helper.creator.backgroundoptions = Background Options
helper.creator.backgroundoptions.backgroundanimation = Background Animations
helper.creator.backgroundoptions.backgroundimage = Background Image
helper.creator.backgroundoptions.chooseimage = Choose Image
helper.creator.backgroundoptions.random = Random
helper.creator.backgroundoptions.notrandom = Not Random
helper.creator.backgroundoptions.addanimation = Add
helper.creator.backgroundoptions.removeanimation = Remove
helper.creator.backgroundoptions.animations = Animations
helper.creator.backgroundoptions.randomizeanimations = Randomize Animations
helper.creator.custombutton.config = Button Action
helper.creator.custombutton.config.actionvalue = Action Value [{}]
helper.creator.custombutton.config.actiontype = Action Type
helper.creator.custombutton.config.actiontype.sendmessage.desc = Send a chat message or command.
helper.creator.custombutton.config.actiontype.sendmessage.desc.value = Message/Command
helper.creator.custombutton.config.actiontype.openlink.desc = Open a link in your default browser.
helper.creator.custombutton.config.actiontype.openlink.desc.value = Link
helper.creator.custombutton.config.actiontype.quitgame.desc = Quit minecraft.
helper.creator.custombutton.config.actiontype.joinserver.desc = Join a minecraft server.
helper.creator.custombutton.config.actiontype.joinserver.desc.value = Server IP
helper.creator.custombutton.config.actiontype.loadworld.desc = Load a minecraft world.
helper.creator.custombutton.config.actiontype.loadworld.desc.value = World folder name
helper.creator.custombutton.config.actiontype.openfile.desc = Open a file or folder.
helper.creator.custombutton.config.actiontype.openfile.desc.value = Path
helper.creator.custombutton.config.actiontype.prevbackground.desc = Switch to the previous menu background.
helper.creator.custombutton.config.actiontype.nextbackground.desc = Switch to the next menu background.
helper.creator.items.setorientation = Set Orientation
helper.creator.items.delete = Delete
helper.creator.items.border.posx = posX
helper.creator.items.border.posy = posY
helper.creator.items.border.orientation = orientation
helper.creator.items.border.width = width
helper.creator.items.border.height = height
helper.creator.items.button.editlabel = Edit Label
helper.creator.items.vanillabutton.resetorientation = Reset Orientation
helper.creator.items.vanillabutton.hide = Hide Button
helper.creator.items.vanillabutton.noorientation.title = Special care required!
helper.creator.items.vanillabutton.noorientation.desc = §oDefault buttons need some head pats before they listen to you.%n%%n%%n%To §lresize or move §rthem, you have to give them an §lorientation §rfirst!%n%%n%You can do that by §lright-clicking §rthe button.
helper.creator.items.string.setscale = Set Scale
helper.creator.items.string.setshadow = Shadow: §cOff
helper.creator.items.string.setnoshadow = Shadow: §aOn
helper.creator.items.string.edit = Edit Content
helper.creator.items.string.border.centered = centered
helper.creator.items.string.border.scale = scale
helper.creator.items.string.scale.invalidvalue.title = Invalid Value!
helper.creator.items.string.scale.invalidvalue.desc = The value you want to set is not a valid scale value!%n%%n%Scale value examples: 1.0, 2.0, 0.5
helper.creator.deleteobject = Do you really want to §lDELETE §rthis element?
helper.creator.choosefile.enterorchoose = §lEnter Path Or Choose File
helper.creator.choosefile.choose = Choose File
helper.creator.choosefile.notsupported = §cFile chooser not supported or disabled! Please manually enter the path.
helper.creator.webstring.multiline = Multilined: §cOff
helper.creator.webstring.nomultiline = Multilined: §aOn
helper.creator.web.invalidurl = §c§lInvalid URL!%n%%n%This URL is not a valid URL or does not exists!
helper.creator.web.enterurl = Enter URL
helper.creator.add.webimage = Web Image
helper.creator.add.webtext = Web Text
helper.creator.editlayout = Edit Layouts
helper.creator.editlayout.popup.loadall = Load All
helper.creator.editlayout.popup.loadselected = Load Selected Layout
helper.creator.editlayout.popup.layouts = Layouts
helper.creator.editlayout.popup.cancel = Cancel
helper.creator.editlayout.popup.actionscount = {} customization actions
helper.creator.editlayout.nolayouts.msg = §c§lNo layouts found!%n%%n%%n%This menu does not contain any layouts!%n%%n%If you want to customize this menu, please use the "Create Layout" button!
helper.creator.editlayout.popup.msg = There is more than one customization file for this menu screen!%n%%n%Do you want to load the full layout and combine all of them%n%or do you just want to load a specific one?%n%%n%§cCustomization meta values gets lost when combining multiple layouts!
helper.creator.editlayout.single.override = Override existing layout
helper.creator.editlayout.single.asnew.keep = Save as new layout and keep others enabled
helper.creator.editlayout.single.asnew.disable = Save as new layout and disable others
helper.creator.items.button.hoverlabel = Hoverlabel
helper.creator.items.button.hoverlabel.text = Hoverlabel Text
helper.creator.items.button.hoverlabel.reset = Reset Hoverlabel
helper.creator.items.button.hoversound = Hoversound
helper.creator.items.button.hoversound.path = Hoversound Path
helper.creator.items.button.hoversound.reset = Reset Hoversound
helper.creator.editlayout.unsupportedvalues = §c§lUnsupported values!%n%%n%%n%Your layout contains unsupported values!%n%These values do not work in the layout creator.%n%%n%You're probably using some sort of §lposition or size calculation%n%in one of your customization sections.%n%%n%Please manually convert these calculations to absolute values and try again.
helper.creator.backgroundoptions.setpanorama = Wide Image?
helper.creator.backgroundoptions.panorama = Wide
helper.creator.backgroundoptions.nopanorama = Normal
helper.creator.textures.invalidcharacters = §c§lInvalid characters!%n%%n%%n%The filename of your image contains invalid characters!%n%%n%Please only use characters "a-z", "0-9", ".", "_" and "-".%n%Spaces, uppercase letters and any other special characters are unsupported.
helper.buttons.tools.dropdownlabel = Customization
helper.buttons.tools.overridemenu = Override With
helper.buttons.tools.resetoverride = Reset Override
helper.buttons.tools.closecustomgui = Close GUI
helper.buttons.tools.customguis = Custom GUIs
helper.buttons.tools.customguis.open = Open GUI
helper.buttons.tools.customguis.delete = Delete GUI
helper.buttons.tools.customguis.pickbyname = Pick By Name
helper.buttons.tools.customguis.openbyname = Open By Name
helper.buttons.tools.customguis.deletebyname = Delete By Name
helper.buttons.tools.customguis.sure = §c§lAre you sure?%n%%n%%n%Do you really want to §ldelete §rthis GUI?%n%%n%§lThis action cannot be undone!%n% %n% %n% %n%
helper.buttons.tools.customguis.invalididentifier = §c§lInvalid identifier!%n%%n%%n%No custom GUI found with this identifier!%n% %n% %n% %n%
helper.buttons.tools.creategui = Create GUI
helper.buttons.tools.creategui.allowesc = Allow
helper.buttons.tools.creategui.donotallowesc = Don't Allow
helper.buttons.tools.creategui.invalididentifier = §cInvalid identifier!
helper.buttons.tools.creategui.identifieralreadyused = §cIdentifier already in use! Please choose another one!
helper.buttons.tools.creategui.allowescdesc = Allow ESC To Close Menu
helper.buttons.tools.creategui.menuidentifier = Menu Identifier
helper.buttons.tools.creategui.menutitle = Menu Title (Optional)
helper.buttons.tools.creategui.create = Create
gameintro.skip = PRESS SPACE TO SKIP
helper.creator.items.chooselayer = Choose Layer
customization.items.webstring.unabletoload = Unable to load web text! Invalid URL or not connected to internet!
helper.creator.custombutton.config.actiontype.opencustomgui.desc = Opens a Custom GUI.
helper.creator.custombutton.config.actiontype.opencustomgui.desc.value = Menu Identifier
helper.creator.items.button.delayappearance = Delay Appearance
helper.creator.items.button.delayappearance.desc = Delay Appearance For Seconds [Decimal Value Support]
helper.creator.items.button.delayappearance.invalidvalue = §c§lInvalid Value!%n%%n%%n%This is not a valid seconds value!%n%Maybe your value is too long. (..DON'T BE PROUD OF THIS!)%n%%n%Value Examples: 3, 2.0, 0.05, 0.8, 10.5
custombuttons.action.opengui.cannotopengui = §c§lUnable To Open GUI!%n%%n%%n%The GUI you want to open either does not exist or isn't supported!%n%%n%If this is an existing GUI, please contact the developer of FancyMenu to add support for it.
helper.creator.custombutton.config.actiontype.opengui.desc = Opens a GUI by its menu identifier.
helper.creator.custombutton.config.actiontype.opengui.desc.value = Menu Identifier
helper.creator.popup.hidefor.delayeverytime = Delay Everytime
helper.creator.popup.hidefor.delayfirsttime = Delay First Time
helper.creator.windowsize = Window Size Restrictions
helper.creator.windowsize.biggerthan = Bigger Than
helper.creator.windowsize.smallerthan = Smaller Than
helper.creator.windowsize.biggerthan.desc = Only Enable Layout if Window is Bigger Than X
helper.creator.windowsize.smallerthan.desc = Only Enable Layout if Window is Smaller Than X
helper.creator.windowsize.currentwidth = Current Window Width
helper.creator.windowsize.currentheight = Current Window Height
helper.menuinfo.idcopied = Copied to clipboard!
helper.excludemenu = Exclude Menu
helper.excludemenu.soft = Soft Exclude
helper.excludemenu.full = Full Exclude
helper.excludemenu.current = Exclude Current
helper.excludemenu.byidentifier = Exclude By Identifier
helper.excludemenu.remove = Remove Excluded
helper.excludemenu.excludebundle = Exclude ALL menus starting with the given menu identifier part?
helper.excludemenu.excludejustthis = Just This Menu
helper.excludemenu.excludeall = All Menus
helper.creator.custombutton.config.actiontype.movefile.desc = Moves a file to a new path.
helper.creator.custombutton.config.actiontype.movefile.desc.value = Filepath + new path, separated by ';'
helper.creator.custombutton.config.actiontype.copyfile.desc = Copies a file to a path.
helper.creator.custombutton.config.actiontype.copyfile.desc.value = Filepath + target path, separated by ';'
helper.creator.custombutton.config.actiontype.deletefile.desc = Deletes a file.
helper.creator.custombutton.config.actiontype.deletefile.desc.value = Filepath
helper.creator.custombutton.config.actiontype.renamefile.desc = Renames a file.
helper.creator.custombutton.config.actiontype.renamefile.desc.value = Filepath + new filename with type
helper.creator.custombutton.config.actiontype.reloadmenu.desc = Reloads the currently displayed menu.
helper.creator.custombutton.config.actiontype.runscript.desc = Runs a button script.
helper.creator.custombutton.config.actiontype.runscript.desc.value = Script filename without filetype
helper.creator.custombutton.config.actiontype.downloadfile.desc = Downloads a file to a path.
helper.creator.custombutton.config.actiontype.downloadfile.desc.value = URL + download path, separated by ';'
helper.creator.custombutton.config.actiontype.unpackzip.desc = Unpacks a ZIP file to a path.
helper.creator.custombutton.config.actiontype.unpackzip.desc.value = Filepath + target path, separated by ';'
helper.creator.custombutton.config.actionvalue.example = Example: {}
helper.creator.custombutton.config.actiontype.openlink.desc.value.example = https://google.com
helper.creator.custombutton.config.actiontype.sendmessage.desc.value.example = Hello @all!
helper.creator.custombutton.config.actiontype.joinserver.desc.value.example = mc.coolserver.com
helper.creator.custombutton.config.actiontype.loadworld.desc.value.example = myworld
helper.creator.custombutton.config.actiontype.opencustomgui.desc.value.example = coolcustomgui
helper.creator.custombutton.config.actiontype.opengui.desc.value.example = some.menu.identifier
helper.creator.custombutton.config.actiontype.openfile.desc.value.example = config/fancymenu/changelog.txt
helper.creator.custombutton.config.actiontype.movefile.desc.value.example = config/fancymenu/image.jpg;config/moveto/image.jpg
helper.creator.custombutton.config.actiontype.copyfile.desc.value.example = config/fancymenu/image.jpg;config/fancymenu/imagecopy.jpg
helper.creator.custombutton.config.actiontype.deletefile.desc.value.example = config/fancymenu/rickroll.gif
helper.creator.custombutton.config.actiontype.renamefile.desc.value.example = config/fancymenu/image.jpg;newimagename.jpg
helper.creator.custombutton.config.actiontype.downloadfile.desc.value.example = https://myhoster.com/layout.zip;config/fancymenu/layout.zip
helper.creator.custombutton.config.actiontype.unpackzip.desc.value.example = config/fancymenu/archive.zip;config/fancymenu/unpacked/
helper.creator.custombutton.config.actiontype.runscript.desc.value.example = coolscript
helper.creator.rightclick.scale = Force GUI Scale
helper.creator.rightclick.scale.invalid = §c§lInvalid Scale!%n%%n%%n%Scale values need to be bigger than 0!
helper.creator.custombutton.config.actiontype.mutebackgroundsounds.desc = Mutes or unmutes the menu background sounds added by FancyMenu.
helper.creator.custombutton.config.actiontype.mutebackgroundsounds.desc.value = true/false
helper.creator.custombutton.config.actiontype.mutebackgroundsounds.desc.value.example = true
helper.creator.items.button.resetlabel = Reset Label
helper.creator.vanillabutton.move.notification.dontshowagain = Don't show again
helper.creator.items.custombutton.onlydisplayin = Only Display In
helper.creator.items.custombutton.onlydisplayin.outgame = Outgame
helper.creator.items.custombutton.onlydisplayin.singleplayer = Singleplayer
helper.creator.items.custombutton.onlydisplayin.multiplayer = Multiplayer
helper.creator.items.custombutton.onlydisplayin.reset = RESET
helper.creator.items.button.clicksound = Set Clicksound
helper.creator.items.button.clicksound.reset = Reset Clicksound
helper.popup.togglecustomization.enable = Customization: §cOff
helper.popup.togglecustomization.disable = Customization: §aOn
helper.creator.object.stretch = Stretch
helper.creator.object.stretch.x = To Screen Width
helper.creator.object.stretch.y = To Screen Height
helper.creator.object.stretch.unsupportedorientation = §c§lUnsupported Orientation!%n%%n%%n%The current orientation of this element is not supported by this stretch action.%n%%n%§lSupported Orientations: {}
helper.creator.backgroundoptions.backgroundpanorama = Background Panorama
helper.creator.backgroundoptions.panoramas = Panoramas
helper.creator.backgroundoptions.panoramas.set = Set Background
helper.creator.backgroundoptions.panoramas.set.desc = Sets the selected panorama%n%as active background panorama.
helper.creator.backgroundoptions.panoramas.clear = Clear
helper.creator.backgroundoptions.panoramas.clear.desc = Removes the currently%n%active background panorama.
helper.creator.items.button.btndescription = Tooltip
helper.creator.items.button.btndescription.desc = Tooltip to display%n%when the button is getting hovered.%n%%n%Use format code '#n#' for a new line.
helper.buttons.customization.onoff.btndesc = Toggle customizations%n%for the current menu.%n%%n%§cThis needs to be enabled for%n%§clayouts to work!
helper.buttons.customization.menuinfo.btndesc = Displays the §cmenu identifier%n%of the currently displayed menu.%n%%n%You can leftclick the identifier%n%to copy it.
helper.buttons.customization.buttoninfo.btndesc = Displays useful informations%n%about §cvanilla buttons%n%when hovering them.
helper.buttons.customization.createlayout.btndesc = Customize the currently displayed%n%menu in a fancy GUI editor!%n%%n%§cIMPORTANT:%n%Should always be used when%n%you want to edit already%n%existing menus!
helper.buttons.customization.editlayout.btndesc = Edit layouts for the currently%n%displayed menu.
helper.buttons.customization.creategui.btndesc = Create a new empty GUI%n%and fill it with everything you want!%n%%n%§cIMPORTANT:%n%Should NEVER be used if you%n%just want to edit an existing menu%n%without overriding it completely!%n%%n%To edit a menu, use%n%§oCreate Layout §rinstead!
helper.buttons.customization.customguis.btndesc = List of all your custom GUIs.%n%%n%This list is empty if you%n%never created a custom GUI.
helper.buttons.customization.overridewith.btndesc = Override the current menu%n%with one of your own custom GUIs.%n%%n%§cIMPORTANT:%n%Shouldn't be used if you%n%just want to edit the look%n%of an existing menu.%n%%n%To edit a menu, create%n%a layout instead!
helper.buttons.customization.closecustomgui.btndesc = Close the currently displayed%n%custom GUI.
helper.buttons.reload.btndesc = Will reload the menu, all layouts,%n%the mod config and more.%n%%n%Useful when manually changing%n%layouts or after editing the config.%n%%n%§cIMPORTANT:%n%This will NOT reload animations!%n%You need to restart your game%n%after adding or editing animations!
helper.buttons.customization.managelayouts = Manage Layouts
helper.buttons.customization.managelayouts.enable = §aEnable §rLayout
helper.buttons.customization.managelayouts.enabled = §aEnabled
helper.buttons.customization.managelayouts.disable = §cDisable §rLayout
helper.buttons.customization.managelayouts.disabled = §cDisabled
helper.buttons.customization.managelayouts.delete = Delete Layout
helper.buttons.customization.managelayouts.delete.msg = §c§lAre you sure?%n%%n%%n%Do you really want to §c§ldelete §rthis layout?%n%%n%§c§lThis action cannot be undone!
helper.buttons.customization.managelayouts.btndesc = Manage all layouts for the%n%currently displayed menu.
helper.buttons.customization.managelayouts.layout.btndesc = §lLayout Info:%n%%n%Status: {}%n%Customization Actions: {}%n%%n%§cLeftclick for more options!
helper.creator.object.moveup = Move Above
helper.creator.object.moveup.desc = Moves the element one layer up.%n%%n%§cIMPORTANT:%n%Focused elements are always on top,%n%so you will not see the effect%n%until you unfocus the element.{}
helper.creator.object.moveup.desc.subtext = %n%%n%§6§lLast Action:%n%Moved above §7{}
helper.creator.object.movedown = Move Below
helper.creator.object.movedown.desc = Moves the element one layer down.%n%%n%§cIMPORTANT:%n%Focused elements are always on top,%n%so you will not see the effect%n%until you unfocus the element.{}
helper.creator.object.movedown.desc.subtext = %n%%n%§6§lLast Action:%n%Moved behind §7{}
helper.buttons.customization.managelayouts.openintexteditor = Open In Text Editor
helper.buttons.customization.managelayouts.openintexteditor.desc = Opens this layout in%n%your default text editor.%n%%n%§cIMPORTANT:%n%You need to click the "Reload"%n%button, after manually changing%n%things in layout files!
helper.creator.opencloseaudio = Open/Close Sound
helper.creator.opencloseaudio.desc = Play a sound when the menu is getting%n%opened or closed.
helper.creator.opencloseaudio.reset.desc = Will reset this sound.
helper.creator.openaudio = Menu Open Sound
helper.creator.openaudio.reset = Reset Open Sound
helper.creator.openaudio.desc = Will play a sound when opening the menu.
helper.creator.closeaudio = Menu Close Sound
helper.creator.closeaudio.reset = Reset Close Sound
helper.creator.closeaudio.desc = Will play a sound when closing the menu.
helper.creator.deleteselectedobjects = Do you really want to §lDELETE §rall selected elements?
helper.creator.multiselect.object.deleteall = Delete All
helper.creator.multiselect.object.deleteall.btndesc = Will delete all selected elements.
helper.creator.multiselect.object.stretchall = Stretch All
helper.creator.multiselect.object.stretchall.btndesc = Stretch all §lstretchable §relements%n%to the menu width or height.
helper.creator.multiselect.vanillabutton.resetorientation = Reset Orientation
helper.creator.multiselect.vanillabutton.resetorientation.btndesc = Will reset the orientation%n%for all selected vanilla buttons.
helper.creator.multiselect.vanillabutton.hideall = Hide All
helper.creator.multiselect.vanillabutton.hideall.btndesc = Will hide all selected vanilla buttons.
helper.creator.multiselect.button.buttontexture.btndesc = Set normal and hover textures%n%for all selected buttons.
helper.creator.multiselect.button.buttontexture.reset.btndesc = Will reset all button textures%n%for all selected buttons.
helper.creator.multiselect.button.clicksound.btndesc = Will set the clicksound%n%for all selected buttons.
helper.creator.multiselect.button.clicksound.reset.btndesc = Will reset the clicksound%n%for all selected buttons.
helper.creator.multiselect.button.hoversound.btndesc = Will set the hoversound%n%for all selected buttons.
helper.creator.multiselect.button.hoversound.reset.btndesc = Will reset the hoversound%n%for all selected buttons.
helper.creator.add.playerentity = Player Entity
helper.creator.items.playerentity.setscale = Set Scale
helper.creator.items.playerentity.playername = Player Name
helper.creator.items.playerentity.playername.auto = Auto
helper.creator.items.playerentity.playername.setname = Set Name
helper.creator.items.playerentity.skin = Set Skin
helper.creator.items.playerentity.cape = Set Cape
helper.creator.items.playerentity.texture.local = Local Texture
helper.creator.items.playerentity.texture.url = URL
helper.creator.items.playerentity.rotation = Rotation
helper.creator.items.playerentity.rotation.auto = Auto Rotation
helper.creator.items.playerentity.rotation.custom = Custom Rotation
helper.creator.items.playerentity.rotation.custom.bodyx = Horizontal Body Rotation
helper.creator.items.playerentity.rotation.custom.bodyy = Vertical Body Rotation
helper.creator.items.playerentity.rotation.custom.headx = Horizontal Head Rotation
helper.creator.items.playerentity.rotation.custom.heady = Vertical Head Rotation
helper.creator.items.playerentity.showname.off = Show Name: §cOff
helper.creator.items.playerentity.showname.on = Show Name: §aOn
helper.creator.items.playerentity.crouching.off = Crouching: §cOff
helper.creator.items.playerentity.crouching.on = Crouching: §aOn
helper.creator.items.playerentity.parrot.off = Show Parrot: §cOff
helper.creator.items.playerentity.parrot.on = Show Parrot: §aOn
helper.creator.items.playerentity.slim.off = Slim Skin: §cOff
helper.creator.items.playerentity.slim.on = Slim Skin: §aOn
helper.creator.items.playerentity.setscale.btndesc = Set the scale of the player.
helper.creator.items.playerentity.playername.btndesc = Set the name of the player.
helper.creator.items.playerentity.playername.auto.btndesc = Will automatically set the player%n%to the client user.
helper.creator.items.playerentity.playername.setname.btndesc = Manually set the player name.%n%%n%This doesn't have to be an%n%existing user.
helper.creator.items.playerentity.skin.btndesc = Set the skin texture of the player.%n%%n%This skin is prioritized over%n%the normal player skin.
helper.creator.items.playerentity.cape.btndesc = Set the cape texture of the player.%n%%n%This cape is prioritized over%n%the normal player cape.
helper.creator.items.playerentity.rotation.btndesc = Set the body and head rotation.
helper.creator.items.playerentity.rotation.auto.btndesc = Player will follow the mouse cursor.
helper.creator.items.playerentity.rotation.custom.btndesc = Set a custom player rotation.
helper.creator.items.playerentity.showname.btndesc = Set the player name visibility.
helper.creator.items.playerentity.crouching.btndesc = Set if the player should crouch or not.
helper.creator.items.playerentity.parrot.btndesc = ARRR!
helper.creator.items.playerentity.slim.btndesc = Set if the player should have%n%the slim skin layout.%n%%n%Slim skins have thinner arms.
helper.creator.items.playerentity.texture.invalidtexture.title = Invalid Texture!
helper.creator.items.playerentity.texture.invalidtexture.desc = This texture either doesn't exist or is not a valid texture file.%n%%n%§lSupported File Types: §rPNG
popup.apply = Apply
helper.creator.items.orientation.btndesc = Sets the origin point from%n%where this elements's position%n%will be calculated.%n%%n%§cNOTE:%n%You can see how an element%n%is affected by its orientation%n%when you resize the editor%n%window after changing the%n%orientation.
helper.creator.add.slideshow = Slideshow
helper.creator.add.slideshow.entername = Add By Name
helper.creator.add.slideshow.entername.title = Enter Slideshow Name
helper.creator.backgroundoptions.backgroundslideshow = Background Slideshow
helper.creator.backgroundoptions.backgroundslideshow.set = Set Background
helper.creator.backgroundoptions.backgroundslideshow.set.desc = Sets the selected slideshow%n%as active background slideshow.
helper.creator.backgroundoptions.backgroundslideshow.clear = Clear
helper.creator.backgroundoptions.backgroundslideshow.clear.desc = Removes the currently%n%active background slideshow.
helper.creator.backgroundoptions.slideshows = Slideshows
helper.creator.slideshownotfound = §c§lSlideshow not found!%n%%n%The entered slideshow does not exist!%n%Maybe a typo in the slideshow name?
helper.creator.sidemenu.settings.btndesc = Layout Editor Settings
helper.creator.sidemenu.settings.on = §aOn
helper.creator.sidemenu.settings.off = §cOff
helper.creator.sidemenu.settings.vanillanotification = Vanilla Button Move Warning
helper.creator.sidemenu.settings.popupmenuscale = Rightclick Popup Menu Scale
helper.creator.add.shapes = Shape
helper.creator.add.shapes.rectangle = Rectangle
helper.creator.items.shape.color = Color
helper.creator.items.shape.color.btndesc = Set the HEX color of the shape.%n%%n%§cNOTE:%n%You can use HEX colors to%n%set the element opacity!
helper.creator.object.movedown.desc.subtext.vanillabutton = %n%%n%§cYou can't move elements behind%n%§cvanilla buttons.%n%%n%Instead, you can set the layout%n%§lrendering order§r to '§lbackground§r'%n%to render all elements behind%n%default menu content like%n%vanilla buttons.%n%%n%§lRightclick §rthe editor background%n%to set the §lrendering order§r!
helper.buttons.tools.misc = Miscellaneous
helper.buttons.tools.misc.btndesc = Contains more tools and options%n%for menu customizations.
helper.buttons.tools.misc.openloadingscreen = Open Loading Screen
helper.buttons.tools.misc.openloadingscreen.btndesc = Will open a "dead" instance of a%n%world loading screen, to be able%n%to customize it.%n%%n%§cNOTE:%n%You can close this menu by%n%clicking the §lOpen Main Menu §rbutton§r.
helper.buttons.tools.misc.openmainmenu = Open Main Menu
helper.buttons.tools.misc.openmainmenu.btndesc = Will open the main menu.%n%Useful when stucked in a menu.
helper.buttons.tools.misc.openmessagescreen = Open Message Screen
helper.buttons.tools.misc.openmessagescreen.btndesc = Will open an instance of the%n%message screen you see before%n%the world loading screen or when%n%leaving a world, to be able to%n%customize it.%n%%n%§cNOTE:%n%You can close this menu by%n%clicking the §lOpen Main Menu §rbutton§r.
helper.menubar.expand = Expand Menu Bar
helper.menubar.shrink = Shrink Menu Bar
helper.menubar.settings = FancyMenu Settings
fancymenu.config = FancyMenu Settings
fancymenu.config.categories.general = GENERAL
fancymenu.config.enablehotkeys = Enable Mod Hotkeys
fancymenu.config.playmenumusic = Default MC Menu Music
fancymenu.config.stopworldmusicwhencustomizable = Stop World Music
fancymenu.config.playbackgroundsounds = Custom Sounds
fancymenu.config.playbackgroundsoundsinworld = Custom Sounds In World
fancymenu.config.defaultguiscale = Default GUI Scale
fancymenu.config.showdebugwarnings = Debug Warnings
fancymenu.config.categories.customization = CUSTOMIZATION
fancymenu.config.showcustomizationbuttons = Customization Controls
fancymenu.config.softmode = Soft Mode
fancymenu.config.advancedmode = Advanced Mode
fancymenu.config.categories.mainmenu = MAIN MENU [GENERAL]
fancymenu.config.hidebranding = Hide Branding
fancymenu.config.hidelogo = Hide Logo
fancymenu.config.hiderealmsnotifications = Hide Realms News Icon
fancymenu.config.showmainmenufooter = Main Menu Footer
fancymenu.config.hideforgenotifications = Hide Forge Notifications
fancymenu.config.copyrightposition = Copyright Position
fancymenu.config.copyrightcolor = Copyright Color
fancymenu.config.categories.world_loading_screen = WORLD LOADING SCREEN
fancymenu.config.showloadingscreenanimation = World Loading Animation
fancymenu.config.showloadingscreenpercent = World Loading Percent
fancymenu.config.categories.mainmenu_splash = MAIN MENU [SPLASH TEXT]
fancymenu.config.hidesplashtext = Hide Splash Text
fancymenu.config.splashcolor = Splash Text Color
fancymenu.config.splashtextfile = Custom Splash Text File
fancymenu.config.splashorientation = Splash Text Orientation
fancymenu.config.splashrotation = Splash Text Rotation
fancymenu.config.splashx = Splash Text X Position
fancymenu.config.splashy = Splash Text Y Position
fancymenu.config.categories.loading = GAME LOADING
fancymenu.config.gameintroanimation = Game Intro Animation
fancymenu.config.loadingscreendarkmode = Loading Screen Darkmode
fancymenu.config.showanimationloadingstatus = Animation Loading Status
fancymenu.config.allowgameintroskip = Game Intro Skipping
fancymenu.config.customgameintroskiptext = Game Intro Skip Text
fancymenu.config.loadinganimationcolor = FM Loading Animation Color
fancymenu.config.preloadanimations = Pre-Load Animations
fancymenu.config.categories.minecraftwindow = MINECRAFT WINDOW
fancymenu.config.customwindowtitle = Custom Window Title
fancymenu.config.customwindowicon = Custom Window Icon
fancymenu.config.categories.layouteditor = LAYOUT EDITOR
fancymenu.config.showvanillamovewarning = Button Move Warning
fancymenu.config.editordeleteconfirmation = Delete Confirmation
fancymenu.config.categories.ui = FANCYMENU UI
fancymenu.config.uiscale = FancyMenu UI Scale
fancymenu.config.enablehotkeys.desc = If FancyMenu's hotkeys should be enabled or not.%n%A restart is needed after changing this value.
fancymenu.config.playmenumusic.desc = Enable or disable the default minecraft menu music.
fancymenu.config.stopworldmusicwhencustomizable.desc = If the vanilla world music should%n%be stopped when opening a customizable menu.
fancymenu.config.playbackgroundsounds.desc = Enable or disable the custom menu background%n%sounds added with FancyMenu.
fancymenu.config.playbackgroundsoundsinworld.desc = If menu background sounds added with%n%FancyMenu should be played while%n%a world is loaded (ingame).
fancymenu.config.defaultguiscale.desc = A default GUI scale that will be set on first launch.%n%Useful for modpacks.%n%Cache data is saved in /mods/fancymenu/.
fancymenu.config.showdebugwarnings.desc = If FancyMenu should print warnings%n%to the game log.%n%Errors are not affected by this.
fancymenu.config.showcustomizationbuttons.desc = Show FancyMenu's customization controls in menus.%n%This can be toggled by pressing §lCTRL + ALT + C%n%in a normal menu screen.
fancymenu.config.softmode.desc = Maximizes mod compatibility by%n%disabling background customization support%n%for scrollable menus like the%n%singleplayer and multiplayer menus.
fancymenu.config.advancedmode.desc = Enables some advanced features that%n%could harm or break the game if%n%not correctly used.
fancymenu.config.hidebranding.desc = Hide the branding text in the%n%bottom-left corner of the main menu.
fancymenu.config.hidelogo.desc = Hide the default minecraft logo%n%in the main menu.
fancymenu.config.hiderealmsnotifications.desc = Hide the Realms news icon%n%in the main menu.
fancymenu.config.showmainmenufooter.desc = Show a footer in the main menu%n%like the "Discover More.." text%n%at the end of Minecraft's YouTube videos.
fancymenu.config.hideforgenotifications.desc = Hide all Forge notifications like the%n%beta warning or the forge update notification.
fancymenu.config.copyrightposition.desc = Set the position of the copyright notice.%n%%n%§lAssignable Values:%n%top-left, top-centered, top-right,%n%bottom-left, bottom-centered,%n%bottom-right
fancymenu.config.copyrightcolor.desc = Set the HEX color of the copyright notice.
fancymenu.config.showloadingscreenanimation.desc = If the loading animation of%n%the world loading screen%n%should be visible.
fancymenu.config.showloadingscreenpercent.desc = If the loading percent text of%n%the world loading screen%n%should be visible.
fancymenu.config.hidesplashtext.desc = If the splash text should be visible or not.
fancymenu.config.splashcolor.desc = Set the base color of the splash text.%n%Only HEX values are allowed!
fancymenu.config.splashtextfile.desc = Set a custom TXT file for splash texts.%n%One splash text per text line.%n%%n%Value is the path to the file.
fancymenu.config.splashorientation.desc = Set the orientation of the splash text.%n%This is the origin point from%n%where the splash text position%n%is calculated.%n%%n%§lAssignable Values:%n%original, top-left, mid-left,%n%bottom-left, top-centered, mid-centered,%n%bottom-centered, top-right, mid-right,%n%bottom-right
fancymenu.config.splashrotation.desc = Set the rotation for the splash text.
fancymenu.config.splashx.desc = Set the horizontal splash text%n%position using its orientation%n%as origin point (X:0 Y:0).
fancymenu.config.splashy.desc = Set the vertical splash text%n%position using its orientation%n%as origin point (X:0 Y:0).
fancymenu.config.gameintroanimation.desc = Specify an animation by the name you%n%gave the animation in its properties,%n%that should play as intro before%n%you see the main menu for%n%the first time.%n%(Like all the cool games out there)
fancymenu.config.loadingscreendarkmode.desc = Enable the loadingscreen darkmode.
fancymenu.config.showanimationloadingstatus.desc = When enabled, the animation loading%n%screen will show detailed%n%information about the loading process.
fancymenu.config.allowgameintroskip.desc = If the user can skip the%n%game intro by pressing SPACE, or not.
fancymenu.config.customgameintroskiptext.desc = Set a custom skip text for%n%the game intro animation.
fancymenu.config.loadinganimationcolor.desc = Set the color of the%n%animation loading screen indicator.%n%This is the animation you see while%n%FancyMenu is loading all%n%animations.
fancymenu.config.preloadanimations.desc = Will pre-load animation textures%n%when the game starts.%n%This causes the loading screen%n%to freeze at the end, but%n%prevents animations from lagging%n%when rendered for the first time.
fancymenu.config.customwindowtitle.desc = Specify a custom minecraft window title.
fancymenu.config.customwindowicon.desc = Enable custom Minecraft window icons.%n%For more informations,%n%take a look at the Wiki:%n%§lfm.keksuccino.de
fancymenu.config.showvanillamovewarning.desc = Enable the warning notification%n%when trying to move an%n%orientation-less vanilla button%n%in the layout editor.
fancymenu.config.editordeleteconfirmation.desc = If a confirmation popup should%n%be displayed when deleting an element.
fancymenu.config.uiscale.desc = The scale of the FancyMenu customization UI.
helper.ui.dynamicvariabletextfield.variables.desc = §lPlaceholder Text Values%n%%n%Insert placeholders into the text%n%that will later be replaced with%n%real values like%n%the player name or the MC version.%n%%n%§l§cIMPORTANT:%n%You will see these values as%n%placeholders in the editor and%n%as real values in the actual menu.
helper.ui.dynamicvariabletextfield.variables.playername = Player Name
helper.ui.dynamicvariabletextfield.variables.playername.desc = Gets the player name.
helper.ui.dynamicvariabletextfield.variables.playeruuid = Player UUID
helper.ui.dynamicvariabletextfield.variables.playeruuid.desc = Gets the player UUID.
helper.ui.dynamicvariabletextfield.variables.mcversion = Minecraft Version
helper.ui.dynamicvariabletextfield.variables.mcversion.desc = Gets the Minecraft version.
helper.ui.dynamicvariabletextfield.variables.forgeversion = Mod Loader Version
helper.ui.dynamicvariabletextfield.variables.forgeversion.desc = Gets the mod loader version.
helper.ui.dynamicvariabletextfield.variables.modversion = Mod Version
helper.ui.dynamicvariabletextfield.variables.modversion.desc = Gets the version of a mod my its mod ID.%n%%n%Just replace '<modid>' in the placeholder%n%with an existing mod ID.
helper.ui.dynamicvariabletextfield.variables.totalmods = Total Mods Count
helper.ui.dynamicvariabletextfield.variables.totalmods.desc = Gets the total mods count.%n%This includes disabled mods.
helper.ui.dynamicvariabletextfield.variables.loadedmods = Active Mods Count
helper.ui.dynamicvariabletextfield.variables.loadedmods.desc = Gets the active mods count.%n%This doesn't include disabled mods.
helper.creator.items.string.alignment = Alignment
helper.creator.items.string.alignment.desc = Sets the text alignment.%n%%n%§cUseful when the text width is%n%§cnot always the same, like for%n%§cplaceholder text values.
helper.creator.items.string.alignment.left = Left
helper.creator.items.string.alignment.right = Right
helper.creator.items.string.alignment.centered = Centered
helper.creator.items.string.border.alignment = alignment
helper.creator.custombutton.config.actiontype.runcmd.desc = Runs a CMD/Terminal command. Supports per-OS commands, like in the example.
helper.creator.custombutton.config.actiontype.runcmd.desc.value = Command
helper.creator.custombutton.config.actiontype.runcmd.desc.value.example = [windows:start.bat]; [macos:./Start]; [linux:./start.sh];
helper.creator.custombutton.config.actiontype.closegui.desc = Closes the displayed GUI.
helper.ui.current = Current Menu
helper.ui.current.layouts = Layouts
helper.ui.current.layouts.desc = Create and manage your layouts for this menu.
helper.ui.current.layouts.new = New
helper.ui.current.layouts.new.desc = Create a new layout for this menu.
helper.ui.current.layouts.manage = Manage Layouts
helper.ui.current.layouts.manage.desc = Manage your existing layouts for this menu.
helper.ui.current.layouts.manage.edit = Edit
helper.ui.current.layouts.manage.edit.desc = Edit this layout in the layout editor.
helper.ui.current.advanced = Advanced
helper.ui.current.advanced.desc = Contains tools for advanced users.%n%%n%§c§lWARNING:%n%This stuff can §cbreak things%n%and is not needed in most cases!
helper.ui.customguis = Custom GUIs
helper.ui.customguis.new = New
helper.ui.customguis.new.desc = Create an §cempty §rGUI and%n%fill it with things.
helper.ui.customguis.new.sure = §c§lAre you sure?%n%%n%%n%Do you really want to create a new §lempty §rGUI?%n%%n%§cThis is §lnot §r§cthe same as customizing%n%§can existing menu!%n%%n%If you want to customize an exiting menu,%n%create a §llayout §rinstead.%n% %n% %n%
helper.ui.customguis.manage = Manage GUIs
helper.ui.customguis.manage.desc = Manage your existing GUIs.
helper.ui.tools = Tools
helper.ui.tools.menuinfo.off = Menu Info: §cOff
helper.ui.tools.menuinfo.on = Menu Info: §aOn
helper.ui.tools.menuinfo.desc = Show the menu identifier of this menu.%n%%n%You can left-click the identifier%n%to copy it.
helper.ui.tools.buttoninfo.off = Button Info: §cOff
helper.ui.tools.buttoninfo.on = Button Info: §aOn
helper.ui.tools.buttoninfo.desc = Show informations about vanilla buttons%n%when hovering them.%n%%n%Has no effect on custom buttons.
helper.ui.misc = Miscellaneous
helper.ui.misc.closegui = §cCLOSE MENU
helper.ui.misc.closegui.desc = Close the current menu.
helper.ui.misc.openworldloading = Open World Loading Screen
helper.ui.misc.openworldloading.desc = Will open a dead instance of the%n%world loading screen, to%n%be able to customize it.
helper.ui.misc.openmessagescreen = Open Message Screen
helper.ui.misc.openmessagescreen.desc = Will open a dead instance of the%n%message screen, to%n%be able to customize it.%n%%n%This screen is used when%n%joining a server or a singleplayer world.
helper.ui.reload.desc = Reload FancyMenu.%n%%n%§lWill reload:%n%- Panoramas%n%- Slideshows%n%- Mod Config%n%- Layouts%n%%n%§c§lWill NOT reload:%n%- Animations
helper.editor.ui.unsavedwarning = §c§lAre you sure?%n%%n%%n%All unsaved changes for the current layout%n%will get lost!%n% %n% %n%
helper.editor.ui.layout = Layout
helper.editor.ui.layout.new = New
helper.editor.ui.layout.open = Open
helper.editor.ui.layout.save = Save
helper.editor.ui.layout.saveas = Save As
helper.editor.ui.layout.saveas.entername = §lEnter Layout Name
helper.editor.ui.layout.saveas.failed = §c§lSaving Failed!%n%%n%%n%Unsupported layout name or layout already exists!%n% %n% %n%
helper.editor.ui.layout.properties = Properties
helper.editor.ui.edit = Edit
helper.editor.ui.edit.undo = Undo
helper.editor.ui.edit.redo = Redo
helper.editor.ui.edit.copy = Copy
helper.editor.ui.edit.paste = Paste
helper.editor.ui.element = Element
helper.editor.ui.element.new = New
helper.editor.ui.element.manageaudio = Manage Audios
helper.editor.ui.element.manageaudio.loop.on = Loop: §aOn
helper.editor.ui.element.manageaudio.loop.off = Loop: §cOff
helper.editor.ui.element.deletedvanillabuttons = Deleted Vanilla Buttons
helper.editor.ui.element.deletedvanillabuttons.entry.desc = Leftclick to undo deletion.
helper.editor.ui.exit = Exit
helper.editor.ui.exit.desc = Close the editor.
helper.editor.ui.layoutproperties.newelement = New Element
helper.ui.warning = §lWarning!
helper.ui.warning.unicode = Unicode fonts are not fully supported by the FancyMenu UI!%n%Please consider turning unicode fonts off in the language settings!
helper.creator.error.invalidfile = §c§lError!%n%%n%%n%Invalid or non-existent file!%n% %n% %n% %n%
helper.creator.add.splash = Splash Text
helper.creator.add.splash.single = Single Splash Text
helper.creator.add.splash.single.desc = Enter the splash text content.
helper.creator.add.splash.multi = Multi Splash Text
helper.creator.add.splash.multi.desc = Choose a text file with splash texts.
helper.creator.items.splash.bounce.on = Bouncing: §aOn
helper.creator.items.splash.bounce.off = Bouncing: §cOff
helper.creator.items.splash.refresh.on = Refreshing: §aOn
helper.creator.items.splash.refresh.off = Refreshing: §cOff
helper.creator.items.splash.refresh.desc = Pick a new splash everytime the menu%n%is getting reloaded or openend.
helper.creator.items.splash.basecolor = Base Color
helper.creator.items.splash.rotation = Rotation
helper.creator.items.delay = Delay Appearance
helper.creator.items.delay.off = Delay: §cOff
helper.creator.items.delay.firsttime = Delay: §6First Time
helper.creator.items.delay.everytime = Delay: §aEverytime
helper.creator.items.delay.seconds = Set Delay In Seconds
helper.creator.items.delay.fadein.off = Fade-In: §cOff
helper.creator.items.delay.fadein.on = Fade-In: §aOn
helper.creator.items.delay.fadein.speed = Set Fade-In Speed
fancymenu.helper.creator.layoutoptions.randommode.on = Random Mode: §aOn
fancymenu.helper.creator.layoutoptions.randommode.off = Random Mode: §cOff
fancymenu.helper.creator.layoutoptions.randommode.btn.desc = Pick a random layout of the same%n%group when the menu gets opened.%n%%n%Can be used to randomize%n%backgrounds and other elements.
fancymenu.helper.creator.layoutoptions.randommode.setgroup = Set Random Group
fancymenu.helper.creator.layoutoptions.randommode.setgroup.btn.desc = Set the group of this random layout.%n%One layout per group gets picked%n%when the menu gets opened.
fancymenu.helper.creator.layoutoptions.randommode.onlyfirsttime.on = Randomize Only First Time: §aOn
fancymenu.helper.creator.layoutoptions.randommode.onlyfirsttime.off = Randomize Only First Time: §cOff
fancymenu.helper.creator.layoutoptions.randommode.onlyfirsttime.btn.desc = If layouts of this random group%n%should be random everytime the%n%menu gets opened or if only one layout%n%should be picked the first time%n%the menu gets opened.
fancymenu.helper.creator.backgroundoptions.backgroundanimation.set = Set Background
fancymenu.helper.creator.backgroundoptions.backgroundanimation.set.desc = Sets the selected animation%n%as active background animation.
fancymenu.helper.creator.backgroundoptions.backgroundanimation.clear = Clear
fancymenu.helper.creator.backgroundoptions.backgroundanimation.clear.desc = Removes the currently%n%active background animation.
fancymenu.helper.editor.items.buttons.buttonbackground = Button Background
fancymenu.helper.editor.items.buttons.buttonbackground.normalbackground = Normal Background
fancymenu.helper.editor.items.buttons.buttonbackground.hoverbackground = Hover Background
fancymenu.helper.editor.items.buttons.buttonbackground.type.image = Image
fancymenu.helper.editor.items.buttons.buttonbackground.type.image.chooseimage = Choose Image
fancymenu.helper.editor.items.buttons.buttonbackground.type.animation = Animation
fancymenu.helper.editor.items.buttons.buttonbackground.type.animation.none = NONE
fancymenu.helper.editor.items.buttons.buttonbackground.loopanimation.on = Loop Background Animation: §aOn
fancymenu.helper.editor.items.buttons.buttonbackground.loopanimation.off = Loop Background Animation: §cOff
fancymenu.helper.editor.items.buttons.buttonbackground.loopanimation.btn.desc = Set the background animation to loop..or not.
fancymenu.helper.editor.items.buttons.buttonbackground.restartonhover.on = Restart On Hover: §aOn
fancymenu.helper.editor.items.buttons.buttonbackground.restartonhover.off = Restart On Hover: §cOff
fancymenu.helper.editor.items.buttons.buttonbackground.restartonhover.btn.desc = Restart the background animation on hover.
fancymenu.helper.editor.items.visibilityrequirements = Visibility Requirements
fancymenu.helper.editor.items.visibilityrequirements.btn.desc = Set requirements for the element to be visible.
fancymenu.helper.editor.items.visibilityrequirements.enabled = {}: §aEnabled
fancymenu.helper.editor.items.visibilityrequirements.disabled = {}: §cDisabled
fancymenu.helper.editor.items.visibilityrequirements.toggle.btn.desc = §oLeftclick to toggle requirement.
fancymenu.helper.editor.items.visibilityrequirements.showif = Show If
fancymenu.helper.editor.items.visibilityrequirements.showif.btn.desc = Show element if condition is met.
fancymenu.helper.editor.items.visibilityrequirements.showifnot = Show If Not
fancymenu.helper.editor.items.visibilityrequirements.showifnot.btn.desc = Show element if condition is NOT met.
fancymenu.helper.editor.items.visibilityrequirements.requirement = Requirement
fancymenu.helper.editor.items.visibilityrequirements.singleplayer = Is Singleplayer
fancymenu.helper.editor.items.visibilityrequirements.singleplayer.desc = Check if the user is in singleplayer.
fancymenu.helper.editor.items.visibilityrequirements.multiplayer = Is Multiplayer
fancymenu.helper.editor.items.visibilityrequirements.multiplayer.desc = Check if the user is in multiplayer.
fancymenu.helper.editor.items.visibilityrequirements.worldloaded = Is World Loaded
fancymenu.helper.editor.items.visibilityrequirements.worldloaded.desc = Check if a world is loaded.%n%%n%A world is loaded when the user%n%is in a SP or MP world.
fancymenu.helper.editor.items.visibilityrequirements.realtimehour = Is Real Time Hour
fancymenu.helper.editor.items.visibilityrequirements.realtimehour.desc = Check if the real time's current hour is X.%n%%n%You can separate multiple values by comma,%n%to check for more than one hour%n%at once.
fancymenu.helper.editor.items.visibilityrequirements.realtimehour.valuename = Real Time Hour(s) (Separate Values By Comma)
fancymenu.helper.editor.items.visibilityrequirements.realtimeminute = Is Real Time Minute
fancymenu.helper.editor.items.visibilityrequirements.realtimeminute.desc = Check if the real time's current minute is X.%n%%n%You can separate multiple values by comma,%n%to check for more than one minute%n%at once.
fancymenu.helper.editor.items.visibilityrequirements.realtimeminute.valuename = Real Time Minute(s) (Separate Values By Comma)
fancymenu.helper.editor.items.visibilityrequirements.realtimesecond = Is Real Time Second
fancymenu.helper.editor.items.visibilityrequirements.realtimesecond.desc = Check if the real time's current second is X.%n%%n%You can separate multiple values by comma,%n%to check for more than one second%n%at once.
fancymenu.helper.editor.items.visibilityrequirements.realtimesecond.valuename = Real Time Second(s) (Separate Values By Comma)
fancymenu.helper.editor.items.visibilityrequirements.windowwidth = Is Window Width
fancymenu.helper.editor.items.visibilityrequirements.windowwidth.desc = Check if the window width is X.%n%%n%You can separate multiple values by comma,%n%to check for more than one width%n%at once.
fancymenu.helper.editor.items.visibilityrequirements.windowwidth.valuename = Window Width(s) (Separate Values By Comma)
fancymenu.helper.editor.items.visibilityrequirements.windowheight = Is Window Height
fancymenu.helper.editor.items.visibilityrequirements.windowheight.desc = Check if the window height is X.%n%%n%You can separate multiple values by comma,%n%to check for more than one height%n%at once.
fancymenu.helper.editor.items.visibilityrequirements.windowheight.valuename = Window Height(s) (Separate Values By Comma)
fancymenu.helper.editor.items.visibilityrequirements.windowwidthbiggerthan = Is Window Width Bigger Than
fancymenu.helper.editor.items.visibilityrequirements.windowwidthbiggerthan.desc = Check if the window width is bigger than X.
fancymenu.helper.editor.items.visibilityrequirements.windowwidthbiggerthan.valuename = Window Width
fancymenu.helper.editor.items.visibilityrequirements.windowheightbiggerthan = Is Window Height Bigger Than
fancymenu.helper.editor.items.visibilityrequirements.windowheightbiggerthan.desc = Check if the window height is bigger than X.
fancymenu.helper.editor.items.visibilityrequirements.windowheightbiggerthan.valuename = Window Height
fancymenu.helper.editor.items.visibilityrequirements.buttonhovered = Is Button Hovered
fancymenu.helper.editor.items.visibilityrequirements.buttonhovered.desc = Check if a specific button is hovered.%n%%n%§cTo get the element ID of a button,%n%§cright-click it and click 'Copy Element ID'.
fancymenu.helper.editor.items.visibilityrequirements.buttonhovered.valuename = Element ID
fancymenu.helper.editor.items.visibilityrequirements.language = Is Game Language
fancymenu.helper.editor.items.visibilityrequirements.language.desc = Check for a specific game language.
fancymenu.helper.editor.items.visibilityrequirements.language.valuename = Language ID
fancymenu.helper.editor.items.visibilityrequirements.fullscreen = Is Fullscreen
fancymenu.helper.editor.items.visibilityrequirements.fullscreen.desc = Check if the game window is fullscreen.
fancymenu.helper.editor.items.visibilityrequirements.oswindows = Is OS Windows
fancymenu.helper.editor.items.visibilityrequirements.oswindows.desc = Check if the operating system is Windows.
fancymenu.helper.editor.items.visibilityrequirements.osmac = Is OS macOS
fancymenu.helper.editor.items.visibilityrequirements.osmac.desc = Check if the operating system is macOS.
fancymenu.helper.editor.items.visibilityrequirements.oslinux = Is OS Linux
fancymenu.helper.editor.items.visibilityrequirements.oslinux.desc = Check if the operating system is Linux.
fancymenu.helper.editor.items.visibilityrequirements.modloaded = Is Mod Loaded
fancymenu.helper.editor.items.visibilityrequirements.modloaded.desc = Check if a specific mod is loaded.%n%%n%You can separate multiple values by comma,%n%to check for more than one mod%n%at once.
fancymenu.helper.editor.items.visibilityrequirements.modloaded.valuename = Mod ID(s) (Separate Values By Comma)
fancymenu.helper.editor.items.visibilityrequirements.serveronline = Is Server Online
fancymenu.helper.editor.items.visibilityrequirements.serveronline.desc = Check if a specific server is online.
fancymenu.helper.editor.items.visibilityrequirements.serveronline.valuename = Server IP
fancymenu.helper.editor.items.copyid = Copy Element ID
fancymenu.helper.editor.items.copyid.btn.desc = Copy the ID of this element, to use%n%it in visibility requirements, etc.
fancymenu.helper.ui.dynamicvariabletextfield.variables.local = Localize Text
fancymenu.helper.ui.dynamicvariabletextfield.variables.local.desc = Localizes a text by the given key.%n%%n%Just replace '<localization.key>' in the%n%placeholder with a localization key.%n%%n%§cCheck the wiki for how to add%n%§cyour own text localizations!%n%%n%§cWiki: fm.keksuccino.de%n%%n%§lExample:%n%%local:some.local.key%
fancymenu.config.showgrid = Show Grid
fancymenu.config.showgrid.desc = Add a grid to the editor for easier aligning.
fancymenu.config.gridsize = Grid Size
fancymenu.config.gridsize.desc = The inner size of one grid square.
fancymenu.helper.editor.properties.scale.btn.desc = Force a GUI scale for this menu.%n%%n%This will override the scale%n%set in the Minecraft settings.%n%%n%§cOnly overrides the scale for the specific menu,%n%§cnot all menus.
fancymenu.helper.editor.properties.autoscale.on = Layout Auto-Scaling: §aOn
fancymenu.helper.editor.properties.autoscale.off = Layout Auto-Scaling: §cOff
fancymenu.helper.editor.properties.autoscale.btn.desc = Let FancyMenu handle the scale of%n%the menu, so your layout works for%n%every scale and resolution.%n%%n%§cThis will make text elements look%n%§cblurry at some scales.%n%§cThis can't be fixed and the best%n%§cworkaround is to use images%n%§cwith background as text elements.
fancymenu.helper.editor.properties.autoscale.basesize.popup.desc.line1 = Here you can set the base window size of your layout.
fancymenu.helper.editor.properties.autoscale.basesize.popup.desc.line2 = This should be the size your layout was designed for.
fancymenu.helper.editor.properties.autoscale.basesize.popup.desc.line3 = If you made it in the current window size, just leave the values like they are.
fancymenu.helper.editor.properties.autoscale.error = §c§lSomething went wront!%n%%n%Setting base size for auto-scaling failed!%n%Please check if both values are §lbigger than 0%n%and that they are §lvalid numbers§r.%n% %n% %n% %n% %n%
fancymenu.helper.ui.dynamicvariabletextfield.categories.other = Other
fancymenu.helper.ui.dynamicvariabletextfield.categories.server = Server
fancymenu.helper.ui.dynamicvariabletextfield.categories.realtime = Real Life Time
fancymenu.helper.ui.dynamicvariabletextfield.categories.player = Player
fancymenu.helper.ui.dynamicvariabletextfield.categories.client = Client
fancymenu.helper.ui.dynamicvariabletextfield.variables.realtimeyear = Year
fancymenu.helper.ui.dynamicvariabletextfield.variables.realtimemonth = Month
fancymenu.helper.ui.dynamicvariabletextfield.variables.realtimeday = Day
fancymenu.helper.ui.dynamicvariabletextfield.variables.realtimehour = Hour
fancymenu.helper.ui.dynamicvariabletextfield.variables.realtimeminute = Minute
fancymenu.helper.ui.dynamicvariabletextfield.variables.realtimesecond = Second
fancymenu.helper.ui.dynamicvariabletextfield.variables.servermotd = Server MOTD
fancymenu.helper.ui.dynamicvariabletextfield.variables.servermotd.desc = Gets the MOTD of a server.%n%%n%Just replace '<serverIP>' in the%n%placeholder with a valid server IP.%n%%n%§lExample:%n%%servermotd:gommehd.net%
fancymenu.helper.ui.dynamicvariabletextfield.variables.serverping = Server PING
fancymenu.helper.ui.dynamicvariabletextfield.variables.serverping.desc = Gets the current ping to a server.%n%%n%Just replace '<serverIP>' in the%n%placeholder with a valid server IP.%n%%n%§lExample:%n%%serverping:gommehd.net%
fancymenu.helper.ui.dynamicvariabletextfield.variables.serverplayercount = Server Players Count
fancymenu.helper.ui.dynamicvariabletextfield.variables.serverplayercount.desc = Gets the player count of a server.%n%%n%Just replace '<serverIP>' in the%n%placeholder with a valid server IP.%n%%n%§lExample:%n%%serverplayercount:gommehd.net%
fancymenu.helper.ui.dynamicvariabletextfield.variables.serverstatus = Server Status
fancymenu.helper.ui.dynamicvariabletextfield.variables.serverstatus.desc = Gets the status (online/offline) of a server.%n%%n%Just replace '<serverIP>' in the%n%placeholder with a valid server IP.%n%%n%§lExample:%n%%serverstatus:gommehd.net%
fancymenu.helper.ui.dynamicvariabletextfield.variables.serverversion = Server Version
fancymenu.helper.ui.dynamicvariabletextfield.variables.serverversion.desc = Gets the MC version of a server.%n%%n%Just replace '<serverIP>' in the%n%placeholder with a valid server IP.%n%%n%§lExample:%n%%serverversion:gommehd.net%
fancymenu.helper.ui.dynamicvariabletextfield.variables.percentram = Currently Used RAM in %
fancymenu.helper.ui.dynamicvariabletextfield.variables.usedram = Currently Used RAM in MB
fancymenu.helper.ui.dynamicvariabletextfield.variables.maxram = Max RAM in MB
fancymenu.helper.editor.layoutoptions.backgroundoptions.setbackground = Set Background
fancymenu.helper.editor.layoutoptions.backgroundoptions.setbackground.btn.desc = Set an image, animation, panorama%n%or slideshow as background.
fancymenu.helper.editor.layoutoptions.backgroundoptions.keepaspect.on = Keep Background Aspect Ratio: §aOn
fancymenu.helper.editor.layoutoptions.backgroundoptions.keepaspect.off = Keep Background Aspect Ratio: §cOff
fancymenu.helper.editor.layoutoptions.backgroundoptions.slideimage.on = Slide Wide Background: §aOn
fancymenu.helper.editor.layoutoptions.backgroundoptions.slideimage.off = Slide Wide Background: §cOff
fancymenu.helper.editor.layoutoptions.backgroundoptions.slideimage.btn.desc = Slide the background image from%n%the left to the right window side,%n%if it has a wide format.%n%%n%§cOnly works for background images.%n%§cnot slideshows, animations or panorama cubes.
fancymenu.helper.editor.layoutoptions.backgroundoptions.image.clear = Clear
fancymenu.helper.editor.layoutoptions.backgroundoptions.image.clear.btn.desc = Removes the currently%n%active background image.
fancymenu.helper.editor.items.orientation.element.setidentifier = Set Element ID
fancymenu.helper.editor.items.orientation.element.setidentifier.identifiernotfound = §c§lError!%n%%n%No element found with this element ID!%n%%n%%n%%n%
fancymenu.helper.editor.items.orientation.element.btn.desc = Set the position of another element as%n%orientation origin point, so this element%n%will always move with its parent element.%n%%n%§cYou need the element ID%n%§cof the parent element here.%n%§cYou can get the element ID%n%§cwhen you right-click an element.
fancymenu.helper.setupsharing.import.choosefromsaved = Choose From Saved Setups
fancymenu.helper.setupsharing.import.choosefromsaved.btn.desc = Choose a setup from the saved setups.
fancymenu.helper.setupsharing.import.choosefromsaved.tooltip = §6Setup Information:
fancymenu.helper.setupsharing.import.choosefromsaved.tooltip.datemodified = Modified: §7{}
fancymenu.helper.setupsharing.import.choosefromsaved.tooltip.mcversion = Minecraft Version: §7{}
fancymenu.helper.setupsharing.import.choosefromsaved.tooltip.fmversion = FancyMenu Version: §7{}
fancymenu.helper.setupsharing.import.choosefromsaved.tooltip.modloader = Mod Loader: §7{}
fancymenu.helper.setupsharing.import.choosefrompath = Enter Path To Setup
fancymenu.helper.setupsharing.import.choosefrompath.btn.desc = Enter a path to a setup folder.
fancymenu.helper.setupsharing.import.enterpath = §lEnter path to setup folder:
fancymenu.helper.setupsharing.import.differentmodloader = §c§lWarning!%n%%n%This setup was created in §c{}§r, but you're using §c{}§r!%n%%n%The setup could be §cincompatible§r.%n%%n%§6Do you want to import it?%n%%n%%n%
fancymenu.helper.setupsharing.import.differentmcversion = §c§lWarning!%n%%n%This setup was created in Minecraft §c{}§r,%n%but you're using Minecraft §c{}§r!%n%%n%The setup could be §cincompatible§r.%n%%n%§6Do you want to import it?%n%%n%%n%
fancymenu.helper.setupsharing.import.differentfmversion = §c§lWarning!%n%%n%This setup was created with FancyMenu §c{}§r,%n%but you're using FancyMenu §c{}§r!%n%%n%The setup could be §cincompatible§r.%n%%n%§6Do you want to import it?%n%%n%%n%
fancymenu.helper.setupsharing.import.invalididentifiers = §c§lWarning!%n%%n%Layouts with invalid menu identifiers found!%n%%n%This can happen when a layout was made in another%n%version of MC or with another mod launcher.%n%It can also happen when a layout was made for%n%a mod menu, but the mod isn't installed anymore.%n%%n%FancyMenu can try to fix identifiers for vanilla menus.%n%%n%§6Should FancyMenu try to fix the identifiers?%n%%n%%n%
fancymenu.helper.setupsharing.import.success = §a§lSuccess!%n%%n%Setup successfully imported!%n%%n%Please §6restart §rthe game to finish the process!%n%%n%%n%
fancymenu.helper.setupsharing.import.error = §c§lError!%n%%n%There was a problem while trying to import the setup!%n%%n%Please send your log to the mod author!%n%%n%%n%
fancymenu.helper.setupsharing.import.confirm = §c§lAre you sure?%n%%n%Importing a setup will §coverride §ryour current one!%n%%n%A backup of your current FancyMenu setup will be made, but%n%please §cmake a manual full backup §rof your Minecraft instance!%n%%n%You can §6restore §rthe automatic backup in the §6Setup §rtab of the menu bar.%n%%n%§c§lDo you want to override your setup now?%n%%n%%n%
fancymenu.helper.setupsharing.import.importingsetup = §lImporting setup, please wait..
fancymenu.helper.setupsharing.import.preparing = §lPreparing setup, please wait..
fancymenu.helper.setupsharing.import.invalidsetup = §c§lError!%n%%n%This folder is not a valid FancyMenu setup!%n%%n%%n%
fancymenu.helper.setupsharing.export.entername = §lEnter setup name:
fancymenu.helper.setupsharing.export.error = §c§lError!%n%%n%There was a problem while trying to export the setup!%n%%n%§cPlease send your log to the mod author!%n%%n%%n%
fancymenu.helper.setupsharing.export.confirm = §c§lAre you sure?%n%%n%Exporting a setup will export your config, all of your layouts,%n%animations, resources and more, so you can share it with others.%n%%n%§6Do you want to export your setup now?%n%%n%%n%
fancymenu.helper.setupsharing.export.unabletoexport = §c§lWarning!%n%%n%Your setup got exported, but §c{} elements §rcould%n%§cnot get exported§r!%n%%n%You will need to §cmanually copy §rthese elements!%n%%n%Do you want to see a list of the failed elements?%n%%n%%n%
fancymenu.helper.setupsharing.export.success = §a§lSuccess!%n%%n%Setup successfully exported!%n%%n%§6Do you want to open the setups folder?%n%%n%%n%
fancymenu.helper.setupsharing.import.exportingsetup = §lExporting setup, please wait..
fancymenu.helper.setupsharing.restore.confirm = §c§lAre you sure?%n%%n%Restoring a backup will §coverride §ryour current FancyMenu setup!%n%%n%§cPlease make a manual full backup of your Minecraft instance!%n%%n%§c§lDo you want to restore the backup now?%n%%n%%n%
fancymenu.helper.setupsharing.restore.success = §a§lSuccess!%n%%n%Setup backup successfully restored!%n%%n%Please §6restart §rthe game to finish the process!%n%%n%%n%
fancymenu.helper.setupsharing.restore.error = §c§lError!%n%%n%There was an error while trying to restore the backup!%n%%n%§6Don't worry§r, your backup should be fine.%n%You can try to §6manually restore it§r.%n%%n%§6Do you want to open the backup folder?%n%%n%%n%
fancymenu.helper.setupsharing.restore.backingup = §lBacking up setup, please wait..
fancymenu.helper.setupsharing.restore.restoring = §lRestoring backup, please wait..
fancymenu.helper.ui.setup = Setup
fancymenu.helper.ui.setup.import = Import
fancymenu.helper.ui.setup.import.btn.desc = Import a saved setup.%n%%n%§c§lThis will override all of your%n%§c§lFancyMenu settings!
fancymenu.helper.ui.setup.export = Export
fancymenu.helper.ui.setup.export.btn.desc = Export your current setup.%n%%n%This includes your config, layouts,%n%animations, resources and more.
fancymenu.helper.ui.setup.restore = Restore Backup
fancymenu.helper.ui.setup.restore.btn.desc = Restore a setup backup.%n%%n%Backups are made before%n%importing a new setup.
fancymenu.helper.ui.setup.restore.entry.btn.desc = Left-click to restore backup.
fancymenu.commands.openguiscreen.error = An error happened while trying to open the GUI.
fancymenu.commands.openguiscreen.cannotopen = Unable to open GUI! The GUI you want to open either does not exist or isn't supported! If this is a vanilla GUI, please contact the developer of FancyMenu to add support for it.
helper.creator.custombutton.config.actiontype.copytoclipboard.desc = Copy text to the clipboard.
helper.creator.custombutton.config.actiontype.copytoclipboard.desc.value = Text
helper.creator.custombutton.config.actiontype.copytoclipboard.desc.value.example = This text got copied to your clipboard!
fancymenu.config.forcefullscreen = Force Fullscreen
fancymenu.config.forcefullscreen.desc = Forces the window to fullscreen on start.%n%Users will still be able to%n%go out of fullscreen later.
helper.creator.custombutton.config.actiontype.mimicbutton.desc = Execute the button action of a vanilla button.
helper.creator.custombutton.config.actiontype.mimicbutton.desc.value = menu_identifier:button_id
helper.creator.custombutton.config.actiontype.mimicbutton.desc.value.example = some.menu.identifier:505280
fancymenu.custombutton.action.mimicbutton.unabletoexecute = §c§lError!%n%%n%Unable to execute button action!%n%%n%Invalid button locator or unable to%n%open parent screen of button.%n% %n% %n% %n%
fancymenu.helper.ui.dynamicvariabletextfield.variables.vanillabuttonlabel = Vanilla Button Label
fancymenu.helper.ui.dynamicvariabletextfield.variables.vanillabuttonlabel.desc = Get the label of a vanilla button.%n%%n%§cReplace "<button_locator>" with%n%§cthe correct button locator%n%§cof the target button.%n%%n%The button locator is a combination%n%of the menu identifier of the menu%n%the button is in and the %n%ID of the button, separated%n%by a colon.%n%%n%Example Button Locator:%n%some.menu.identifier:505280
fancymenu.helper.editor.windowsizerestrictions.reset = Reset Window Size Restrictions
fancymenu.helper.editor.windowsizerestrictions.reset.btn.desc = Reset/remove all window size restrictions.
fancymenu.helper.editor.windowsizerestrictions.btn.desc = Set the layout to only load%n%at specific window sizes.%n%%n%§cIt's recommended to only use%n%§cwidth OR height, not both at%n%§cthe same time!
fancymenu.config.categories.multiplayer_screen = MULTIPLAYER MENU
fancymenu.config.categories.singleplayer_screen = SINGLEPLAYER MENU
fancymenu.config.show_server_icons = Show Server Icons
fancymenu.config.show_server_icons.desc = If the server icons should be visible.
fancymenu.config.show_world_icons = Show World Icons
fancymenu.config.show_world_icons.desc = If the world icons should be visible.
fancymenu.helper.ui.dynamicvariabletextfield.variables.servermotd_line1 = Server MOTD Line 1
fancymenu.helper.ui.dynamicvariabletextfield.variables.servermotd_line1.desc = Gets the first line of the MOTD of a server.%n%%n%Just replace '<serverIP>' in the%n%placeholder with a valid server IP.%n%%n%§lExample:%n%%servermotd_line1:gommehd.net%
fancymenu.helper.ui.dynamicvariabletextfield.variables.servermotd_line2 = Server MOTD Line 2
fancymenu.helper.ui.dynamicvariabletextfield.variables.servermotd_line2.desc = Gets the second line of the MOTD of a server.%n%%n%Just replace '<serverIP>' in the%n%placeholder with a valid server IP.%n%%n%§lExample:%n%%servermotd_line2:gommehd.net%
fancymenu.helper.ui.tools.buttoninfo.enablecustomizations = §cYou need to enable customizations%n%§cfor the current menu, to use this tool!
fancymenu.helper.ui.tools.buttoninfo.enablecustomizations.cursorwarning.line1 = §lWarning!
fancymenu.helper.ui.tools.buttoninfo.enablecustomizations.cursorwarning.line2 = You need to enable customizations for
fancymenu.helper.ui.tools.buttoninfo.enablecustomizations.cursorwarning.line3 = the current menu before using the §lButton Info §rtool!
fancymenu.helper.editor.items.visibilityrequirements.guiscale = Is GUI Scale
fancymenu.helper.editor.items.visibilityrequirements.guiscale.desc = Check if the current GUI scale is X.%n%%n%You can check for bigger than ('>'),%n%smaller than ('<') and equals X.%n%%n%For example, if you want to check%n%if the scale is smaller than 3.20,%n%type '<3.20' (without the '').%n%To check if the scale is equal to 1.0,%n%just type '1.0' (without the '').%n%When checking if the scale is bigger than 2.20,%n%type '>2.20' (without the '').%n%%n%You can separate multiple values by comma,%n%to check for more than one scale%n%at once.
fancymenu.helper.editor.items.visibilityrequirements.guiscale.valuename = GUI Scale Condition(s) (Separate Values By Comma)
fancymenu.helper.editor.backgrounds.choose = Choose Background
fancymenu.helper.editor.backgrounds.image.desc = A static image.%n%%n%Only JPG/JPEG and PNG are supported.
fancymenu.helper.editor.backgrounds.animation.desc = An animation. Like a video, but not, you know?%n%%n%Please visit the wiki (fm.keksuccino.de)%n%for how to make your own animations.
fancymenu.helper.editor.backgrounds.panorama.desc = A spinning cubic panorama like%n%the one in the vanilla main menu.%n%%n%Please visit the wiki (fm.keksuccino.de)%n%for how to make your own panoramas.
fancymenu.helper.editor.backgrounds.slideshow.desc = A slideshow that shows a set of images.%n%%n%Please visit the wiki (fm.keksuccino.de)%n%for how to make your own slideshows.
fancymenu.helper.editor.backgrounds.custom.choosefile = Choose File
fancymenu.helper.editor.backgrounds.custom.setbackground = Set Background
fancymenu.helper.editor.backgrounds.custom.clearbackground = Clear
fancymenu.helper.editor.backgrounds.custom.clearbackground.desc = Clear the currently active background of this type.

View File

@ -0,0 +1,239 @@
loading.animation.loadingframes = Ładowanie klatek animacji dla {}
loading.animation.prerendering = Wstępne renderowanie animacji {}
loading.animation.done = Gotowe!
helper.button.menuinfo = Info o Menu
helper.button.buttoninfo = Info o Przyciskach
helper.button.reload = Odśwież
helper.button.createlayout = Utwórz Układ
helper.menuinfo.identifier = Identyfikator Menu
helper.buttoninfo.idnotfound = <id nie znalezione>
helper.buttoninfo.keynotfound = <przycisk nie ma klucza>
helper.buttoninfo
helper.buttoninfo.id = ID
helper.buttoninfo.key = Klucz
helper.buttoninfo.labelwidth = Szerokość Etykiety
helper.creator.menu.add = Dodaj
helper.creator.menu.audio = Audio
helper.creator.menu.hidden = Ukryte
helper.creator.menu.save = Zapisz
helper.creator.menu.close = Zamknij
helper.creator.messages.sure = Jesteś pewien?
helper.creator.empty = BRAK
helper.creator.layoutempty.title = Układ jest pusty!
helper.creator.layoutempty.desc = Twój układ nie ma zawartości.%n%%n%Zanim zapiszesz, dostosuj układ!
helper.creator.audioalreadyloaded.title = Audio już załadowane!
helper.creator.audioalreadyloaded.desc = Audio które próbujesz dodać jest już częścią tego układu!%n%%n%Nie możesz dodać tego samego audio wiele razy.
helper.creator.invalidaudio.title = Nieprawidłowy plik audio!
helper.creator.invalidaudio.desc = Plik który chcesz załadować nie istnieje lub ma nieobsługiwany typ pliku.%n%%n%Sprawdź ścieżkę pliku i upewnij się, że plik jest prawidłowym plikiem audio WAV!
helper.creator.invalidimage.title = Nieprawidłowy obraz!
helper.creator.invalidimage.desc = Obraz który chcesz załadować nie istnieje lub ma nieobsługiwany typ pliku.%n%%n%Obsługiwane typy plików to JPG/JPEG, PNG i GIF.
helper.creator.imagenotfound.title = Nie znaleziono obrazu!
helper.creator.imagenotfound.desc = Obraz który chcesz dodać nie istnieje%n%w określonej lokalizacji.
helper.creator.animationnotfound.title = Nie znaleziono animacji!
helper.creator.animationnotfound.desc = Animacja którą chcesz dodać nie istnieje.%n%%n%Być może zapomniałeś dodać wszystkich obowiązkowych zmiennych do jego właściwości?%n%%n%Zawsze pamiętaj, że musisz ponownie uruchomić grę%n%po dodaniu nowej animacji do folderu animacji.
helper.creator.texttooshort.title = Tekst jest za krótki!
helper.creator.texttooshort.desc = Twój tekst musi mieć conajmniej jeden znak!%n%W przeciwnym razie… on… byłby niczym.%n%%n%Nikt nie chce być niczym, więc nie rób tego z tekstem!
helper.creator.cannotdelete.title = Obiekt nie może zostać usunięty!
helper.creator.cannotdelete.desc = Przepraszamy, ale nie możesz usunąć tego obiektu.%n%%n%Będziesz musiał nauczyć się z tym żyć..
helper.creator.savefile = Czy chcesz zapisać swój układ w pliku dostosowywania?
helper.creator.savefile.keep = Zapisz i pozostaw inne układy włączone
helper.creator.savefile.disable = Zapisz i wyłącz inne układy
helper.creator.savefile.cancel = Anuluj
helper.creator.layoutoptions.renderorder = Kolejność Renderowania
helper.creator.layoutoptions.renderorder.background = Tło
helper.creator.layoutoptions.renderorder.foreground = Pierwszy Plan
helper.creator.layoutoptions.version.mc = Wersja Minecrafta
helper.creator.layoutoptions.version.fm = Wersja FancyMenu
helper.creator.layoutoptions.version.minimum = Ustaw Minimum
helper.creator.layoutoptions.version.minimum.mc = Minimalna Wersja Minecrafta
helper.creator.layoutoptions.version.minimum.fm = Minimalna Wersja FancyMenu
helper.creator.layoutoptions.version.maximum = Ustaw Maksimum
helper.creator.layoutoptions.version.maximum.mc = Maksymalna Wersja Minecrafta
helper.creator.layoutoptions.version.maximum.fm = Maksymalna Wersja FancyMenu
helper.creator.layoutoptions.resetbackground = Resetuj Tło
helper.creator.layoutoptions.requiredmods = Wymagane Mody
helper.creator.layoutoptions.requiredmods.desc = Wymagane Mody [ID modów, oddzielone przecinkami]
helper.creator.close = Czy naprawdę chcesz zamknąć kreatora układu?
helper.creator.audio.delete = Usuń
helper.creator.audio.delete.msg = Czy na pewno chcesz usunąć te audio?
helper.creator.audio.enableloop = Włącz pętlę
helper.creator.audio.disableloop = Wyłącz pętlę
helper.creator.add.image = Obraz
helper.creator.add.image.path = Ścieżka obrazu
helper.creator.add.animation = Animacja
helper.creator.add.animation.entername = Wpisz nazwę animacji
helper.creator.add.animation.entername.title = Nazwa Animacji
helper.creator.add.text = Tekst
helper.creator.add.text.newtext = Nowy Tekst
helper.creator.add.button = Przycisk
helper.creator.add.button.label = Etykieta Przycisku
helper.creator.add.audio = Audio
helper.creator.vanillabutton.autoclick = Kliknij Przycisk
helper.creator.vanillabutton.autoclick.popup = Automatyczne Kliknięcia Przycisków
helper.creator.backgroundoptions = Opcje Tła
helper.creator.backgroundoptions.backgroundanimation = Animacje Tła
helper.creator.backgroundoptions.backgroundimage = Obraz w tle
helper.creator.backgroundoptions.chooseimage = Wybierz Obraz
helper.creator.backgroundoptions.random = Losowy
helper.creator.backgroundoptions.notrandom = Nie Losowy
helper.creator.backgroundoptions.addanimation = Dodaj
helper.creator.backgroundoptions.removeanimation = Usuń
helper.creator.backgroundoptions.animations = Animacje
helper.creator.backgroundoptions.randomizeanimations = Losuj Animacje
helper.creator.custombutton.config = Działanie Przycisku
helper.creator.custombutton.config.actionvalue = Wartość Akcji [{}]
helper.creator.custombutton.config.actiontype = Rodzaj Akcji
helper.creator.custombutton.config.actiontype.sendmessage.desc = Wyślij wiadomość czatu lub polecenie.
helper.creator.custombutton.config.actiontype.sendmessage.desc.value = Wiadomość/Polecenie
helper.creator.custombutton.config.actiontype.openlink.desc = Otwórz link w domyślnej przeglądarce.
helper.creator.custombutton.config.actiontype.openlink.desc.value = Link
helper.creator.custombutton.config.actiontype.quitgame.desc = Zamknij Minecraft.
helper.creator.custombutton.config.actiontype.joinserver.desc = Dołącz do serwera Minecraft.
helper.creator.custombutton.config.actiontype.joinserver.desc.value = IP Serwera
helper.creator.custombutton.config.actiontype.loadworld.desc = Załaduj świat Minecraft.
helper.creator.custombutton.config.actiontype.loadworld.desc.value = Nazwa folderu świata
helper.creator.custombutton.config.actiontype.openfile.desc = Otwórz plik lub folder.
helper.creator.custombutton.config.actiontype.openfile.desc.value = Ścieżka
helper.creator.custombutton.config.actiontype.prevbackground.desc = Przejdź do poprzedniego tła menu.
helper.creator.custombutton.config.actiontype.nextbackground.desc = Przejdź do następnego tła menu.
helper.creator.custombutton.config.texture = Tekstura przycisku
helper.creator.custombutton.config.texture.normal = Normalna
helper.creator.custombutton.config.texture.hovered = Wskazany
helper.creator.custombutton.config.texture.reset = Zresetuj tekstury
helper.creator.items.setorientation = Ustaw Orientację
helper.creator.items.delete = Usuń
helper.creator.items.border.posx = pozX
helper.creator.items.border.posy = pozY
helper.creator.items.border.orientation = orientacja
helper.creator.items.border.width = szerokość
helper.creator.items.border.height = wysokość
helper.creator.items.button.editlabel = Edytuj Etykietę
helper.creator.items.vanillabutton.resetorientation = Zresetuj Orientację
helper.creator.items.vanillabutton.hide = Ukryj Przycisk
helper.creator.items.vanillabutton.noorientation.title = Wymagana specjalna ostrożność!
helper.creator.items.vanillabutton.noorientation.desc = §oStandardowe przyciski wymagają poklepania głowy, zanim cię posłuchają.%n%%n%%n%Aby §lzmienić ich rozmiar lub je przenieść§r, najpierw musisz dać im §lorientację§r!%n%%n%Możesz to zrobić, klikając §lprawym przyciskiem myszy§r na przycisk.
helper.creator.items.string.setscale = Ustaw Skalę
helper.creator.items.string.setcentered = Ustaw Na Środku
helper.creator.items.string.setuncentered = Ustaw Nie Na Środku
helper.creator.items.string.setshadow = Ustaw Cień
helper.creator.items.string.setnoshadow = Usuń Cień
helper.creator.items.string.edit = Edytuj Zawartość
helper.creator.items.string.border.centered = wyśrodkowany
helper.creator.items.string.border.scale = skala
helper.creator.items.string.scale.invalidvalue.title = Niewłaściwa Wartość!
helper.creator.items.string.scale.invalidvalue.desc = Wartość którą chcesz ustawić nie jest prawidłową wartością skali!%n%%n%Przykłady wartości skali: 1.0, 2.0, 0.5
helper.creator.deleteobject = Czy na pewno chcesz §lUSUNĄĆ §rten objekt?%n%%n%§lNie można cofnąć tej akcji!
helper.creator.choosefile.enterorchoose = §lWprowadź Ścieżkę Lub Wybierz Plik
helper.creator.choosefile.choose = Wybierz Plik
helper.creator.choosefile.notsupported = §cEksplorator plików nie jest obsługiwany lub wyłączony! Wprowadź ręcznie ścieżkę.
helper.creator.webstring.multiline = Ustaw wiele linii tekstu
helper.creator.webstring.nomultiline = Ustaw brak wielu linii tekstu
helper.creator.web.invalidurl = §c§lnieprawidłowy URL!%n%%n%Ten adres URL nie jest prawidłowym adresem lub nie istnieje!
helper.creator.web.enterurl = Wprowadź URL
helper.creator.add.webimage = Obraz Sieciowy
helper.creator.add.webtext = Tekst Sieciowy
helper.creator.editlayout = Edytuj Układ
helper.creator.editlayout.popup.loadall = Załaduj Wszystko
helper.creator.editlayout.popup.loadselected = Załaduj Wybrany Układ
helper.creator.editlayout.popup.layouts = Układy
helper.creator.editlayout.popup.cancel = Anuluj
helper.creator.editlayout.popup.actionscount = {} akcje dostosowywania
helper.creator.editlayout.nolayouts.msg = §c§lNie znaleziono układów!%n%%n%%n%To menu nie zawiera żadnych układów!%n%%n%Jeśli chcesz dostosować to menu, użyj przycisku „Utwórz układ”!
helper.creator.editlayout.popup.msg = Istnieje więcej niż jeden plik dostosowywania dla tego ekranu menu!%n%%n%Czy chcesz załadować pełny układ i połączyć wszystkie%n%czy po prostu chcesz załadować konkretny?%n%%n%§cWartości dostosowywania gubią się podczas łączenia wielu układów!
helper.creator.editlayout.single.override = Zastąp istniejący układ
helper.creator.editlayout.single.asnew.keep = Zapisz jako nowy układ i pozostaw inne włączone
helper.creator.editlayout.single.asnew.disable = Zapisz jako nowy układ i wyłącz inne
helper.creator.items.button.hoverlabel = Etykieta Po Wskazaniu
helper.creator.items.button.hoverlabel.text = Tekst Etykieta Po Wskazaniu
helper.creator.items.button.hoverlabel.reset = Zresetuj Etykietę Po Wskazaniu
helper.creator.items.button.hoversound = Etykieta Po Wskazaniu
helper.creator.items.button.hoversound.path = Ścieżka Dźwięku Po Wskazaniu
helper.creator.items.button.hoversound.reset = Zresetuj Dźwięk Po Wskazaniu
helper.creator.editlayout.unsupportedvalues = §c§lNieobsługiwane wartości!%n%%n%%n%Twój układ zawiera nieobsługiwane wartości!%n%Te wartości nie działają w kreatorze układu.%n%%n%Prawdopodobnie używasz jakiegoś §lobliczenia pozycji lub rozmiaru%n%w jednej z sekcji dostosowywania..%n%%n%Ręcznie przekonwertuj te obliczenia na wartości bezwzględne i spróbuj ponownie.
helper.creator.backgroundoptions.setpanorama = Wide Image?
helper.creator.backgroundoptions.panorama = Wide
helper.creator.backgroundoptions.nopanorama = Normal
helper.creator.textures.invalidcharacters = §c§lNieprawidłowe znaki!%n%%n%%n%Nazwa pliku obrazu zawiera nieprawidłowe znaki!%n%%n%Proszę używać tylko znaków "a-z", "0-9", ".", "_" and "-".%n%Spacje, wielkie litery i wszelkie inne znaki specjalne nie są obsługiwane.
helper.buttons.tools.dropdownlabel = Dostosowywanie
helper.buttons.tools.overridemenu = Zastąp Za Pomocą
helper.buttons.tools.resetoverride = Zresetuj Zastąpienie
helper.buttons.tools.closecustomgui = Zamknij GUI
helper.buttons.tools.customguis = Niestandardowe GUI
helper.buttons.tools.customguis.open = Otwórz GUI
helper.buttons.tools.customguis.delete = Usuń GUI
helper.buttons.tools.customguis.pickbyname = Wybierz Według Nazwy
helper.buttons.tools.customguis.openbyname = Otwórz Według Nazwy
helper.buttons.tools.customguis.deletebyname = Usuń Według Nazwy
helper.buttons.tools.customguis.sure = §c§lJesteś pewny?%n%%n%%n%Czy naprawdę chcesz §lusunąć §rten GUI?%n%%n%§lNie można cofnąć tej akcji!%n% %n% %n% %n%
helper.buttons.tools.customguis.invalididentifier = §c§lNieprawidłowy identyfikator!%n%%n%%n%Nie znaleziono niestandardowego GUI z tym identyfikatorem!%n% %n% %n% %n%
helper.buttons.tools.creategui = Utwórz GUI
helper.buttons.tools.creategui.allowesc = Zezwól
helper.buttons.tools.creategui.donotallowesc = Nie Zezwalaj
helper.buttons.tools.creategui.invalididentifier = §cNieprawidłowy identyfikator!
helper.buttons.tools.creategui.identifieralreadyused = §cIdentyfikator jest już w użyciu! Proszę wybrać inny!
helper.buttons.tools.creategui.allowescdesc = Zezwól ESC Na Zamknięcie Menu
helper.buttons.tools.creategui.menuidentifier = Identyfikator Menu
helper.buttons.tools.creategui.menutitle = Tytuł menu (opcjonalnie)
helper.buttons.tools.creategui.create = Utwórz
gameintro.skip = NACIŚNIJ SPACJĘ ABY POMINĄĆ
helper.creator.items.chooselayer = Wybierz Warstwę
customization.items.webstring.unabletoload = Nie można załadować tekstu internetowego! Nieprawidłowy adres URL lub brak połączenia z Internetem!
helper.creator.custombutton.config.actiontype.opencustomgui.desc = Otwiera niestandardowy interfejs GUI.
helper.creator.custombutton.config.actiontype.opencustomgui.desc.value = Identyfikator Menu
helper.creator.items.button.delayappearance = Opóźnij pojawianie się objektu
helper.creator.items.button.delayappearance.desc = Opóźnienie pojawiania się w sekundach [Obsługa wartości dziesiętnych]
helper.creator.items.button.delayappearance.invalidvalue = §c§lNiewłaściwa Wartość!%n%%n%%n%To nie jest poprawna ilość sekund!%n%Może twoja wartość jest za długa. (..NIE BĄDŹ Z TEGO DUMNY!)%n%%n%Przykłady Wartości: 3, 2.0, 0.05, 0.8, 10.5

View File

@ -0,0 +1,247 @@
loading.animation.loadingframes = Carregando quadros de animação por {}
loading.animation.prerendering = Pre-renderizando animação {}
loading.animation.done = Pronto!
helper.button.menuinfo = Info. Do Menu
helper.button.buttoninfo = Info. Do Botão
helper.button.reload = Carregar
helper.button.createlayout = Criar Layout
helper.menuinfo.identifier = Indentificador de Menu
helper.buttoninfo.idnotfound = <id não encontrado>
helper.buttoninfo.keynotfound = <botão não tem chave>
helper.buttoninfo
helper.buttoninfo.id = ID
helper.buttoninfo.key = Chave
helper.buttoninfo.labelwidth = Largura do Rótulo
helper.creator.menu.add = Adicionar
helper.creator.menu.audio = Áudio
helper.creator.menu.hidden = Escondido
helper.creator.menu.save = Salvar
helper.creator.menu.close = Fechar
helper.creator.messages.sure = Você tem certeza?
helper.creator.empty = VAZIO
helper.creator.layoutempty.title = Layout está vazio!
helper.creator.layoutempty.desc = Seu layout não tem conteúdo.%n%%n%Faça um pouco de mágica de customização antes de salvar!
helper.creator.audioalreadyloaded.title = Áudio já carregado!
helper.creator.audioalreadyloaded.desc = O áudio que você quer adicionar já é parte deste layout!%n%%n%Você não pode adicionar o mesmo áudio várias vezes.
helper.creator.invalidaudio.title = Arquivo de áudio inválido!
helper.creator.invalidaudio.desc = O arquivo que você quer carregar não existe ou possue um tipo de arquivo não suportado.%n%%n%Por favor cheque seu caminho de arquivo e tenha certeza que seu arquivo tem o tipo WAV!
helper.creator.invalidimage.title = Arquivo de imagem inválido!
helper.creator.invalidimage.desc = A imagem que você quer carregar não existe ou possue um tipo de arquivo não suportado.%n%%n%Tipos de arquivos suportados são JPG/JPEG, PNG e GIF.
helper.creator.imagenotfound.title = Imagem não encontrada!
helper.creator.imagenotfound.desc = A imagem que você quer adicionar não existe%n%no local especificado.
helper.creator.animationnotfound.title = Animação não encontrada!
helper.creator.animationnotfound.desc = A animação que você quer adicionar não existe.%n%%n%Talvez você esqueceu de adicionar todas as variáveis obrigatórias para suas propriedades?%n%%n%Lembre-se que você terá que reiniciar seu jogo%n%depois de adicionar uma nova animação pra pasta de animações.
helper.creator.texttooshort.title = Texto muito curto!
helper.creator.texttooshort.desc = Seu texto precisa de pelo menos um caractere para ser um texto!%n%Ou..não...seria nada.%n%%n%Ninguém quer ser nada, então não faça isso com seu texto!
helper.creator.cannotdelete.title = Objeto não pode ser deletado!
helper.creator.cannotdelete.desc = Desculpe, mas você não pode deletar este objeto.%n%%n%Você vai ter que aprender a conviver com isso...
helper.creator.savefile = Você deseja salvar seu layout para um arquivo de customização agora?
helper.creator.savefile.keep = Salvar e manter outros layouts ativados
helper.creator.savefile.disable = Salvar e desativar outros layouts
helper.creator.savefile.cancel = Cancelar
helper.creator.layoutoptions.renderorder = RenderOrder
helper.creator.layoutoptions.renderorder.background = Plano de fundo
helper.creator.layoutoptions.renderorder.foreground = Primeiro plano
helper.creator.layoutoptions.version.mc = Versão Minecraft
helper.creator.layoutoptions.version.fm = Versão FancyMenu
helper.creator.layoutoptions.version.minimum = Colocar mínimo
helper.creator.layoutoptions.version.minimum.mc = Versão mínima Minecraft
helper.creator.layoutoptions.version.minimum.fm = Versão mínima FancyMenu
helper.creator.layoutoptions.version.maximum = Colocar máximo
helper.creator.layoutoptions.version.maximum.mc = Versão máxima Minecraft
helper.creator.layoutoptions.version.maximum.fm = Versão máxima FancyMenu
helper.creator.layoutoptions.resetbackground = Resetar Plano de fundo
helper.creator.layoutoptions.requiredmods = Mods requeridos
helper.creator.layoutoptions.requiredmods.desc = Mods requeridos [modid, separated by commas]
helper.creator.close = Você realmente quer fechar o criador de layout?
helper.creator.audio.delete = Deletar
helper.creator.audio.delete.msg = Você realmente quer deletar este áudio?
helper.creator.audio.enableloop = Ligar Loop
helper.creator.audio.disableloop = Desligar Loop
helper.creator.add.image = Imagem
helper.creator.add.image.path = Caminho de imagem
helper.creator.add.animation = Animation
helper.creator.add.animation.entername = Inserir nome de animação
helper.creator.add.animation.entername.title = Nome de animação
helper.creator.add.text = Texto
helper.creator.add.text.newtext = Novo texto
helper.creator.add.button = Botão
helper.creator.add.button.label = Rótulo de botão
helper.creator.add.audio = Áudio
helper.creator.vanillabutton.autoclick = Clicar botão
helper.creator.vanillabutton.autoclick.popup = Cliques de botão automático
helper.creator.backgroundoptions = Opções do background
helper.creator.backgroundoptions.backgroundanimation = Animações do background
helper.creator.backgroundoptions.backgroundimage = Imagem de background
helper.creator.backgroundoptions.chooseimage = Escolher imagem
helper.creator.backgroundoptions.random = Aleatório
helper.creator.backgroundoptions.notrandom = Não aleatório
helper.creator.backgroundoptions.addanimation = Adicionar
helper.creator.backgroundoptions.removeanimation = Remover
helper.creator.backgroundoptions.animations = Animações
helper.creator.backgroundoptions.randomizeanimations = Aleatorizar animações
helper.creator.custombutton.config = Ação de botão
helper.creator.custombutton.config.actionvalue = Valor de ação [{}]
helper.creator.custombutton.config.actiontype = Tipo de ação
helper.creator.custombutton.config.actiontype.sendmessage.desc = Mande uma mensagem no chat ou comando.
helper.creator.custombutton.config.actiontype.sendmessage.desc.value = Mensagem/Comando
helper.creator.custombutton.config.actiontype.openlink.desc = Abrir o link em seu navegador padrão.
helper.creator.custombutton.config.actiontype.openlink.desc.value = Link
helper.creator.custombutton.config.actiontype.quitgame.desc = Sair do Minecraft.
helper.creator.custombutton.config.actiontype.joinserver.desc = Juntar-se a um servidor de Minecraft.
helper.creator.custombutton.config.actiontype.joinserver.desc.value = IP de Servidor
helper.creator.custombutton.config.actiontype.loadworld.desc = Carregar um mundo de Minecraft.
helper.creator.custombutton.config.actiontype.loadworld.desc.value = Nome da pasta do mundo
helper.creator.custombutton.config.actiontype.openfile.desc = Abrir um arquivo ou pasta.
helper.creator.custombutton.config.actiontype.openfile.desc.value = Caminho
helper.creator.custombutton.config.actiontype.prevbackground.desc = Trocar para o background de menu prévio.
helper.creator.custombutton.config.actiontype.nextbackground.desc = Trocar para o background de menu próximo.
helper.creator.custombutton.config.texture = Textura do botão
helper.creator.custombutton.config.texture.normal = Normal
helper.creator.custombutton.config.texture.hovered = Flutuando
helper.creator.custombutton.config.texture.reset = Resetar texturas
helper.creator.items.setorientation = Colocar orientação
helper.creator.items.delete = Deletar
helper.creator.items.border.posx = posX
helper.creator.items.border.posy = posY
helper.creator.items.border.orientation = orientação
helper.creator.items.border.width = largura
helper.creator.items.border.height = altura
helper.creator.items.button.editlabel = Editar rótulo
helper.creator.items.vanillabutton.resetorientation = Resetar orientação
helper.creator.items.vanillabutton.hide = Esconder botão
helper.creator.items.vanillabutton.noorientation.title = Cuidado especial requerido!
helper.creator.items.vanillabutton.noorientation.desc = §oBotões padrões precisam de um pouco de carinho antes de escutá-lo.%n%%n%%n%Para §lredimensionar ou movê- §rlos, eles precisaram de §lorientação §rantes!%n%%n%Você pode fazer isso ao §lclicar com o botão direito §rno botão.
helper.creator.items.string.setscale = Colocar escala
helper.creator.items.string.setcentered = Colocar no centro
helper.creator.items.string.setuncentered = Colocar fora do centro
helper.creator.items.string.setshadow = Colocar sombra
helper.creator.items.string.setnoshadow = Colocar sem sombra
helper.creator.items.string.edit = Editar conteúdo
helper.creator.items.string.border.centered = centralizado
helper.creator.items.string.border.scale = escala
helper.creator.items.string.scale.invalidvalue.title = Valor inválido!
helper.creator.items.string.scale.invalidvalue.desc = O valor que você quer colocar não é uma escala de valor válida!%n%%n%Exemplos de escala de valor: 1.0, 2.0, 0.5
helper.creator.deleteobject = Você realmente quer §lDELETAR §resse objeto?%n%%n%§lEssa ação não pode ser desfeita!
helper.creator.choosefile.enterorchoose = §lColocar caminho ou escolher arquivo
helper.creator.choosefile.choose = Escolher arquivo
helper.creator.choosefile.notsupported = §cSelecionador de arquivo não suportado ou desativado! Por favor coloque o caminho manualmente.
helper.creator.webstring.multiline = Colocar multilinha
helper.creator.webstring.nomultiline = Colocar sem multilinha
helper.creator.web.invalidurl = §c§lURL Inválido!%n%%n%Esse URL não é valido ou não existe!
helper.creator.web.enterurl = Colocar URL
helper.creator.add.webimage = Imagem da Web
helper.creator.add.webtext = Texto da Web
helper.creator.editlayout = Editar Layouts
helper.creator.editlayout.popup.loadall = Carregar todos
helper.creator.editlayout.popup.loadselected = Carregar Layout selecionado
helper.creator.editlayout.popup.layouts = Layouts
helper.creator.editlayout.popup.cancel = Cancelar
helper.creator.editlayout.popup.actionscount = {} ação de customização
helper.creator.editlayout.nolayouts.msg = §c§lNenhum layout encontrado!%n%%n%%n%Esse menu não tem nenhum layout!%n%%n%Se você quer customizar esse menu, por favor use o botão de "Criar Layout"!
helper.creator.editlayout.popup.msg = Tem mais de um arquivo de customização para essa tela!%n%%n%Você quer carregar o layout inteiro e combinar todos%n%ou você quer carregar um específico?%n%%n%§cValores de customização meta ficam perdidos ao customizar layouts!
helper.creator.editlayout.single.override = Sobrescrever layout existente
helper.creator.editlayout.single.asnew.keep = Salvar como um novo layout e desligar outros
helper.creator.editlayout.single.asnew.disable = Salvar como um novo layout e desligar outros
helper.creator.items.button.hoverlabel = Flutuarrótulo
helper.creator.items.button.hoverlabel.text = Texto Flutuarrótulo
helper.creator.items.button.hoverlabel.reset = Resetar Flutuarrótulo
helper.creator.items.button.hoversound = Flutuarsom
helper.creator.items.button.hoversound.path = Caminho de flutuarsom
helper.creator.items.button.hoversound.reset = Resetar flutuarsom
helper.creator.editlayout.unsupportedvalues = §c§lValor não suportado!%n%%n%%n%Seu layout tem valores não suportados!%n%Esses valores não funcionam no criador de layout.%n%%n%Você provavelmente está usando §lposição ou cálculo de tamanho%n%em alguma seção de customização.%n%%n%Por favor converta os cálculos manualmente para valores absolutos e tente denovo.
helper.creator.backgroundoptions.setpanorama = Wide Image?
helper.creator.backgroundoptions.panorama = Wide
helper.creator.backgroundoptions.nopanorama = Normal
helper.creator.textures.invalidcharacters = §c§lCaractéres inválidos!%n%%n%%n%O nome de sua imagem tem caracteres inválidos!%n%%n%Por favor use apenas "a-z", "0-9", ".", "_" e "-".%n%Espaço, letras em CAPSLOCK ou caracteres especiais não são suportados.
helper.buttons.tools.dropdownlabel = Customizacão
helper.buttons.tools.overridemenu = Sobrescrever com
helper.buttons.tools.resetoverride = Resetar sobrescrever
helper.buttons.tools.closecustomgui = Fechar GUI
helper.buttons.tools.customguis = GUIs customizadas
helper.buttons.tools.customguis.open = Abrir GUI
helper.buttons.tools.customguis.delete = Deletar GUI
helper.buttons.tools.customguis.pickbyname = Pegar por nome
helper.buttons.tools.customguis.openbyname = Abrir por nome
helper.buttons.tools.customguis.deletebyname = Deletar por nome
helper.buttons.tools.customguis.sure = §c§lAre you sure?%n%%n%%n%Você realmente quer §ldeletar §ressa GUI?%n%%n%§lEssa ação não pode ser desfeita!%n% %n% %n% %n%
helper.buttons.tools.customguis.invalididentifier = §c§lIndentificador inválido!%n%%n%%n%Nenhuma GUI customizada encontrada!%n% %n% %n% %n%
helper.buttons.tools.creategui = Criar GUI
helper.buttons.tools.creategui.allowesc = Permitir
helper.buttons.tools.creategui.donotallowesc = Não permitir!
helper.buttons.tools.creategui.invalididentifier = §cInvalid identifier!
helper.buttons.tools.creategui.identifieralreadyused = §cIdentificador já em uso! Por favor escolha outro!
helper.buttons.tools.creategui.allowescdesc = Permitir ESC fechar menu
helper.buttons.tools.creategui.menuidentifier = Indentificador de menu
helper.buttons.tools.creategui.menutitle = Título de Menu (Opcional)
helper.buttons.tools.creategui.create = Criar
gameintro.skip = APERTE ESPAçO PARA PULAR
helper.creator.items.chooselayer = Escolher camada
customization.items.webstring.unabletoload = Impossível carregar texto da web! URL inválido ou sem conexão!
helper.creator.custombutton.config.actiontype.opencustomgui.desc = Abre uma GUI customizada.
helper.creator.custombutton.config.actiontype.opencustomgui.desc.value = Identificador de Menu
helper.creator.items.button.delayappearance = Delay de aparição
helper.creator.items.button.delayappearance.desc = Delay de aparição em segundos [Decimal Value Support]
helper.creator.items.button.delayappearance.invalidvalue = §c§lValor inválido!%n%%n%%n%Isso não é um valor válido de segundos!%n%Talvez seu valor seja grande demais. (..NÃO SE ORGULHE DISSO!)%n%%n%Exemplos de valor: 3, 2.0, 0.05, 0.8, 10.5
custombuttons.action.opengui.cannotopengui = §c§lImpossível de abrir GUI!%n%%n%%n%A GUI que você quer abrir não existe ou não tem suporte!%n%%n%Se isso é uma GUI existente, por favor contate o desenvolvedor para ajuda.
helper.creator.custombutton.config.actiontype.opengui.desc = Abre uma GUI pelo identificador.
helper.creator.custombutton.config.actiontype.opengui.desc.value = Identificador de Menu
helper.creator.popup.hidefor.delayeverytime = Delay sempre
helper.creator.popup.hidefor.delayfirsttime = Delay uma vez

View File

@ -0,0 +1,737 @@
loading.animation.loadingframes = 正在加载以下动画帧 {}
loading.animation.prerendering = 正在预渲染动画 {}
loading.animation.done = 完成!
helper.button.menuinfo = 菜单信息
helper.button.buttoninfo = 按钮信息
helper.button.reload = 重载
helper.button.createlayout = 创建布局
helper.menuinfo.identifier = 菜单ID
helper.buttoninfo.idnotfound = <没有id>
helper.buttoninfo.keynotfound = <按钮没有 Key 值>
helper.buttoninfo
helper.buttoninfo.id = ID
helper.buttoninfo.key = Key
helper.buttoninfo.labelwidth = 文本宽度
helper.creator.menu.add = 添加
helper.creator.menu.audio = 音频
helper.creator.menu.hidden = 隐藏的
helper.creator.menu.save = 保存
helper.creator.menu.close = 关闭
helper.creator.messages.sure = 是否确定?
helper.creator.empty = 空
helper.creator.layoutempty.title = 布局一干二净!
helper.creator.layoutempty.desc = 你的布局没有任何内容。%n%%n%在你保存之前先搞一些骚操作!
helper.creator.audioalreadyloaded.title = 已经加载音频!
helper.creator.audioalreadyloaded.desc = 你想添加的音频此前已经加入此布局!%n%%n%你不能多次添加同一个音频。
helper.creator.invalidaudio.title = 无效音频文件!
helper.creator.invalidaudio.desc = 你想加载的文件不存在,或者是不支持的文件格式。%n%%n%请检查你的文件路径并且确保你的文件是一个有效的 WAV 音频文件!
helper.creator.invalidimage.title = 无效图片文件!
helper.creator.invalidimage.desc = 你想加载的图片不存在,或者是不支持的文件格式。%n%%n%支持 JPG/JPEG PNG 和 GIF。
helper.creator.imagenotfound.title = 无法找到图片!
helper.creator.imagenotfound.desc = 你想添加的图片%n%在指定目录不存在。
helper.creator.animationnotfound.title = 无法找到动画!
helper.creator.animationnotfound.desc = 你想添加的动画不存在。%n%%n%也许你忘记了把所有必填变量写入它的 properties%n%%n%一定要记得,当你在动画文件夹添加了新的动画后,%n%你必须重启游戏。
helper.creator.texttooshort.title = 文本太短了!
helper.creator.texttooshort.desc = 你的文本起码需要一个字符!%n%除非..它...要成为虚无。%n%%n%没人想要成为虚无,己所不欲勿施于人!
helper.creator.cannotdelete.title = 无法删除元素!
helper.creator.cannotdelete.desc = 抱歉,你不能删除这个元素。%n%%n%你需要学会如何与其共事..
helper.creator.savefile = 你想现在将你的布局保存到自定义文件吗?
helper.creator.savefile.keep = 保存并保持其他布局开启
helper.creator.savefile.disable = 保存并关闭其他布局
helper.creator.savefile.cancel = 取消
helper.creator.layoutoptions.renderorder = 渲染顺序
helper.creator.layoutoptions.renderorder.background = 背景
helper.creator.layoutoptions.renderorder.foreground = 前景
helper.creator.layoutoptions.version.mc = 我的世界版本
helper.creator.layoutoptions.version.fm = FancyMenu 版本
helper.creator.layoutoptions.version.minimum = 设置最低值
helper.creator.layoutoptions.version.minimum.mc = 最低我的世界版本
helper.creator.layoutoptions.version.minimum.fm = 最低 FancyMenu 版本
helper.creator.layoutoptions.version.maximum = 设置最高值
helper.creator.layoutoptions.version.maximum.mc = 最高我的世界版本
helper.creator.layoutoptions.version.maximum.fm = 最高 FancyMenu 版本
helper.creator.layoutoptions.resetbackground = 重置背景
helper.creator.layoutoptions.requiredmods = 需求的模组
helper.creator.layoutoptions.requiredmods.desc = 需求的模组 [modid, 以逗号分隔]
helper.creator.close = 你真的想要关闭布局创建器吗?
helper.creator.audio.delete = 删除
helper.creator.audio.delete.msg = 你真的想要删除此音频吗?
helper.creator.audio.enableloop = 循环§c关闭
helper.creator.audio.disableloop = 循环§a开启
helper.creator.add.image = 图片
helper.creator.add.image.path = 图片路径
helper.creator.add.animation = 动画
helper.creator.add.animation.entername = 以名字添加
helper.creator.add.animation.entername.title = 动画名字
helper.creator.add.text = 文本
helper.creator.add.text.newtext = 新的文本
helper.creator.add.button = 按钮
helper.creator.add.button.label = 按钮文本
helper.creator.add.audio = 音频
helper.creator.vanillabutton.autoclick = 自动点击
helper.creator.vanillabutton.autoclick.popup = 自动点击按钮
helper.creator.backgroundoptions = 背景设置
helper.creator.backgroundoptions.backgroundanimation = 背景动画
helper.creator.backgroundoptions.backgroundimage = 背景图片
helper.creator.backgroundoptions.chooseimage = 选择图片
helper.creator.backgroundoptions.random = 随机
helper.creator.backgroundoptions.notrandom = 不随机
helper.creator.backgroundoptions.addanimation = 添加
helper.creator.backgroundoptions.removeanimation = 移除
helper.creator.backgroundoptions.animations = 动画
helper.creator.backgroundoptions.randomizeanimations = 随机动画
helper.creator.custombutton.config = 按钮行为
helper.creator.custombutton.config.actionvalue = 行为值[{}]
helper.creator.custombutton.config.actiontype = 行为类型
helper.creator.custombutton.config.actiontype.sendmessage.desc = 发送一条聊天消息或指令。
helper.creator.custombutton.config.actiontype.sendmessage.desc.value = 消息/指令
helper.creator.custombutton.config.actiontype.openlink.desc = 在你的默认浏览器打开一条链接。
helper.creator.custombutton.config.actiontype.openlink.desc.value = 链接
helper.creator.custombutton.config.actiontype.quitgame.desc = 退出我的世界。
helper.creator.custombutton.config.actiontype.joinserver.desc = 加入一个我的世界服务器。
helper.creator.custombutton.config.actiontype.joinserver.desc.value = 服务器 IP
helper.creator.custombutton.config.actiontype.loadworld.desc = 加载一个世界。
helper.creator.custombutton.config.actiontype.loadworld.desc.value = 世界文件夹名称
helper.creator.custombutton.config.actiontype.openfile.desc = 打开一个文件或文件夹。
helper.creator.custombutton.config.actiontype.openfile.desc.value = 路径
helper.creator.custombutton.config.actiontype.prevbackground.desc = 切换到上一个菜单背景。
helper.creator.custombutton.config.actiontype.nextbackground.desc = 切换到下一个菜单背景。
helper.creator.custombutton.config.texture = 按钮贴图
helper.creator.custombutton.config.texture.normal = 普通
helper.creator.custombutton.config.texture.hovered = 光标接触
helper.creator.custombutton.config.texture.reset = 重置贴图
helper.creator.items.setorientation = 设置方位
helper.creator.items.delete = 删除
helper.creator.items.border.posx = X 位置
helper.creator.items.border.posy = Y 位置
helper.creator.items.border.orientation = 方位
helper.creator.items.border.width = 宽度
helper.creator.items.border.height = 高度
helper.creator.items.button.editlabel = 编辑文本
helper.creator.items.vanillabutton.resetorientation = 重置方位
helper.creator.items.vanillabutton.hide = 隐藏按钮
helper.creator.items.vanillabutton.noorientation.title = 需要特别照顾!
helper.creator.items.vanillabutton.noorientation.desc = §o要想原版按钮听你的话你得轻轻摸摸它的头。%n%%n%%n%要§l缩放或移动§r他们你必须先给它们设置一个§l方位§r%n%%n%可以通过§l右击§r按钮来设置。
helper.creator.items.string.setscale = 设置大小
helper.creator.items.string.setshadow = 阴影§c关
helper.creator.items.string.setnoshadow = 阴影§a开
helper.creator.items.string.edit = 编辑内容
helper.creator.items.string.border.centered = 居中
helper.creator.items.string.border.scale = 大小
helper.creator.items.string.scale.invalidvalue.title = 无效值!
helper.creator.items.string.scale.invalidvalue.desc = 你想要设置的大小值无效!%n%%n%大小值示例1.02.00.5
helper.creator.deleteobject = 你真的想要§l删除§r这个元素吗
helper.creator.choosefile.enterorchoose = §l输入路径或选择文件
helper.creator.choosefile.choose = 选择文件
helper.creator.choosefile.notsupported = §c不支持文件选择器或其已关闭请手动输入路径。
helper.creator.webstring.multiline = 显示多行§c关
helper.creator.webstring.nomultiline = 显示多行§a开
helper.creator.web.invalidurl = §c§l无效的 URL%n%%n%此 URL 无效或不存在!
helper.creator.web.enterurl = 输入 URL
helper.creator.add.webimage = 网络图片
helper.creator.add.webtext = 网络文本
helper.creator.editlayout = 编辑布局
helper.creator.editlayout.popup.loadall = 加载全部
helper.creator.editlayout.popup.loadselected = 加载选中的布局
helper.creator.editlayout.popup.layouts = 布局
helper.creator.editlayout.popup.cancel = 取消
helper.creator.editlayout.popup.actionscount = {} 个自定义操作
helper.creator.editlayout.nolayouts.msg = §c§l未找到任何布局%n%%n%%n%此菜单不包含任何布局!%n%%n%如果你想自定义这个菜单,请使用“创建布局”按钮!
helper.creator.editlayout.popup.msg = 有多个自定义文件是关于此菜单的!%n%%n%你想要加载全部布局并组合它们,%n%还是仅想加载指定的一个?%n%%n%§c自定义的元值会在组合数个布局时丢失
helper.creator.editlayout.single.override = 重写已有布局
helper.creator.editlayout.single.asnew.keep = 保存为新布局并保持其他布局启用
helper.creator.editlayout.single.asnew.disable = 保存为新布局并关闭其他布局
helper.creator.items.button.hoverlabel = 光标接触文本
helper.creator.items.button.hoverlabel.text = 光标接触文本
helper.creator.items.button.hoverlabel.reset = 重置光标接触文本
helper.creator.items.button.hoversound = 光标接触音频
helper.creator.items.button.hoversound.path = 光标接触音频路径
helper.creator.items.button.hoversound.reset = 重置光标接触音频
helper.creator.editlayout.unsupportedvalues = §c§l不支持的值%n%%n%%n%你的布局包含了不支持的值!%n%这些值在布局创建器中不可用。%n%%n%在你的自定义部分%n%你可能使用了某种§l位置或大小值。%n%%n%请手动把这些数值转换为绝对值然后再试一次。
helper.creator.backgroundoptions.setpanorama = 拉伸图片?
helper.creator.backgroundoptions.panorama = 拉伸
helper.creator.backgroundoptions.nopanorama = 普通
helper.creator.textures.invalidcharacters = §c§l无效字符%n%%n%%n%你图片的文件名包含了无效字符!%n%%n%请只使用 “a-z”“0-9”“.”“_”和“-”。%n%不支持空格,大写字母和其他任何特殊字符。
helper.buttons.tools.dropdownlabel = 自定义
helper.buttons.tools.overridemenu = 以...重写
helper.buttons.tools.resetoverride = 重置重写
helper.buttons.tools.closecustomgui = 关闭 GUI
helper.buttons.tools.customguis = 自定义的 GUIs
helper.buttons.tools.customguis.open = 打开 GUI
helper.buttons.tools.customguis.delete = 删除 GUI
helper.buttons.tools.customguis.pickbyname = 以名称选取
helper.buttons.tools.customguis.openbyname = 以名称打开
helper.buttons.tools.customguis.deletebyname = 以名称删除
helper.buttons.tools.customguis.sure = §c§l你确定吗%n%%n%%n%你确实想要§l删除§r这个 GUI 吗?%n%%n%§l此操作无法撤销%n% %n% %n% %n%
helper.buttons.tools.customguis.invalididentifier = §c§l无效的标识符%n%%n%%n%用此标识符无法找到任何自定义的 GUI%n% %n% %n% %n%
helper.buttons.tools.creategui = 创建 GUI
helper.buttons.tools.creategui.allowesc = 允许
helper.buttons.tools.creategui.donotallowesc = 不允许
helper.buttons.tools.creategui.invalididentifier = §c无效标识符
helper.buttons.tools.creategui.identifieralreadyused = §c标识符已经被使用请起另外一个
helper.buttons.tools.creategui.allowescdesc = 允许按 ESC 键来关闭菜单
helper.buttons.tools.creategui.menuidentifier = 菜单标识符
helper.buttons.tools.creategui.menutitle = 菜单标题(可选)
helper.buttons.tools.creategui.create = 创建
gameintro.skip = 按下空格以跳过
helper.creator.items.chooselayer = 选择最表层元素
customization.items.webstring.unabletoload = 无法加载网络文本!无效的 URL 或未连接到互联网!
helper.creator.custombutton.config.actiontype.opencustomgui.desc = 打开一个自定义的 GUI。
helper.creator.custombutton.config.actiontype.opencustomgui.desc.value = 菜单标识符
helper.creator.items.button.delayappearance = 延时显示
helper.creator.items.button.delayappearance.desc = 延迟数秒显示 [支持十进制值]
helper.creator.items.button.delayappearance.invalidvalue = §c§l无效值%n%%n%%n%这不是一个有效的秒数值!%n%也许你的值太大了。(..可别为此感到自豪!)%n%%n%示例值32.00.050.810.5
custombuttons.action.opengui.cannotopengui = §c§l无法打开 GUI%n%%n%%n%你想打开的 GUI 不存在或者不被支持!%n%%n%如果这是一个存在的 GUI请联系 FancyMenu 的开发者来为其添加支持。
helper.creator.custombutton.config.actiontype.opengui.desc = 根据菜单标识符打开 GUI。
helper.creator.custombutton.config.actiontype.opengui.desc.value = 菜单标识符
helper.creator.popup.hidefor.delayeverytime = 每次都延时
helper.creator.popup.hidefor.delayfirsttime = 仅第一次打开时延时
helper.creator.windowsize = 窗口大小限制
helper.creator.windowsize.biggerthan = 大于
helper.creator.windowsize.smallerthan = 小于
helper.creator.windowsize.biggerthan.desc = 仅在窗口大于 X 时启用布局
helper.creator.windowsize.smallerthan.desc = 仅在窗口小于 X 时启用布局
helper.creator.windowsize.currentwidth = 当前窗口宽度
helper.creator.windowsize.currentheight = 当前窗口高度
helper.menuinfo.idcopied = 已复制到剪贴板!
helper.excludemenu = 剔除菜单
helper.excludemenu.soft = 软剔除
helper.excludemenu.full = 全剔除
helper.excludemenu.current = 剔除当前
helper.excludemenu.byidentifier = 根据标识符剔除
helper.excludemenu.remove = 移除以剔除的菜单
helper.excludemenu.excludebundle = 剔除以给定标识符开头的所有菜单?
helper.excludemenu.excludejustthis = 仅当前菜单
helper.excludemenu.excludeall = 所有菜单
helper.creator.custombutton.config.actiontype.movefile.desc = 把文件移动到一个新路径。
helper.creator.custombutton.config.actiontype.movefile.desc.value = 文件路径 + 新路径,以“;”分隔
helper.creator.custombutton.config.actiontype.copyfile.desc = 把文件复制到一个新路径。
helper.creator.custombutton.config.actiontype.copyfile.desc.value = 文件路径 + 目标路径,以“;”分隔
helper.creator.custombutton.config.actiontype.deletefile.desc = 删除一个文件。
helper.creator.custombutton.config.actiontype.deletefile.desc.value = 文件路径
helper.creator.custombutton.config.actiontype.renamefile.desc = 重命名一个文件。
helper.creator.custombutton.config.actiontype.renamefile.desc.value = 文件路径 + 带文件格式的新文件名
helper.creator.custombutton.config.actiontype.reloadmenu.desc = 重载现在显示的菜单。
helper.creator.custombutton.config.actiontype.runscript.desc = 运行一个按钮脚本。
helper.creator.custombutton.config.actiontype.runscript.desc.value = 不带文件格式的脚本文件名
helper.creator.custombutton.config.actiontype.downloadfile.desc = 下载文件至一个目录。
helper.creator.custombutton.config.actiontype.downloadfile.desc.value = URL + 下载至的路径,以“;”分隔
helper.creator.custombutton.config.actiontype.unpackzip.desc = 解压一个 ZIP 文件到一个路径。
helper.creator.custombutton.config.actiontype.unpackzip.desc.value = 文件路径 + 目标路径,以“;”分隔
helper.creator.custombutton.config.actionvalue.example = 示例:{}
helper.creator.custombutton.config.actiontype.openlink.desc.value.example = https://google.com
helper.creator.custombutton.config.actiontype.sendmessage.desc.value.example = Hello @all!
helper.creator.custombutton.config.actiontype.joinserver.desc.value.example = mc.coolserver.com
helper.creator.custombutton.config.actiontype.loadworld.desc.value.example = myworld
helper.creator.custombutton.config.actiontype.opencustomgui.desc.value.example = coolcustomgui
helper.creator.custombutton.config.actiontype.opengui.desc.value.example = some.menu.identifier
helper.creator.custombutton.config.actiontype.openfile.desc.value.example = config/fancymenu/changelog.txt
helper.creator.custombutton.config.actiontype.movefile.desc.value.example = config/fancymenu/image.jpg;config/moveto/image.jpg
helper.creator.custombutton.config.actiontype.copyfile.desc.value.example = config/fancymenu/image.jpg;config/fancymenu/imagecopy.jpg
helper.creator.custombutton.config.actiontype.deletefile.desc.value.example = config/fancymenu/rickroll.gif
helper.creator.custombutton.config.actiontype.renamefile.desc.value.example = config/fancymenu/image.jpg;newimagename.jpg
helper.creator.custombutton.config.actiontype.downloadfile.desc.value.example = https://myhoster.com/layout.zip;config/fancymenu/layout.zip
helper.creator.custombutton.config.actiontype.unpackzip.desc.value.example = config/fancymenu/archive.zip;config/fancymenu/unpacked/
helper.creator.custombutton.config.actiontype.runscript.desc.value.example = coolscript
helper.creator.rightclick.scale = GUI 尺寸
helper.creator.rightclick.scale.invalid = §c§l无效的尺寸%n%%n%%n%尺寸值需要大于 0
helper.creator.custombutton.config.actiontype.mutebackgroundsounds.desc = 静音或取消静音 FancyMenu 添加的菜单的背景音效。
helper.creator.custombutton.config.actiontype.mutebackgroundsounds.desc.value = 是/否
helper.creator.custombutton.config.actiontype.mutebackgroundsounds.desc.value.example = true
helper.creator.items.button.resetlabel = 重置文本
helper.creator.vanillabutton.move.notification.dontshowagain = 不再显示
helper.creator.items.custombutton.onlydisplayin = 仅在......时显示
helper.creator.items.custombutton.onlydisplayin.outgame = 游戏外
helper.creator.items.custombutton.onlydisplayin.singleplayer = 单人游戏
helper.creator.items.custombutton.onlydisplayin.multiplayer = 多人游戏
helper.creator.items.custombutton.onlydisplayin.reset = 重置
helper.creator.items.button.clicksound = 设置点击音效
helper.creator.items.button.clicksound.reset = 重置点击音效
helper.popup.togglecustomization.enable = 自定义§c关
helper.popup.togglecustomization.disable = 自定义§a开
helper.creator.object.stretch = 拉伸
helper.creator.object.stretch.x = 至屏幕宽度
helper.creator.object.stretch.y = 至屏幕高度
helper.creator.object.stretch.unsupportedorientation = §c§l不支持的方位%n%%n%%n%拉伸不支持该元素目前的方位。%n%%n%§l支持的方位{}
helper.creator.backgroundoptions.backgroundpanorama = 背景全景图
helper.creator.backgroundoptions.panoramas = 全景图
helper.creator.backgroundoptions.panoramas.set = 设置背景
helper.creator.backgroundoptions.panoramas.set.desc = 将选定的全景图%n%设置为启用的背景全景图。
helper.creator.backgroundoptions.panoramas.clear = 清除
helper.creator.backgroundoptions.panoramas.clear.desc = 移除当前%n%启用的背景全景图。
helper.creator.items.button.btndescription = Tooltip
helper.creator.items.button.btndescription.desc = 当鼠标移至按钮上方时%n%显示的 Tooltip。%n%%n%使用格式符 “#n#”以换行。
helper.buttons.customization.onoff.btndesc = 开关当前菜单的%n%自定义内容。%n%%n%§c打开以%n%§c启用布局
helper.buttons.customization.menuinfo.btndesc = 显示当前打开的菜单的%n%§c菜单标识符。%n%%n%你可以左击菜单标识符%n%来复制它。
helper.buttons.customization.buttoninfo.btndesc = 当光标移至原版按钮上方时%n%显示一些关于它们的有用信息。
helper.buttons.customization.createlayout.btndesc = 在一个功能齐全的 GUI 编辑器中%n%对当前打开的菜单进行自定义!%n%%n%§c重要提示%n%当你想要编辑一个现存的菜单时%n%这是首选的方式!
helper.buttons.customization.editlayout.btndesc = 编辑当前打开菜单%n%对应的布局。
helper.buttons.customization.creategui.btndesc = 创建一个新的GUI%n%并随心所欲创作!%n%%n%§c重要提示%n%如果你不想完全重写现存菜单而编辑它%n%你就不应该使用这个工具!%n%%n%要编辑一个菜单,请使用%n%§o创建布局§r
helper.buttons.customization.customguis.btndesc = 你所有自定义 GUIs 的列表。%n%%n%如果你从未创建过自定义 GUI%n%此处就是空白的。
helper.buttons.customization.overridewith.btndesc = 以你的自定义 GUI%n%重写当前菜单。%n%%n%§c重要提示%n%如果你想编辑%n%一个现有菜单的外观,%n%你就不应该使用这个。%n%%n%要编辑一个菜单,%n%请使用布局!
helper.buttons.customization.closecustomgui.btndesc = 关闭当前打开的自定义 GUI。
helper.buttons.reload.btndesc = 将会重载菜单,包括%n%布局,模组设置以及更多。%n%%n%当手动修改布局%n%或编辑配置后非常有用。%n%%n%§c重要提示%n%这不会重载动画!%n%在你添加或编辑动画之后%n%你需要重启你的游戏!
helper.buttons.customization.managelayouts = 管理布局
helper.buttons.customization.managelayouts.enable = §a启用§r布局
helper.buttons.customization.managelayouts.enabled = §a已启用
helper.buttons.customization.managelayouts.disable = §c停用§r布局
helper.buttons.customization.managelayouts.disabled = §c已停用
helper.buttons.customization.managelayouts.delete = 删除布局
helper.buttons.customization.managelayouts.delete.msg = §c§l你确定吗%n%%n%%n%你真的想要§c§l删除§r这个布局吗%n%%n%§c§l此操作无法撤销
helper.buttons.customization.managelayouts.btndesc = 管理当前打开菜单的%n%所有布局。
helper.buttons.customization.managelayouts.layout.btndesc = §l布局信息%n%%n%状态:{}%n%自定义操作:{}%n%%n%§c左击以打开更多选项
helper.creator.object.moveup = 移至上层
helper.creator.object.moveup.desc = 将元素往高移动一层。%n%%n%§c重要提示%n%在光标下的元素总是在最高层,%n%所以在你把光标移开之前%n%你不会看到效果。{}
helper.creator.object.moveup.desc.subtext = %n%%n%§6§l上一次操作%n%移至上层§7{}
helper.creator.object.movedown = 移至下层
helper.creator.object.movedown.desc = 将元素往低移动一层。%n%%n%§c重要提示%n%在光标下的元素总是在最高层,%n%所以在你把光标移开之前%n%你不会看到效果。{}
helper.creator.object.movedown.desc.subtext = %n%%n%§6§l上一次操作%n%移至下层§7{}
helper.buttons.customization.managelayouts.openintexteditor = 在文本编辑器中打开
helper.buttons.customization.managelayouts.openintexteditor.desc = 在你的默认文本编辑器中%n%打开这个布局。%n%%n%§c重要提示IMPORTANT:%n%在你手动编辑布局文件后,%n%你需要点击“重载”按钮!
helper.creator.opencloseaudio = 开启/关闭音效
helper.creator.opencloseaudio.desc = 在菜单被开启或关闭时%n%播放音效。
helper.creator.opencloseaudio.reset.desc = 将重置此音效。
helper.creator.openaudio = 菜单开启音效
helper.creator.openaudio.reset = 重置菜单开启音效
helper.creator.openaudio.desc = 在启动菜单时播放音效。
helper.creator.closeaudio = 菜单关闭音效
helper.creator.closeaudio.reset = 重置菜单关闭音效
helper.creator.closeaudio.desc = 在关闭菜单时播放音效。
helper.creator.deleteselectedobjects = 你真的要§l删除§r所有选中的元素吗
helper.creator.multiselect.object.deleteall = 全部删除
helper.creator.multiselect.object.deleteall.btndesc = 删除所有的选中元素。
helper.creator.multiselect.object.stretchall = 全部延伸
helper.creator.multiselect.object.stretchall.btndesc = 延伸所有§l可延伸的元素§r到菜单的长或宽。
helper.creator.multiselect.vanillabutton.resetorientation = 重置所有原点位置
helper.creator.multiselect.vanillabutton.resetorientation.btndesc = 重置所有选中的原版按钮的原点位置。
helper.creator.multiselect.vanillabutton.hideall = 全部隐藏
helper.creator.multiselect.vanillabutton.hideall.btndesc = 隐藏所有选中的原版按钮。
helper.creator.multiselect.button.buttontexture.btndesc = 为所有选中的按钮设置常规和悬浮材质。
helper.creator.multiselect.button.buttontexture.reset.btndesc = 重置所有选中按钮的按钮材质。
helper.creator.multiselect.button.clicksound.btndesc = 为所有选中的按钮设置点击音效。
helper.creator.multiselect.button.clicksound.reset.btndesc = 重置所有选中按钮的点击音效。
helper.creator.multiselect.button.hoversound.btndesc = 为所有选中的按钮设置悬浮音效。
helper.creator.multiselect.button.hoversound.reset.btndesc = 重置所有选中按钮的悬浮音效。
helper.creator.add.playerentity = 玩家实体
helper.creator.items.playerentity.setscale = 设置比例
helper.creator.items.playerentity.playername = 玩家名称
helper.creator.items.playerentity.playername.auto = 自动获取
helper.creator.items.playerentity.playername.setname = 设置名称
helper.creator.items.playerentity.skin = 设置皮肤
helper.creator.items.playerentity.cape = 设置披风
helper.creator.items.playerentity.texture.local = 本地材质
helper.creator.items.playerentity.texture.url = 链接
helper.creator.items.playerentity.rotation = 旋转
helper.creator.items.playerentity.rotation.auto = 自动旋转
helper.creator.items.playerentity.rotation.custom = 自定义旋转
helper.creator.items.playerentity.rotation.custom.bodyx = 横向身体旋转
helper.creator.items.playerentity.rotation.custom.bodyy = 竖直身体旋转
helper.creator.items.playerentity.rotation.custom.headx = 横向头部旋转
helper.creator.items.playerentity.rotation.custom.heady = 竖直头部旋转
helper.creator.items.playerentity.showname.off = 显示名称§c否
helper.creator.items.playerentity.showname.on =显示名称§a是
helper.creator.items.playerentity.crouching.off = 是否下蹲§c否
helper.creator.items.playerentity.crouching.on = 是否下蹲§a是
helper.creator.items.playerentity.parrot.off = 显示鹦鹉§c否
helper.creator.items.playerentity.parrot.on = Show Parrot§a是
helper.creator.items.playerentity.slim.off = 迁细皮肤§c否
helper.creator.items.playerentity.slim.on = 迁细皮肤§a是
helper.creator.items.playerentity.setscale.btndesc = 设置玩家实体的尺寸。
helper.creator.items.playerentity.playername.btndesc = 设置玩家实体的名称。
helper.creator.items.playerentity.playername.auto.btndesc = 将自动设置玩家实体的名称为客户端玩家的名称。
helper.creator.items.playerentity.playername.setname.btndesc = 手动设置玩家实体的名称。%n%%n%所设置名称不一定真的要有对应玩家。
helper.creator.items.playerentity.skin.btndesc = 手动设置玩家实体的皮肤。%n%%n%此皮肤将覆盖原本的玩家皮肤。
helper.creator.items.playerentity.cape.btndesc = 手动设置玩家实体的披风。%n%%n%此披风将覆盖原本的玩家披风。
helper.creator.items.playerentity.rotation.btndesc = 设置头和身体的旋转角度。
helper.creator.items.playerentity.rotation.auto.btndesc = 玩家实体的视线将会追踪光标位置。
helper.creator.items.playerentity.rotation.custom.btndesc = 设置玩家实体的旋转。
helper.creator.items.playerentity.showname.btndesc = 隐藏玩家实体的名称。
helper.creator.items.playerentity.crouching.btndesc = 设置和玩家实体是否下蹲。
helper.creator.items.playerentity.parrot.btndesc = 嘎啊啊啊!
helper.creator.items.playerentity.slim.btndesc = 设置玩家实体是否该应用迁细皮肤模型。%n%%n%迁细皮肤模型的双臂更瘦。
helper.creator.items.playerentity.texture.invalidtexture.title = 无效材质!
helper.creator.items.playerentity.texture.invalidtexture.desc = 材质不存在或材质文件无效。%n%%n%§l支持的图片格式§rPNG
popup.apply = 应用
helper.creator.items.orientation.btndesc = 设置此元素坐标起算的原点位置原点。%n%%n%§c注%n%你可以在调整窗口大小后查看原点位置是如何影响元素位置的。
helper.creator.add.slideshow = 幻灯片
helper.creator.add.slideshow.entername = 通过名称添加
helper.creator.add.slideshow.entername.title = 输入幻灯片名称
helper.creator.backgroundoptions.backgroundslideshow = 背景幻灯片
helper.creator.backgroundoptions.backgroundslideshow.set = 设置背景
helper.creator.backgroundoptions.backgroundslideshow.set.desc = 将选中的幻灯片设置为激活的背景幻灯片。
helper.creator.backgroundoptions.backgroundslideshow.clear = 清除
helper.creator.backgroundoptions.backgroundslideshow.clear.desc = 将选中的幻灯片从激活的背景幻灯片中移除。
helper.creator.backgroundoptions.slideshows = 幻灯片
helper.creator.slideshownotfound = §c§l未找到幻灯片%n%%n%输入的幻灯片不存在!%n%大概是名称打错了?
helper.creator.sidemenu.settings.btndesc = 布局编辑器设置
helper.creator.sidemenu.settings.on = §a开
helper.creator.sidemenu.settings.off = §c关
helper.creator.sidemenu.settings.vanillanotification = 移动原版按钮时警告
helper.creator.sidemenu.settings.popupmenuscale = 右键弹出菜单尺寸
helper.creator.add.shapes = 形状
helper.creator.add.shapes.rectangle = 矩形
helper.creator.items.shape.color = 颜色
helper.creator.items.shape.color.btndesc = 为形状设置十六进制颜色。%n%%n%§c注%n%你可以使用十六进制颜色设置形状透明度!
helper.creator.object.movedown.desc.subtext.vanillabutton = %n%%n%你不能移动§c原版按钮后§c的元素%n%%n%然而你可以重新设置%n%§l布局渲染顺序§r至'§l背景§r'%n%以渲染所有处在例如原版按钮的默认菜单内容后的元素。%n%%n%§l右键§r编辑器背景以设置§l布局渲染顺序§r
helper.buttons.tools.misc = 杂项
helper.buttons.tools.misc.btndesc = 包含更多菜单自定义工具和选项。
helper.buttons.tools.misc.openloadingscreen = 打开世界加载界面
helper.buttons.tools.misc.openloadingscreen.btndesc = 打开一个“静止的”世界加载界面以对其进行自定义操作。%n%%n%§c注%n%点击 §l打开主菜单§r按钮§r即可关闭此菜单。
helper.buttons.tools.misc.openmainmenu = 打开主菜单
helper.buttons.tools.misc.openmainmenu.btndesc = 打开主菜单。%n%适用于卡在某个菜单中时。
helper.buttons.tools.misc.openmessagescreen = 打开提示界面
helper.buttons.tools.misc.openmessagescreen.btndesc = 打开一个你在世界加载界面前或离开一个世界时看到的提示界面以对其进行自定义操作。%n%%n%§c注%n%点击 §l打开主菜单§r按钮§r即可关闭此菜单。
helper.menubar.expand = 展开菜单栏
helper.menubar.shrink = 缩放菜单栏
helper.menubar.settings = FancyMenu 设置
fancymenu.config = FancyMenu 设置
fancymenu.config.categories.general = 通用
fancymenu.config.enablehotkeys = 启用模组热键
fancymenu.config.playmenumusic = 默认菜单音乐
fancymenu.config.stopworldmusicwhencustomizable = 停止世界音乐
fancymenu.config.playbackgroundsounds = 自定义音乐
fancymenu.config.playbackgroundsoundsinworld = 自定义世界音乐
fancymenu.config.defaultguiscale = 默认 GUI 尺寸
fancymenu.config.showdebugwarnings = 调试警告
fancymenu.config.categories.customization = 自定义项
fancymenu.config.showcustomizationbuttons = 自定义控制
fancymenu.config.softmode = 普通模式
fancymenu.config.advancedmode = 高级模式
fancymenu.config.categories.mainmenu = 主菜单 [通用]
fancymenu.config.hidebranding = 隐藏品牌消息
fancymenu.config.hidelogo = 隐藏原版 Logo
fancymenu.config.hiderealmsnotifications = 隐藏领域更新图标
fancymenu.config.showmainmenufooter = 主菜单脚注
fancymenu.config.hideforgenotifications = 隐藏 Forge 通知
fancymenu.config.copyrightposition = 版权信息位置
fancymenu.config.copyrightcolor = 版权信息颜色
fancymenu.config.categories.world_loading_screen = 世界加载界面
fancymenu.config.showloadingscreenanimation = 世界加载动画
fancymenu.config.showloadingscreenpercent = 世界加载百分比
fancymenu.config.categories.mainmenu_splash = 主菜单 [闪烁文字]
fancymenu.config.hidesplashtext = 隐藏闪烁文字
fancymenu.config.splashcolor = 闪烁文字颜色
fancymenu.config.splashtextfile = 自定义闪烁文字文件
fancymenu.config.splashorientation = 闪烁文字原点位置
fancymenu.config.splashrotation = 闪烁文字旋转
fancymenu.config.splashx = 闪烁文字 X 坐标
fancymenu.config.splashy = 闪烁文字 Y 坐标
fancymenu.config.categories.loading = 游戏加载
fancymenu.config.gameintroanimation = 游戏开场动画
fancymenu.config.loadingscreendarkmode = 游戏加载界面黑暗模式
fancymenu.config.showanimationloadingstatus = 动画加载状况
fancymenu.config.allowgameintroskip = 跳过游戏开场
fancymenu.config.customgameintroskiptext = 游戏开场文字
fancymenu.config.loadinganimationcolor = FancyMenu 加载动画颜色
fancymenu.config.preloadanimations = 预加载动画
fancymenu.config.categories.minecraftwindow = Minecraft 窗口
fancymenu.config.customwindowtitle = 自定义窗口标题
fancymenu.config.customwindowicon = 自定义窗口图标
fancymenu.config.categories.layouteditor = 布局编辑器
fancymenu.config.showvanillamovewarning = 移动按钮警告
fancymenu.config.editordeleteconfirmation = 删除二次确认
fancymenu.config.categories.ui = FANCYMENU UI
fancymenu.config.uiscale = FancyMenu UI 尺寸
fancymenu.config.enablehotkeys.desc = 是否启用 FancyMenu 的热键。%n%重启后生效。
fancymenu.config.playmenumusic.desc = 是否启用默认 Minecraft 菜单音乐。
fancymenu.config.stopworldmusicwhencustomizable.desc = 是否在打开自定义菜单时暂停原版音乐。
fancymenu.config.playbackgroundsounds.desc = 是否启用使用 FancyMenu 添加的自定义菜单背景音乐。
fancymenu.config.playbackgroundsoundsinworld.desc = 是否在世界加载完成后(游戏中)播放使用 FancyMenu 添加的自定义菜单背景音乐。
fancymenu.config.defaultguiscale.desc = 一个将在游戏第一次启动后被设置的默认 GUI 尺寸。%n%对整合包很实用。%n%缓存文件储存在 /mods/fancymenu/。
fancymenu.config.showdebugwarnings.desc = 是否将 FancyMenu 的警告信息打印到游戏日志。%n%错误信息不受此项设置影响。
fancymenu.config.showcustomizationbuttons.desc = 是否显示 FancyMenu 的自定义工具栏。%n%可在正常菜单中按下 §lCTRL + ALT + C%n% 启用和关闭。
fancymenu.config.softmode.desc = 是否通过禁用背景自定义支持以将模组兼容性最大化。%n%如单人游戏选择世界和多人游戏菜单的滚动菜单。
fancymenu.config.advancedmode.desc = 是否启用部分使用不当会损坏游戏的进阶特功能。
fancymenu.config.hidebranding.desc = 是否隐藏主菜单左下角的品牌信息。
fancymenu.config.hidelogo.desc = 是否隐藏主菜单的 Minecraft Logo。
fancymenu.config.hiderealmsnotifications.desc = 是否隐藏主菜单的领域更新图标。
fancymenu.config.showmainmenufooter.desc = 是否在主菜单显示一个类似于每个 YouTube 上的 Minecraft 视频末尾的 “发现更多” 的脚注。
fancymenu.config.hideforgenotifications.desc = 是否隐藏所有譬如测试版警告或更新提醒的Forge提醒。
fancymenu.config.copyrightposition.desc = 设置版权信息的位置。%n%%n%§l可用参数%n%top-left, top-centered, top-right,%n%bottom-left, bottom-centered,%n%bottom-right
fancymenu.config.copyrightcolor.desc = 设置版权信息的十六进制颜色代码。
fancymenu.config.showloadingscreenanimation.desc = 是否隐藏世界加载界面的加载动画。
fancymenu.config.showloadingscreenpercent.desc = 是否隐藏世界加载界面的加载百分比文字。
fancymenu.config.hidesplashtext.desc = 是否隐藏闪烁文字。
fancymenu.config.splashcolor.desc = 设置闪烁文字的基础颜色。%n%仅接受十六进制颜色。
fancymenu.config.splashtextfile.desc = 设置供闪烁文字读取使用的 TXT 文件。%n%一行一条。%n%%n%此值应设置为文件路径。
fancymenu.config.splashorientation.desc = 设置闪烁文字的坐标原点。%n%也就是闪烁文字坐标起算的原点。%n%%n%§l可用参数:%n%original, top-left, mid-left,%n%bottom-left, top-centered, mid-centered,%n%bottom-centered, top-right, mid-right,%n%bottom-right
fancymenu.config.splashrotation.desc = 设置闪烁文字的旋转角度。
fancymenu.config.splashx.desc = 设置横向闪烁文字使用其坐标原点作为原点 (X:0 Y:0)。
fancymenu.config.splashy.desc = 设置垂直闪烁文字使用其坐标原点作为原点 (X:0 Y:0)。
fancymenu.config.gameintroanimation.desc = 通过名称指定一个动画在进入主菜单前播放。(像其他那些超酷的游戏一样)
fancymenu.config.loadingscreendarkmode.desc = 启用游戏加载界面黑暗模式。
fancymenu.config.showanimationloadingstatus.desc = 动画加载界面是否显示加载进程的细节信息。
fancymenu.config.allowgameintroskip.desc = 是否允许玩家按下 SPACE 键跳过开场动画。
fancymenu.config.customgameintroskiptext.desc = 设置自定义跳过开场动画的文字。
fancymenu.config.loadinganimationcolor.desc = 设置动画加载界面指针的颜色。%n%这是你将在 FancyMenu 加载所有动画时看到的动画。
fancymenu.config.preloadanimations.desc = 在游戏加载时预加载动画材质。%n%这将导致加载界面在最后冻结。%n%但可有效防止动画在第一次播放时卡顿。
fancymenu.config.customwindowtitle.desc = 设置自定义 Minecraft 窗口标题。
fancymenu.config.customwindowicon.desc = 启用自定义 Miencraft 窗口图标。%n%详情请查询 Wiki:%n%§lfm.keksuccino.de
fancymenu.config.showvanillamovewarning.desc = 启用试图在布局编辑器中移动未设置坐标原点的原版按钮时的警告。
fancymenu.config.editordeleteconfirmation.desc = 启用删除元素时的二次确认弹出窗口。
fancymenu.config.uiscale.desc = FancyMenu 自定义工具栏尺寸。
helper.ui.dynamicvariabletextfield.variables.desc = §l占位符信息值%n%%n%在文字中插入会被替换为真实信息的占位符。%n%如玩家名称或 Minecraft 版本。%n%%n%§l§c注意%n%你将在编辑器中看到占位符本身,而在真实菜单中看到被替换成的真实数值。
helper.ui.dynamicvariabletextfield.variables.playername = 玩家名称
helper.ui.dynamicvariabletextfield.variables.playername.desc = 获取玩家名称。
helper.ui.dynamicvariabletextfield.variables.playeruuid = 玩家 UUID
helper.ui.dynamicvariabletextfield.variables.playeruuid.desc = 获取玩家 UUID。
helper.ui.dynamicvariabletextfield.variables.mcversion = Minecraft 版本
helper.ui.dynamicvariabletextfield.variables.mcversion.desc = 获取 Minecraft 版本。
helper.ui.dynamicvariabletextfield.variables.forgeversion = Mod加载器 版本
helper.ui.dynamicvariabletextfield.variables.forgeversion.desc = 获取 Mod加载器 版本。
helper.ui.dynamicvariabletextfield.variables.modversion = 模组版本
helper.ui.dynamicvariabletextfield.variables.modversion.desc = 通过 MODID 获取对应模组版本。%n%%n%将占位符中的 '<modid>' 替换成存在的 MODID 即可。
helper.ui.dynamicvariabletextfield.variables.totalmods = 全部模组计数
helper.ui.dynamicvariabletextfield.variables.totalmods.desc = 获取全部模组总数量。%n%包括禁用模组。
helper.ui.dynamicvariabletextfield.variables.loadedmods = 启用模组计数
helper.ui.dynamicvariabletextfield.variables.loadedmods.desc = 获取全部模组总数量。%n%不包括禁用模组。
helper.creator.items.string.alignment = 对齐
helper.creator.items.string.alignment.desc = 设置文字对齐。%n%%n%§c在文字内容%n%§c不总一样时很实用比如%n%§c占位符文字值。
helper.creator.items.string.alignment.left = 左对齐
helper.creator.items.string.alignment.right = 右对齐
helper.creator.items.string.alignment.centered = 中心对齐
helper.creator.items.string.border.alignment = 对齐
helper.creator.custombutton.config.actiontype.runcmd.desc = 执行一个 CMD / 终端指令。 支持如示例中的特定操作系统。
helper.creator.custombutton.config.actiontype.runcmd.desc.value = 指令
helper.creator.custombutton.config.actiontype.runcmd.desc.value.example = [windows:start.bat]; [macos:./Start]; [linux:./start.sh];
helper.creator.custombutton.config.actiontype.closegui.desc = 关闭正显示的 GUI。
helper.ui.current = 当前菜单
helper.ui.current.layouts = 布局
helper.ui.current.layouts.desc = 为此菜单创建和管理你的布局。
helper.ui.current.layouts.new = 新建布局
helper.ui.current.layouts.new.desc = 为此菜单新建布局。
helper.ui.current.layouts.manage = 管理布局
helper.ui.current.layouts.manage.desc = 管理此菜单的你的现存布局。
helper.ui.current.layouts.manage.edit = 编辑布局
helper.ui.current.layouts.manage.edit.desc = 在布局编辑器中编辑此布局。
helper.ui.current.advanced = 高级
helper.ui.current.advanced.desc = 包含适用于高级用户的工具。%n%%n%§c§l警告%n%此项极可能 §c损坏部分文件%n%且在绝大多数情况下并不必要!
helper.ui.customguis = 自定义 GUI
helper.ui.customguis.new = 新建 GUI
helper.ui.customguis.new.desc = 创建一个§c空的§r GUI 并向其中填充对象。
helper.ui.customguis.new.sure = §c§l你确定吗%n%%n%%n%你真的要新建一个§c空的§r GUI 吗?%n%%n%§c这和自定义现存菜单§l完全不§r§c一样%n%%n%如果你想自定义一个现存的菜单,请创建一个 §l布局§r。%n% %n% %n%
helper.ui.customguis.manage = 管理 GUI
helper.ui.customguis.manage.desc = 管理你的现存的 GUI。
helper.ui.tools = 工具
helper.ui.tools.menuinfo.off = 菜单信息§c关
helper.ui.tools.menuinfo.on = 菜单信息§a开
helper.ui.tools.menuinfo.desc = 展示此菜单的菜单 ID。%n%%n%左键 ID 即可复制。
helper.ui.tools.buttoninfo.off = 按钮信息§c关
helper.ui.tools.buttoninfo.on = 按钮信息§a开
helper.ui.tools.buttoninfo.desc = 将光标悬浮在原版按钮上显示其相关信息。%n%%n%H对自定义按钮无效。
helper.ui.misc = 杂项
helper.ui.misc.closegui = §c关闭菜单
helper.ui.misc.closegui.desc = 关闭正显示的菜单。
helper.ui.misc.openworldloading = 打开世界加载界面
helper.ui.misc.openworldloading.desc = 打开一个“静止的”世界加载界面以对其进行自定义操作。
helper.ui.misc.openmessagescreen = 打开提示界面
helper.ui.misc.openmessagescreen.desc = 打开一个你在世界加载界面前或离开一个世界时看到的提示界面以对其进行自定义操作。%n%%n%此界面将在加入单人世界或服务器时被使用。
helper.ui.reload.desc = 重载 FancyMenu。%n%%n%§l将会重载%n%- 全景图%n%- 幻灯片%n%- 模组配置%n%- 布局%n%%n%§c§不会重载%n%- 动画
helper.editor.ui.unsavedwarning = §c§l你确定吗%n%%n%%n%所有未保存的对当前布局做出的更改将会丢失!%n% %n% %n%
helper.editor.ui.layout = 布局
helper.editor.ui.layout.new = 新建
helper.editor.ui.layout.open = 打开
helper.editor.ui.layout.save = 保存
helper.editor.ui.layout.saveas = 另存为
helper.editor.ui.layout.saveas.entername = §l输入布局名称
helper.editor.ui.layout.saveas.failed = §c§l保存失败%n%%n%%n%不支持的布局名称或布局已存在。%n% %n% %n%
helper.editor.ui.layout.properties = 配置
helper.editor.ui.edit = 编辑
helper.editor.ui.edit.undo = 撤销
helper.editor.ui.edit.redo = 重做
helper.editor.ui.edit.copy = 复制
helper.editor.ui.edit.paste = 粘贴
helper.editor.ui.element = 元素
helper.editor.ui.element.new = 新建
helper.editor.ui.element.manageaudio = 管理音频
helper.editor.ui.element.manageaudio.loop.on = 循环§a开
helper.editor.ui.element.manageaudio.loop.off = 循环§c关
helper.editor.ui.element.deletedvanillabuttons = 删除所有原版按钮
helper.editor.ui.element.deletedvanillabuttons.entry.desc = 左键以撤销删除
helper.editor.ui.exit = 退出
helper.editor.ui.exit.desc = 关闭编辑器
helper.editor.ui.layoutproperties.newelement = 新建元素
helper.ui.warning = §l警告
helper.ui.warning.unicode = Unicode 字体并不被 FancyMenu UI 所完全支持!%n%请考虑在语言设置中关闭 Unicode 字体!
helper.creator.error.invalidfile = §c§l错误%n%%n%%n%文件无效或不存在!%n% %n% %n% %n%
helper.creator.add.splash = 闪烁文字
helper.creator.add.splash.single = 单行闪烁文字
helper.creator.add.splash.single.desc = 输入闪烁文字内容。
helper.creator.add.splash.multi = 多行闪烁文字
helper.creator.add.splash.multi.desc = 选择一个定义闪烁文字的文本文件。
helper.creator.items.splash.bounce.on = 弹跳§a开
helper.creator.items.splash.bounce.off = 弹跳§c关
helper.creator.items.splash.refresh.on = 刷新§a开
helper.creator.items.splash.refresh.off = 刷新§c关
helper.creator.items.splash.refresh.desc = 在每次菜单被重载或刷新的同时刷新闪烁文字。
helper.creator.items.splash.basecolor = 基色
helper.creator.items.splash.rotation = 旋转
helper.creator.items.delay = 延迟效果
helper.creator.items.delay.off = 延迟§c关
helper.creator.items.delay.firsttime = 延迟§6第一次
helper.creator.items.delay.everytime = 延迟§a每次
helper.creator.items.delay.seconds = 以秒数为单位设置延迟时间。
helper.creator.items.delay.fadein.off = 渐入§c关
helper.creator.items.delay.fadein.on = 渐入§a开
helper.creator.items.delay.fadein.speed = 设置渐入速度。
fancymenu.helper.creator.layoutoptions.randommode.on = 随机模式§a开
fancymenu.helper.creator.layoutoptions.randommode.off = 随机模式§c关
fancymenu.helper.creator.layoutoptions.randommode.btn.desc = 在菜单启动时随机选取一个组中的布局。%n%%n%可被用于制作随机背景等。
fancymenu.helper.creator.layoutoptions.randommode.setgroup = 设置随机组。
fancymenu.helper.creator.layoutoptions.randommode.setgroup.btn.desc = 为此随机布局设置组。%n%菜单每次启动时将随机选取组中的一个布局。
fancymenu.helper.creator.layoutoptions.randommode.onlyfirsttime.on = 仅在第一次随机§a开
fancymenu.helper.creator.layoutoptions.randommode.onlyfirsttime.off = 仅在第一次随机§c关
fancymenu.helper.creator.layoutoptions.randommode.onlyfirsttime.btn.desc = 每次在菜单被打开时随机选择随机组中的一个布局,%n%或仅在菜单第一次被打开时随机挑选一个布局。
fancymenu.helper.creator.backgroundoptions.backgroundanimation.set = 设置背景动画
fancymenu.helper.creator.backgroundoptions.backgroundanimation.set.desc = 将选中的动画设置为启用的背景动画。
fancymenu.helper.creator.backgroundoptions.backgroundanimation.clear = 清除
fancymenu.helper.creator.backgroundoptions.backgroundanimation.clear.desc = 将选中的动画从启用的背景动画中移除。

View File

@ -0,0 +1,309 @@
type = menu_identifier_database
identifier-group {
forge_1.12 = net.minecraft.client.gui.GuiMainMenu
forge_1.16 = net.minecraft.client.gui.screen.MainMenuScreen
forge_1.17 = net.minecraft.client.gui.screens.TitleScreen
fabric = net.minecraft.class_442
}
identifier-group {
forge_1.12 = net.minecraft.client.gui.GuiWorldSelection
forge_1.16 = net.minecraft.client.gui.screen.WorldSelectionScreen
forge_1.17 = net.minecraft.client.gui.screens.worldselection.SelectWorldScreen
fabric = net.minecraft.class_526
}
identifier-group {
forge_1.12 = net.minecraft.client.gui.GuiCreateWorld
forge_1.16 = net.minecraft.client.gui.screen.CreateWorldScreen
forge_1.17 = net.minecraft.client.gui.screens.worldselection.CreateWorldScreen
fabric = net.minecraft.class_525
}
identifier-group {
forge_1.16 = net.minecraft.client.gui.screen.MultiplayerWarningScreen
forge_1.17 = net.minecraft.client.gui.screens.multiplayer.SafetyScreen
fabric = net.minecraft.class_4749
}
identifier-group {
forge_1.12 = net.minecraft.client.gui.GuiMultiplayer
forge_1.16 = net.minecraft.client.gui.screen.MultiplayerScreen
forge_1.17 = net.minecraft.client.gui.screens.multiplayer.JoinMultiplayerScreen
fabric = net.minecraft.class_500
}
identifier-group {
forge_1.12 = net.minecraft.client.gui.GuiScreenAddServer
forge_1.16 = net.minecraft.client.gui.screen.AddServerScreen
forge_1.17 = net.minecraft.client.gui.screens.EditServerScreen
fabric = net.minecraft.class_422
}
identifier-group {
forge_1.12 = net.minecraft.client.gui.GuiScreenRealmsProxy
forge_1.16 = com.mojang.realmsclient.gui.screens.RealmsClientOutdatedScreen
forge_1.17 = [placeholder]
fabric = net.minecraft.class_4387
}
identifier-group {
forge_1.17 = com.mojang.realmsclient.RealmsMainScreen
fabric = net.minecraft.class_4325
}
identifier-group {
forge_1.12 = net.minecraftforge.fml.client.GuiModList
forge_1.16 = net.minecraftforge.fml.client.gui.screen.ModListScreen
forge_1.17 = net.minecraftforge.fmlclient.gui.screen.ModListScreen
}
identifier-group {
forge_1.12 = net.minecraft.client.gui.GuiOptions
forge_1.16 = net.minecraft.client.gui.screen.OptionsScreen
forge_1.17 = net.minecraft.client.gui.screens.OptionsScreen
fabric = net.minecraft.class_429
}
identifier-group {
forge_1.12 = net.minecraft.client.gui.GuiCustomizeSkin
forge_1.16 = net.minecraft.client.gui.screen.CustomizeSkinScreen
forge_1.17 = net.minecraft.client.gui.screens.SkinCustomizationScreen
fabric = net.minecraft.class_440
}
identifier-group {
forge_1.12 = net.minecraft.client.gui.GuiScreenOptionsSounds
forge_1.16 = net.minecraft.client.gui.screen.OptionsSoundsScreen
forge_1.17 = net.minecraft.client.gui.screens.SoundOptionsScreen
fabric = net.minecraft.class_443
}
identifier-group {
forge_1.12 = net.minecraft.client.gui.GuiVideoSettings
forge_1.16 = net.minecraft.client.gui.screen.VideoSettingsScreen
forge_1.17 = net.minecraft.client.gui.screens.VideoSettingsScreen
fabric = net.minecraft.class_446
}
identifier-group {
forge_1.12 = net.minecraft.client.gui.GuiControls
forge_1.16 = net.minecraft.client.gui.screen.ControlsScreen
forge_1.17 = net.minecraft.client.gui.screens.controls.ControlsScreen
fabric = net.minecraft.class_458
}
identifier-group {
forge_1.16 = net.minecraft.client.gui.screen.MouseSettingsScreen
forge_1.17 = net.minecraft.client.gui.screens.MouseSettingsScreen
fabric = net.minecraft.class_4288
}
identifier-group {
forge_1.12 = net.minecraft.client.gui.GuiLanguage
forge_1.16 = net.minecraft.client.gui.screen.LanguageScreen
forge_1.17 = net.minecraft.client.gui.screens.LanguageSelectScreen
fabric = net.minecraft.class_426
}
identifier-group {
forge_1.12 = net.minecraft.client.gui.ScreenChatOptions
forge_1.16 = net.minecraft.client.gui.screen.ChatOptionsScreen
forge_1.17 = net.minecraft.client.gui.screens.ChatOptionsScreen
fabric = net.minecraft.class_404
}
identifier-group {
forge_1.12 = net.minecraft.client.gui.GuiScreenResourcePacks
forge_1.16 = net.minecraft.client.gui.screen.PackScreen
forge_1.17 = net.minecraft.client.gui.screens.packs.PackSelectionScreen
fabric = net.minecraft.class_5375
}
identifier-group {
forge_1.16 = net.minecraft.client.gui.AccessibilityScreen
forge_1.17 = net.minecraft.client.gui.screens.AccessibilityOptionsScreen
fabric = net.minecraft.class_4189
}
identifier-group {
forge_1.12 = [placeholder]
forge_1.16 = net.minecraft.client.gui.screen.ConfirmOpenLinkScreen
forge_1.17 = net.minecraft.client.gui.screens.ConfirmLinkScreen
fabric = net.minecraft.class_407
}
identifier-group {
forge_1.16 = net.minecraft.client.gui.screen.EditGamerulesScreen
forge_1.17 = net.minecraft.client.gui.screens.worldselection.EditGameRulesScreen
fabric = net.minecraft.class_5235
}
identifier-group {
forge_1.12 = net.minecraft.client.gui.advancements.GuiScreenAdvancements
forge_1.16 = net.minecraft.client.gui.advancements.AdvancementsScreen
forge_1.17 = net.minecraft.client.gui.screens.advancements.AdvancementsScreen
fabric = net.minecraft.class_457
}
identifier-group {
forge_1.12 = net.minecraft.client.gui.achievement.GuiStats
forge_1.16 = net.minecraft.client.gui.screen.StatsScreen
forge_1.17 = net.minecraft.client.gui.screens.achievement.StatsScreen
fabric = net.minecraft.class_447
}
identifier-group {
forge_1.12 = net.minecraft.client.gui.inventory.GuiContainerCreative
forge_1.16 = net.minecraft.client.gui.screen.inventory.CreativeScreen
forge_1.17 = net.minecraft.client.gui.screens.inventory.CreativeModeInventoryScreen
fabric = net.minecraft.class_481
}
identifier-group {
forge_1.12 = net.minecraft.client.gui.inventory.GuiInventory
forge_1.16 = net.minecraft.client.gui.screen.inventory.InventoryScreen
forge_1.17 = net.minecraft.client.gui.screens.inventory.CreativeModeInventoryScreen
fabric = net.minecraft.class_490
}
identifier-group {
forge_1.12 = net.minecraft.client.gui.inventory.GuiCrafting
forge_1.16 = net.minecraft.client.gui.screen.inventory.CraftingScreen
forge_1.17 = net.minecraft.client.gui.screens.inventory.CraftingScreen
fabric = net.minecraft.class_479
}
identifier-group {
forge_1.12 = net.minecraft.client.gui.GuiEnchantment
forge_1.16 = net.minecraft.client.gui.screen.EnchantmentScreen
forge_1.17 = net.minecraft.client.gui.screens.inventory.EnchantmentScreen
fabric = net.minecraft.class_486
}
identifier-group {
forge_1.12 = net.minecraft.client.gui.GuiRepair
forge_1.16 = net.minecraft.client.gui.screen.inventory.AnvilScreen
forge_1.17 = net.minecraft.client.gui.screens.inventory.AnvilScreen
fabric = net.minecraft.class_471
}
identifier-group {
forge_1.12 = net.minecraft.client.gui.inventory.GuiChest
forge_1.16 = net.minecraft.client.gui.screen.inventory.ChestScreen
forge_1.17 = net.minecraft.client.gui.screens.inventory.ContainerScreen
fabric = net.minecraft.class_476
}
identifier-group {
forge_1.12 = net.minecraft.client.gui.inventory.GuiBrewingStand
forge_1.16 = net.minecraft.client.gui.screen.inventory.BrewingStandScreen
forge_1.17 = net.minecraft.client.gui.screens.inventory.BrewingStandScreen
fabric = net.minecraft.class_472
}
identifier-group {
forge_1.16 = net.minecraft.client.gui.screen.inventory.SmithingTableScreen
forge_1.17 = net.minecraft.client.gui.screens.inventory.SmithingScreen
fabric = net.minecraft.class_4895
}
identifier-group {
forge_1.16 = net.minecraft.client.gui.screen.inventory.BlastFurnaceScreen
forge_1.17 = net.minecraft.client.gui.screens.inventory.BlastFurnaceScreen
fabric = net.minecraft.class_3871
}
identifier-group {
forge_1.12 = net.minecraft.client.gui.inventory.GuiFurnace
forge_1.16 = net.minecraft.client.gui.screen.inventory.FurnaceScreen
forge_1.17 = net.minecraft.client.gui.screens.inventory.FurnaceScreen
fabric = net.minecraft.class_3873
}
identifier-group {
forge_1.12 = net.minecraft.client.gui.GuiHopper
forge_1.16 = net.minecraft.client.gui.screen.HopperScreen
forge_1.17 = net.minecraft.client.gui.screens.inventory.HopperScreen
fabric = net.minecraft.class_488
}
identifier-group {
forge_1.12 = net.minecraft.client.gui.inventory.GuiDispenser
forge_1.16 = net.minecraft.client.gui.screen.inventory.DispenserScreen
forge_1.17 = net.minecraft.client.gui.screens.inventory.DispenserScreen
fabric = net.minecraft.class_480
}
identifier-group {
forge_1.12 = net.minecraft.client.gui.GuiGameOver
forge_1.16 = net.minecraft.client.gui.screen.DeathScreen
forge_1.17 = net.minecraft.client.gui.screens.DeathScreen
fabric = net.minecraft.class_418
}
identifier-group {
forge_1.12 = net.minecraft.client.gui.GuiYesNo
forge_1.16 = net.minecraft.client.gui.screen.ConfirmScreen
forge_1.17 = net.minecraft.client.gui.screens.ConfirmScreen
fabric = net.minecraft.class_410
}
identifier-group {
forge_1.12 = net.minecraft.client.gui.GuiIngameMenu
forge_1.16 = net.minecraft.client.gui.screen.IngameMenuScreen
forge_1.17 = net.minecraft.client.gui.screens.PauseScreen
fabric = net.minecraft.class_433
}
identifier-group {
forge_1.16 = net.minecraft.client.gui.screen.WorldLoadProgressScreen
forge_1.17 = net.minecraft.client.gui.screens.LevelLoadingScreen
fabric = net.minecraft.class_3928
}
identifier-group {
forge_1.12 = [placeholder]
forge_1.16 = net.minecraft.client.gui.screen.DirtMessageScreen
forge_1.17 = net.minecraft.client.gui.screens.GenericDirtMessageScreen
fabric = net.minecraft.class_424
}
identifier-group {
forge_1.16 = net.minecraft.client.gui.screen.GamemodeSelectionScreen
forge_1.17 = net.minecraft.client.gui.screens.debug.GameModeSwitcherScreen
fabric = net.minecraft.class_5289
}
identifier-group {
forge_1.16 = net.minecraft.client.gui.screen.LoomScreen
forge_1.18 = net.minecraft.client.gui.screens.inventory.LoomScreen
fabric = net.minecraft.class_494
}
identifier-group {
forge_1.18 = net.minecraft.client.gui.screens.controls.KeyBindsScreen
fabric = net.minecraft.class_6599
}
identifier-group {
forge_1.18 = net.minecraft.client.gui.screens.MouseSettingsScreen
fabric = net.minecraft.class_4288
}

View File

@ -0,0 +1,58 @@
/*
Configuration for Better Loading Screen,
this file is automatically generated, and is formatted under JSON5.
Custom Image Background: Place the image (Ideally 16:9) in config/better_loading_screen/background.png
*/
{
/*
Whether the memory usage bar should be drawn.
Default: true
*/
rendersMemoryBar: true,
/*
Whether the current hints on the top left should be drawn.
Default: true
*/
rendersHint: true,
/*
Renders the logo on the loading screen.
Default: true
*/
rendersLogo: true,
/*
Declares the background color of the loading screen.
Default: #EF323D
*/
backgroundColor: "#1C1C1C",
/*
Declares the bar color of the loading screen.
Default: #FFFFFF
*/
barColor: "#8CA6BD",
/*
Declares the bar frame color of the loading screen.
Default: #FFFFFF
*/
barFrameColor: "#8CA6BD",
/*
Declares the text color of the loading screen.
Default: #FFFFFF
*/
textColor: "#8CA6BD",
/*
Declares the logo color of the loading screen.
Default: #FFFFFF
*/
logoColor: "#8CA6BD",
/*
Detects KubeJS to grab the color from the KubeJS config.
Default: true
*/
detectKubeJS: true,
/*
Detects All The Tweaks to grab the background image.
Default: true
*/
detectAllTheTweaks: true,
}

9
config/yosbr/options.txt Normal file
View File

@ -0,0 +1,9 @@
resourcePacks:["vanilla","Fabric Mods","cullleaves/smartleaves","lambdabettergrass/default","continuity/default","continuity/glass_pane_culling_fix","file/Mod Menu Helper.zip","file/Better-Leaves-6.1-1.13+.zip"]
key_iris.keybind.reload:key.keyboard.unknown
key_iris.keybind.toggleShaders:key.keyboard.unknown
key_iris.keybind.shaderPackSelection:key.keyboard.unknown
autoJump:false
enableVsync:false
realmsNotifications:false
darkMojangStudiosBackground:true
fovEffectScale:0.31955075

1094
index.toml Normal file

File diff suppressed because it is too large Load Diff

13
mods/addadd.toml Normal file
View File

@ -0,0 +1,13 @@
name = "Additional Additions"
filename = "AdditionalAdditions-3.0.1.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/R4TvILfj/versions/3.0.1/AdditionalAdditions-3.0.1.jar"
hash-format = "sha1"
hash = "181a29a8b509bd46493ead546c186188edcd55b3"
[update]
[update.modrinth]
mod-id = "R4TvILfj"
version = "BmwSZmFM"

13
mods/adorn.toml Normal file
View File

@ -0,0 +1,13 @@
name = "Adorn"
filename = "Adorn-3.3.1+1.18.1-fabric.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/E6FUtRJh/versions/3.3.1-fabric/Adorn-3.3.1%2B1.18.1-fabric.jar"
hash-format = "sha1"
hash = "3fed1f7f0f547eb5380e67c959285ffdb61165cd"
[update]
[update.modrinth]
mod-id = "E6FUtRJh"
version = "VyILUVlk"

View File

@ -0,0 +1,13 @@
name = "Alternate Current"
filename = "alternate-current-mc1.18-1.2.0.jar"
side = "server"
[download]
url = "https://cdn.modrinth.com/data/r0v8vy1s/versions/mc1.18-1.2.0/alternate-current-mc1.18-1.2.0.jar"
hash-format = "sha1"
hash = "22f7394d92b00aa1b07e64f514019e0be22e3e00"
[update]
[update.modrinth]
mod-id = "r0v8vy1s"
version = "N8AvvTfs"

View File

@ -0,0 +1,12 @@
name = "Ambient Environment"
filename = "AmbientEnvironment-fabric-1.18.1-7.0+17.jar"
side = "client"
[download]
url = "https://edge.forgecdn.net/files/3616/315/AmbientEnvironment-fabric-1.18.1-7.0+17.jar"
hash-format = "sha1"
hash = "52549fe36224898fde87b9d249502b253a76e41e"
[update]
[update.curseforge]
file-id = 3616315
project-id = 320163

13
mods/amecs.toml Normal file
View File

@ -0,0 +1,13 @@
name = "Amecs"
filename = "amecs-1.3.7+mc.1.18.jar"
side = "client"
[download]
url = "https://cdn.modrinth.com/data/rcLriA4v/versions/1.3.7+mc.1.18/amecs-1.3.7%2Bmc.1.18.jar"
hash-format = "sha1"
hash = "87da62172045dac6f54d8ea877c59ff55295da9a"
[update]
[update.modrinth]
mod-id = "rcLriA4v"
version = "vUJRVHN4"

View File

@ -0,0 +1,13 @@
name = "Animal Feeding Trough"
filename = "animal_feeding_trough-1.0.2+1.18.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/bRFWnJ87/versions/1.0.2+1.18/animal_feeding_trough-1.0.2+1.18.jar"
hash-format = "sha1"
hash = "6c3e85f16a0588a6e8db144fd30a5e9acd9bf8ce"
[update]
[update.modrinth]
mod-id = "bRFWnJ87"
version = "a6Yd7Tm0"

13
mods/animatica.toml Normal file
View File

@ -0,0 +1,13 @@
name = "Animatica"
filename = "animatica-0.4+1.18.jar"
side = "client"
[download]
url = "https://cdn.modrinth.com/data/PRN43VSY/versions/0.4+1.18/animatica-0.4%2B1.18.jar"
hash-format = "sha1"
hash = "88814223cfa1aa19745529d852d545e5273f58d3"
[update]
[update.modrinth]
mod-id = "PRN43VSY"
version = "uoIGWJxI"

13
mods/antighost.toml Normal file
View File

@ -0,0 +1,13 @@
name = "AntiGhost"
filename = "antighost-1.18-fabric0.43.1-1.1.4.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/Jw3Wx1KR/versions/1.18-fabric0.43.1-1.1.4/antighost-1.18-fabric0.43.1-1.1.4.jar"
hash-format = "sha1"
hash = "619e250c133106bacc3e3b560839bd4b324dfda8"
[update]
[update.modrinth]
mod-id = "Jw3Wx1KR"
version = "d5nXweHE"

13
mods/appleskin.toml Normal file
View File

@ -0,0 +1,13 @@
name = "AppleSkin"
filename = "appleskin-fabric-mc1.18.1-2.3.0.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/EsAfCjCV/versions/fabric-mc1.18.1-2.3.0/appleskin-fabric-mc1.18.1-2.3.0.jar"
hash-format = "sha1"
hash = "6ea8db565249f4b0c1322f291f09d345ffcc8dc7"
[update]
[update.modrinth]
mod-id = "EsAfCjCV"
version = "1l8O9vUa"

View File

@ -0,0 +1,13 @@
name = "Architectury API (Fabric)"
filename = "architectury-3.8.47.jar"
side = "both"
[download]
url = "https://edge.forgecdn.net/files/3752/165/architectury-3.8.47.jar"
hash-format = "sha1"
hash = "0636b16df5860821ae9e944d37b1bcba67c22ead"
[update]
[update.curseforge]
file-id = 3752165
project-id = 419697

View File

@ -0,0 +1,13 @@
name = "Artifacts (Fabric)"
filename = "artifacts-6.0.0+fabric.jar"
side = "both"
[download]
url = "https://edge.forgecdn.net/files/3656/320/artifacts-6.0.0+fabric.jar"
hash-format = "sha1"
hash = "b177973bc58f8ba4838c321a98822aedd5bcb001"
[update]
[update.curseforge]
file-id = 3656320
project-id = 401236

13
mods/auth-me.toml Normal file
View File

@ -0,0 +1,13 @@
name = "Auth Me"
filename = "authme-mc1.18.1-2.2.0.jar"
side = "client"
[download]
url = "https://cdn.modrinth.com/data/yjgIrBjZ/versions/2.2.0/authme-mc1.18.1-2.2.0.jar"
hash-format = "sha1"
hash = "4d4ec666de314c77b76288601b34f52e2e9951bd"
[update]
[update.modrinth]
mod-id = "yjgIrBjZ"
version = "2OcMrFH7"

View File

@ -0,0 +1,13 @@
name = "Axolotl Bucket Fix"
filename = "axolotl-item-fix-1.1.3.jar"
side = "client"
[download]
url = "https://edge.forgecdn.net/files/3515/755/axolotl-item-fix-1.1.3.jar"
hash-format = "sha1"
hash = "f60f9ea1e6afded2935ba5b1406aedcf429c20f8"
[update]
[update.curseforge]
file-id = 3515755
project-id = 495453

13
mods/balm-fabric.toml Normal file
View File

@ -0,0 +1,13 @@
name = "Balm (Fabric Edition)"
filename = "balm-fabric-2.4.3+0.jar"
side = "both"
[download]
url = "https://edge.forgecdn.net/files/3658/27/balm-fabric-2.4.3+0.jar"
hash-format = "sha1"
hash = "a93917e1ef19973fd392578258455fd5e0df3f51"
[update]
[update.curseforge]
file-id = 3658027
project-id = 500525

13
mods/banhammer.toml Normal file
View File

@ -0,0 +1,13 @@
name = "BanHammer"
filename = "banhammer-0.4.2+1.18.jar"
side = "server"
[download]
url = "https://cdn.modrinth.com/data/Wpqg0ciI/versions/0.4.2+1.18/banhammer-0.4.2+1.18.jar"
hash-format = "sha1"
hash = "325efe4d3743ddc018b09688ae5ea0e13d1755df"
[update]
[update.modrinth]
mod-id = "Wpqg0ciI"
version = "qXuA8OV5"

13
mods/beaconoverhaul.toml Normal file
View File

@ -0,0 +1,13 @@
name = "Beacon Overhaul"
filename = "BeaconOverhaul-1.5.0+1.18.jar"
side = "both"
[download]
url = "https://edge.forgecdn.net/files/3561/472/BeaconOverhaul-1.5.0+1.18.jar"
hash-format = "sha1"
hash = "abbab18c6411bbdf52ab3990876ce7778f75f3ee"
[update]
[update.curseforge]
file-id = 3561472
project-id = 430382

View File

@ -0,0 +1,13 @@
name = "Better Compatibility Checker"
filename = "betterCompatibilityChecker-fabric-1.0.5.jar"
side = "both"
[download]
url = "https://edge.forgecdn.net/files/3679/841/betterCompatibilityChecker-fabric-1.0.5.jar"
hash-format = "sha1"
hash = "b70eb1de218d318d37a52c154c839d7da056d232"
[update]
[update.curseforge]
file-id = 3679841
project-id = 551894

13
mods/betterf3.toml Normal file
View File

@ -0,0 +1,13 @@
name = "BetterF3"
filename = "BetterF3-1.2.2-Forge-1.18.jar"
side = "client"
[download]
url = "https://cdn.modrinth.com/data/8shC1gFX/versions/1.2.2/BetterF3-1.2.2-Forge-1.18.jar"
hash-format = "sha1"
hash = "f2c46e89b6f9c5a5751e98d4868b1c36d53f9d8f"
[update]
[update.modrinth]
mod-id = "8shC1gFX"
version = "yHMun8ED"

View File

@ -0,0 +1,13 @@
name = "Better Loading Screen"
filename = "better-loading-screen-1.4.0.jar"
side = "client"
[download]
url = "https://edge.forgecdn.net/files/3722/46/better-loading-screen-1.4.0.jar"
hash-format = "sha1"
hash = "ead3998a3a7efbb5f9998e07e9f5be9302d87997"
[update]
[update.curseforge]
file-id = 3722046
project-id = 594044

View File

@ -0,0 +1,13 @@
name = "Bits And Chisels"
filename = "bitsandchisels-2.6.4.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/q8MC5tW2/versions/2.6.4/bitsandchisels-2.6.4.jar"
hash-format = "sha1"
hash = "4a1bf4054f3b822e8f29261befe82c32e832fb37"
[update]
[update.modrinth]
mod-id = "q8MC5tW2"
version = "pki1XNSd"

13
mods/blockus.toml Normal file
View File

@ -0,0 +1,13 @@
name = "Blockus"
filename = "blockus-2.3.10+1.18.1.jar"
side = "both"
[download]
url = "https://edge.forgecdn.net/files/3711/897/blockus-2.3.10+1.18.1.jar"
hash-format = "sha1"
hash = "1e8550164ae80457d3fc30dec02002c40a9f839e"
[update]
[update.curseforge]
file-id = 3711897
project-id = 312289

13
mods/blur-fabric.toml Normal file
View File

@ -0,0 +1,13 @@
name = "Blur (Fabric)"
filename = "blur-2.4.1.jar"
side = "client"
[download]
url = "https://cdn.modrinth.com/data/NK39zBp2/versions/2.4.1/blur-2.4.1.jar"
hash-format = "sha1"
hash = "4e9eb6718bf1aae922f7abd6fc93be1db49e5a4c"
[update]
[update.modrinth]
mod-id = "NK39zBp2"
version = "xetUzR7z"

13
mods/boat-container.toml Normal file
View File

@ -0,0 +1,13 @@
name = "Boat Container"
filename = "boatcontainer-1.0.4.jar"
side = "both"
[download]
url = "https://edge.forgecdn.net/files/3545/10/boatcontainer-1.0.4.jar"
hash-format = "sha1"
hash = "7fd85884fff1238d780a0f3ecb12e7808c127109"
[update]
[update.curseforge]
file-id = 3545010
project-id = 526274

13
mods/bobby.toml Normal file
View File

@ -0,0 +1,13 @@
name = "Bobby"
filename = "bobby-3.1.0.jar"
side = "client"
[download]
url = "https://cdn.modrinth.com/data/M08ruV16/versions/3.1.0/bobby-3.1.0.jar"
hash-format = "sha1"
hash = "380e4a7aa7c746db8bd908991823c9f38b5569a4"
[update]
[update.modrinth]
mod-id = "M08ruV16"
version = "raLIOIgw"

13
mods/bookshelf.toml Normal file
View File

@ -0,0 +1,13 @@
name = "Bookshelf"
filename = "Bookshelf-Fabric-1.18.1-12.0.23.jar"
side = "both"
[download]
url = "https://edge.forgecdn.net/files/3712/12/Bookshelf-Fabric-1.18.1-12.0.23.jar"
hash-format = "sha1"
hash = "35049aad2667e8a720c6dbd27a2111be803c2d10"
[update]
[update.curseforge]
file-id = 3712012
project-id = 228525

View File

@ -0,0 +1,13 @@
name = "Bow Infinity Fix (Forge/Fabric)"
filename = "BowInfinityFix-1.18.x-fabric-rv11.jar"
side = "both"
[download]
url = "https://edge.forgecdn.net/files/3546/225/BowInfinityFix-1.18.x-fabric-rv11.jar"
hash-format = "sha1"
hash = "453b32efe1e602e22f1472bbf4ee2286b1367939"
[update]
[update.curseforge]
file-id = 3546225
project-id = 224713

13
mods/break-progress.toml Normal file
View File

@ -0,0 +1,13 @@
name = "Break Progress"
filename = "breakprogress-1.0.1.jar"
side = "both"
[download]
url = "https://edge.forgecdn.net/files/3133/167/breakprogress-1.0.1.jar"
hash-format = "sha1"
hash = "cad6999109f1f156e2cd2be7eabb4c528d24b4a5"
[update]
[update.curseforge]
file-id = 3133167
project-id = 416406

View File

@ -0,0 +1,13 @@
name = "Cammie's Minecart Tweaks"
filename = "cammies-minecart-tweaks-1.2.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/D2gIe1ZY/versions/1.2/cammies-minecart-tweaks-1.2.jar"
hash-format = "sha1"
hash = "3b6b6e154f8f4c1cb08984eef61f8625c7fb6f45"
[update]
[update.modrinth]
mod-id = "D2gIe1ZY"
version = "Ui7JRx9p"

View File

@ -0,0 +1,13 @@
name = "cAn i MiNe thIS bLOCk?"
filename = "can-i-mine-this-block-1.1.0.jar"
side = "client"
[download]
url = "https://edge.forgecdn.net/files/3367/227/can-i-mine-this-block-1.1.0.jar"
hash-format = "sha1"
hash = "611dc2c58e1ca5419355e72e6ca7e33b2ac6b381"
[update]
[update.curseforge]
file-id = 3367227
project-id = 400929

13
mods/capybara-fabric.toml Normal file
View File

@ -0,0 +1,13 @@
name = "Capybara [Fabric]"
filename = "capybara-1.18-1.0.1.jar"
side = "both"
[download]
url = "https://edge.forgecdn.net/files/3591/830/capybara-1.18-1.0.1.jar"
hash-format = "sha1"
hash = "d75cd3848ba4e105f1b0b0902687a5bcd4d0c0e7"
[update]
[update.curseforge]
file-id = 3591830
project-id = 549031

13
mods/caracal-mod.toml Normal file
View File

@ -0,0 +1,13 @@
name = "Caracal Mod (Fabric/Forge)"
filename = "caracal-1.18-1.3.8.jar"
side = "both"
[download]
url = "https://edge.forgecdn.net/files/3724/177/caracal-1.18-1.3.8.jar"
hash-format = "sha1"
hash = "5dd4ae8d16367a82758bab24f9e912d64f32326f"
[update]
[update.curseforge]
file-id = 3724177
project-id = 486505

13
mods/carpet.toml Normal file
View File

@ -0,0 +1,13 @@
name = "Carpet"
filename = "fabric-carpet-1.18.1-1.4.57+v220119.jar"
side = "both"
[download]
url = "https://edge.forgecdn.net/files/3613/878/fabric-carpet-1.18.1-1.4.57+v220119.jar"
hash-format = "sha1"
hash = "4e6bcf231b53147bd8b32784090e3e615063b8b1"
[update]
[update.curseforge]
file-id = 3613878
project-id = 349239

13
mods/carrier.toml Normal file
View File

@ -0,0 +1,13 @@
name = "Carrier"
filename = "carrier-1.9.1.jar"
side = "both"
[download]
url = "https://edge.forgecdn.net/files/3624/495/carrier-1.9.1.jar"
hash-format = "sha1"
hash = "c3bc35f751ced4f114fa34175fdd419e1018a923"
[update]
[update.curseforge]
file-id = 3624495
project-id = 409184

View File

@ -0,0 +1,13 @@
name = "Client Tweaks (Fabric Edition)"
filename = "clienttweaks-fabric-1.18.1-7.1.0.jar"
side = "client"
[download]
url = "https://edge.forgecdn.net/files/3666/466/clienttweaks-fabric-1.18.1-7.1.0.jar"
hash-format = "sha1"
hash = "913dab9bdb658fe9105bbaaaa2d299191a60c450"
[update]
[update.curseforge]
file-id = 3666466
project-id = 547692

13
mods/cloth-config.toml Normal file
View File

@ -0,0 +1,13 @@
name = "Cloth Config API (Fabric)"
filename = "cloth-config-6.2.57-fabric.jar"
side = "both"
[download]
url = "https://edge.forgecdn.net/files/3641/132/cloth-config-6.2.57-fabric.jar"
hash-format = "sha1"
hash = "c52ef239d9d3d3473312d3f57bd8e730155ee5a5"
[update]
[update.curseforge]
file-id = 3641132
project-id = 319057

13
mods/clumps.toml Normal file
View File

@ -0,0 +1,13 @@
name = "Clumps"
filename = "Clumps-fabric-1.18.1-8.0.0+5.jar"
side = "server"
[download]
url = "https://edge.forgecdn.net/files/3616/323/Clumps-fabric-1.18.1-8.0.0+5.jar"
hash-format = "sha1"
hash = "d0b0974f63a1f9618657e8ef16dba7909ef2a13e"
[update]
[update.curseforge]
file-id = 3616323
project-id = 256717

13
mods/colormatic.toml Normal file
View File

@ -0,0 +1,13 @@
name = "Colormatic"
filename = "colormatic-3.1.0+mc.1.18.1.jar"
side = "client"
[download]
url = "https://cdn.modrinth.com/data/V4IQxkZC/versions/3.1.0/colormatic-3.1.0%2Bmc.1.18.1.jar"
hash-format = "sha1"
hash = "7357a0a45aa4d00d06f52ba9cee643869ae25e40"
[update]
[update.modrinth]
mod-id = "V4IQxkZC"
version = "vwRKcfWe"

View File

@ -0,0 +1,13 @@
name = "Companion 🐕 (Fabric)"
filename = "Companion-1.18.1-fabric-1.2.1.jar"
side = "both"
[download]
url = "https://edge.forgecdn.net/files/3652/584/Companion-1.18.1-fabric-1.2.1.jar"
hash-format = "sha1"
hash = "643eee84affcfd9842181ab3e5d913f83f142364"
[update]
[update.curseforge]
file-id = 3652584
project-id = 560280

13
mods/continuity.toml Normal file
View File

@ -0,0 +1,13 @@
name = "Continuity"
filename = "continuity-1.1.0+1.18.jar"
side = "client"
[download]
url = "https://cdn.modrinth.com/data/1IjD5062/versions/1.1.0+1.18/continuity-1.1.0%2B1.18.jar"
hash-format = "sha1"
hash = "2bb59162457f3fbe90794c1a8cf3ca9e199e268e"
[update]
[update.modrinth]
mod-id = "1IjD5062"
version = "sD3iTKbB"

13
mods/controlling.toml Normal file
View File

@ -0,0 +1,13 @@
name = "Controlling"
filename = "Controlling-fabric-1.18.1-9.0+15.jar"
side = "client"
[download]
url = "https://edge.forgecdn.net/files/3648/601/Controlling-fabric-1.18.1-9.0+15.jar"
hash-format = "sha1"
hash = "138070f68e7e42a7828c36f263cfec9eb86c6731"
[update]
[update.curseforge]
file-id = 3648601
project-id = 250398

View File

@ -0,0 +1,13 @@
name = "Cooldown Coordinator"
filename = "cooldown-coordinator-0.2.1.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/2lfPteTN/versions/0.2.1/cooldown-coordinator-0.2.1.jar"
hash-format = "sha1"
hash = "b9c82fa33aa2a5a6037c5547298f7d2f2f0127c2"
[update]
[update.modrinth]
mod-id = "2lfPteTN"
version = "1KUZ0GAa"

13
mods/couplings.toml Normal file
View File

@ -0,0 +1,13 @@
name = "Couplings"
filename = "Couplings-1.7.1+1.18.jar"
side = "both"
[download]
url = "https://edge.forgecdn.net/files/3554/499/Couplings-1.7.1+1.18.jar"
hash-format = "sha1"
hash = "9285b41bbb58a0b007e657983d70c5c7b508d586"
[update]
[update.curseforge]
file-id = 3554499
project-id = 311120

View File

@ -0,0 +1,13 @@
name = "Crafting Tweaks (Fabric Edition)"
filename = "craftingtweaks-fabric-1.18-13.0.0.jar"
side = "client"
[download]
url = "https://edge.forgecdn.net/files/3545/612/craftingtweaks-fabric-1.18-13.0.0.jar"
hash-format = "sha1"
hash = "44f61d891c2fb968186307719e158aec46217dc2"
[update]
[update.curseforge]
file-id = 3545612
project-id = 502516

13
mods/crawl.toml Normal file
View File

@ -0,0 +1,13 @@
name = "Crawl (Fabric)"
filename = "crawl-0.10.2.jar"
side = "both"
[download]
url = "https://edge.forgecdn.net/files/3621/981/crawl-0.10.2.jar"
hash-format = "sha1"
hash = "dee81b1e310277524edfe59e6e2d6eee5bb9f21a"
[update]
[update.curseforge]
file-id = 3621981
project-id = 314579

13
mods/crooked-crooks.toml Normal file
View File

@ -0,0 +1,13 @@
name = "Crooked Crooks"
filename = "crookedcrooks-2.0.1+1.18.1.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/DG76dVRB/versions/2.0.1+1.18.1/crookedcrooks-2.0.1+1.18.1.jar"
hash-format = "sha1"
hash = "d622c12a90c3e591f1ba742abb7358ce3d3c4019"
[update]
[update.modrinth]
mod-id = "DG76dVRB"
version = "Moi6dXNK"

View File

@ -0,0 +1,13 @@
name = "Croptopia [FABRIC/FORGE]"
filename = "Croptopia-1.18-FABRIC-1.8.3.jar"
side = "both"
[download]
url = "https://edge.forgecdn.net/files/3707/654/Croptopia-1.18-FABRIC-1.8.3.jar"
hash-format = "sha1"
hash = "3fbd914be7b8aa45ac206e63620fe9a85f246514"
[update]
[update.curseforge]
file-id = 3707654
project-id = 415438

View File

@ -0,0 +1,13 @@
name = "Croptopia's Chocolaterie"
filename = "croptopia-chocolaterie-1.0.jar"
side = "both"
[download]
url = "https://edge.forgecdn.net/files/3652/164/croptopia-chocolaterie-1.0.jar"
hash-format = "sha1"
hash = "4989198dd8457849a7e7ef9659d03f31303c7ca0"
[update]
[update.curseforge]
file-id = 3652164
project-id = 560262

13
mods/croptosis.toml Normal file
View File

@ -0,0 +1,13 @@
name = "Croptosis"
filename = "wraith-croptosis-1.3.0.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/9WJVOa29/versions/1.3.0/wraith-croptosis-1.3.0.jar"
hash-format = "sha1"
hash = "cb5086320a8d78bb826439ab9a70502144000e13"
[update]
[update.modrinth]
mod-id = "9WJVOa29"
version = "YRPr7lQS"

13
mods/cull-leaves.toml Normal file
View File

@ -0,0 +1,13 @@
name = "Cull Leaves"
filename = "cullleaves-2.3.2.jar"
side = "client"
[download]
url = "https://cdn.modrinth.com/data/GNxdLCoP/versions/2.3.2/cullleaves-2.3.2.jar"
hash-format = "sha1"
hash = "9bc9c61f0a7dc6c765118a0527850b91847608cb"
[update]
[update.modrinth]
mod-id = "GNxdLCoP"
version = "718Klypf"

13
mods/dark-paintings.toml Normal file
View File

@ -0,0 +1,13 @@
name = "Dark Paintings"
filename = "DarkPaintings-Fabric-1.18.1-9.0.3.jar"
side = "both"
[download]
url = "https://edge.forgecdn.net/files/3618/369/DarkPaintings-Fabric-1.18.1-9.0.3.jar"
hash-format = "sha1"
hash = "ec47b26a89255637a2cb0ecb9318a3d669b57462"
[update]
[update.curseforge]
file-id = 3618369
project-id = 377281

13
mods/dark-utilities.toml Normal file
View File

@ -0,0 +1,13 @@
name = "Dark Utilities"
filename = "DarkUtilities-Fabric-1.18.1-9.0.2.jar"
side = "both"
[download]
url = "https://edge.forgecdn.net/files/3707/236/DarkUtilities-Fabric-1.18.1-9.0.2.jar"
hash-format = "sha1"
hash = "15321c3e80fa06c340f1f2f43c189be2902ead57"
[update]
[update.curseforge]
file-id = 3707236
project-id = 242195

13
mods/dashloader.toml Normal file
View File

@ -0,0 +1,13 @@
name = "DashLoader"
filename = "dashloader-def-3.1.1+1.18.jar"
side = "client"
[download]
url = "https://cdn.modrinth.com/data/ZfQ3kTvR/versions/3.1.1+1.18/dashloader-def-3.1.1%2B1.18.jar"
hash-format = "sha1"
hash = "52865d6564ba3b4c1f146810932371910bfb217d"
[update]
[update.modrinth]
mod-id = "ZfQ3kTvR"
version = "OTK7ITDv"

13
mods/dawn.toml Normal file
View File

@ -0,0 +1,13 @@
name = "Dawn API"
filename = "dawn-3.2.0.jar"
side = "both"
[download]
url = "https://edge.forgecdn.net/files/3575/28/dawn-3.2.0.jar"
hash-format = "sha1"
hash = "84846a6a9ae738a9ba3faf7e552dd844df42c850"
[update]
[update.curseforge]
file-id = 3575028
project-id = 399309

13
mods/deathlog.toml Normal file
View File

@ -0,0 +1,13 @@
name = "DeathLog"
filename = "deathlog-0.2.6+1.18.jar"
side = "client"
[download]
url = "https://cdn.modrinth.com/data/TPAYeAOc/versions/0.2.6+1.18/deathlog-0.2.6+1.18.jar"
hash-format = "sha1"
hash = "fa93bf1da29b83708b54fbc2a55f662402546520"
[update]
[update.modrinth]
mod-id = "TPAYeAOc"
version = "hiRCXg45"

View File

@ -0,0 +1,13 @@
name = "DeepslateCutting Fabric"
filename = "deepslatecutting-1.18.1-1.3.1.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/IiuFShHs/versions/1.3.1/deepslatecutting-1.18.1-1.3.1.jar"
hash-format = "sha1"
hash = "cac437d1d610bd2b81f03d45cfc5f45031bd1c2b"
[update]
[update.modrinth]
mod-id = "IiuFShHs"
version = "FtEJJc10"

13
mods/dragonloot.toml Normal file
View File

@ -0,0 +1,13 @@
name = "DragonLoot"
filename = "dragonloot-1.0.10.jar"
side = "both"
[download]
url = "https://edge.forgecdn.net/files/3596/55/dragonloot-1.0.10.jar"
hash-format = "sha1"
hash = "fbeae1edb015e60e4af7418374feaaf86d7ec31f"
[update]
[update.curseforge]
file-id = 3596055
project-id = 424480

View File

@ -0,0 +1,13 @@
name = "Drip Sounds (Fabric)"
filename = "DripSounds-1.18-0.3.0.jar"
side = "client"
[download]
url = "https://cdn.modrinth.com/data/T8MMXTpr/versions/1.18-0.3.0/DripSounds-1.18-0.3.0.jar"
hash-format = "sha1"
hash = "6bb3af541a9cf492d84a2ba18495a3e0392eb87c"
[update]
[update.modrinth]
mod-id = "T8MMXTpr"
version = "X1y31oBo"

13
mods/dual-riders.toml Normal file
View File

@ -0,0 +1,13 @@
name = "Dual Riders"
filename = "dual_riders-1.18.1-1.0.5.jar"
side = "both"
[download]
url = "https://edge.forgecdn.net/files/3576/954/dual_riders-1.18.1-1.0.5.jar"
hash-format = "sha1"
hash = "604a411cc3dbaac39349d5b214e878691e51f960"
[update]
[update.curseforge]
file-id = 3576954
project-id = 435980

13
mods/ductwork.toml Normal file
View File

@ -0,0 +1,13 @@
name = "Ductwork"
filename = "ductwork-0.2.2.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/E5Qy8rmu/versions/0.2.2/ductwork-0.2.2.jar"
hash-format = "sha1"
hash = "06784742373f7cd62e5e6108551ccd8ad6b8651e"
[update]
[update.modrinth]
mod-id = "E5Qy8rmu"
version = "Wz5mxZBv"

13
mods/dynamic-fps.toml Normal file
View File

@ -0,0 +1,13 @@
name = "Dynamic FPS"
filename = "dynamic-fps-2.1.0.jar"
side = "client"
[download]
url = "https://cdn.modrinth.com/data/LQ3K71Q1/versions/v2.1.0/dynamic-fps-2.1.0.jar"
hash-format = "sha1"
hash = "d4ffc71b2f0ea01b9a6242c23faace5cdc72d947"
[update]
[update.modrinth]
mod-id = "LQ3K71Q1"
version = "LttnLLIj"

13
mods/earthbounds.toml Normal file
View File

@ -0,0 +1,13 @@
name = "Earthbounds"
filename = "earthbounds-1.0.5b.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/kCMvEtYh/versions/1.0.5b/earthbounds-1.0.5b.jar"
hash-format = "sha1"
hash = "870ccbf706c721959bbd663276f2e805095f533b"
[update]
[update.modrinth]
mod-id = "kCMvEtYh"
version = "UZ7Q0Vc4"

View File

@ -0,0 +1,13 @@
name = "Easy Magic [Fabric]"
filename = "EasyMagic-v3.2.1-1.18.1-Fabric.jar"
side = "both"
[download]
url = "https://edge.forgecdn.net/files/3580/168/EasyMagic-v3.2.1-1.18.1-Fabric.jar"
hash-format = "sha1"
hash = "2e24dca092014c3058d2b5dcda9f4a7b683801e1"
[update]
[update.curseforge]
file-id = 3580168
project-id = 547471

13
mods/ebe.toml Normal file
View File

@ -0,0 +1,13 @@
name = "Enhanced Block Entities"
filename = "enhancedblockentities-0.5+1.18.jar"
side = "client"
[download]
url = "https://cdn.modrinth.com/data/OVuFYfre/versions/0.5+1.18/enhancedblockentities-0.5+1.18.jar"
hash-format = "sha1"
hash = "c7111f560caf965c18a13edcfbe789a87cf904f4"
[update]
[update.modrinth]
mod-id = "OVuFYfre"
version = "qbUAJjs9"

13
mods/ecologics.toml Normal file
View File

@ -0,0 +1,13 @@
name = "Ecologics"
filename = "ecologics-FABRIC-1.18.1-1.3.0.jar"
side = "both"
[download]
url = "https://edge.forgecdn.net/files/3698/710/ecologics-FABRIC-1.18.1-1.3.0.jar"
hash-format = "sha1"
hash = "b24e965dfdcbbc6c51e7ed0f75b22088dad28907"
[update]
[update.curseforge]
file-id = 3698710
project-id = 570463

13
mods/editsign.toml Normal file
View File

@ -0,0 +1,13 @@
name = "EditSign"
filename = "EditSign-1.18.1-2.2.7.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/hFMCvH85/versions/1.18.1-2.2.7/EditSign-1.18.1-2.2.7.jar"
hash-format = "sha1"
hash = "2a43a51b9da7709e6aab73576941adefd32ca094"
[update]
[update.modrinth]
mod-id = "hFMCvH85"
version = "zhUgm25N"

13
mods/effective.toml Normal file
View File

@ -0,0 +1,13 @@
name = "Effective 💦"
filename = "effective-1.2.jar"
side = "client"
[download]
url = "https://edge.forgecdn.net/files/3735/265/effective-1.2.jar"
hash-format = "sha1"
hash = "cbff7c32310dc47daefccb2e866ec641f7a96d90"
[update]
[update.curseforge]
file-id = 3735265
project-id = 556381

View File

@ -0,0 +1,13 @@
name = "Elytra Trinket (Fabric)"
filename = "elytratrinket-fabric-3.0.0-1.18.1.jar"
side = "both"
[download]
url = "https://edge.forgecdn.net/files/3567/467/elytratrinket-fabric-3.0.0-1.18.1.jar"
hash-format = "sha1"
hash = "70a2317527da7712416f17207ce4a21c272f7a3f"
[update]
[update.curseforge]
file-id = 3567467
project-id = 397903

Some files were not shown because too many files have changed in this diff Show More