Today I've started my journey into creating a Minecraft Server.
I was fed up with having 300 Ping on Hypixel, and was unable to find a drop in replacement that had
- full-ish lobbies
//Lockable Door Script by AnnikenYT | |
var key_name = "Anniken's key" // Du brauchs ein Item mit EXAKT diesem Namen um die Tür zu öffnen. | |
var door_name = "Door" // Dieser name wird in den Nachrichten angezeigt. | |
var locked = true; // Wenn true ist die Tür standartmäßig verschlossen, wenn false nicht. | |
// DONT CHANGE! | |
function init(event) { | |
event.block.setBlockModel("minecraft:iron_door"); | |
} |
from colour import Color | |
import json | |
import pyperclip3 as pc | |
def menu(): | |
print(f""" | |
Press "c" to get the {bcolors.OKCYAN}JSON{bcolors.ENDC} as a string and {bcolors.OKBLUE}copy it{bcolors.ENDC} to the clipboard. | |
Press "s" to get the {bcolors.OKGREEN}Sign Command{bcolors.ENDC} as a string and {bcolors.OKBLUE}copy it{bcolors.ENDC} to the clipboard. |
{%- set filename = invoice['invoice.date']|date('Y-m-d') ~ '_' ~ invoice['invoice.number']|replace({'/' : '-'}) ~ '_' ~ invoice['customer.company']|default(invoice['customer.name'])|replace({' ' : '-'}) -%} | |
{%- set option = pdfContext.setOption('filename', filename) -%} | |
{%- set option = pdfContext.setOption('format', 'A4-P') -%} | |
{% set company = 'Leas Porscha' %} | |
{% set tagline = 'Timesheet' %} | |
{% set highlight = '#008000' %} | |
{% set suppress = '#424242' %} | |
{% set logoUrl = config('theme.branding.logo') %} |
<?xml version="1.0" encoding="utf-8"?> | |
<Bindings xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> | |
<KeyboardBindings /> | |
<JoystickBindings> | |
<JoystickBinding> | |
<Target>Joystick Pitch</Target> | |
<JoystickId>322b5300-4848-11ef-8006-444553540000</JoystickId> | |
<Input>Y</Input> | |
<RequiresModifier>false</RequiresModifier> | |
<Invert>false</Invert> |
Today I've started my journey into creating a Minecraft Server.
I was fed up with having 300 Ping on Hypixel, and was unable to find a drop in replacement that had
_minecraft._tcp.hypixel.net. 36 IN SRV 1 1 25565 mc.hypixel.net.
->
;QUESTION
mc.hypixel.net. IN A
;ANSWER
mc.hypixel.net. 120 IN CNAME sp.mc.production.hypixel.io.
sp.mc.production.hypixel.io. 300 IN A 172.65.236.36
sp.mc.production.hypixel.io. 300 IN A 172.65.238.120
sp.mc.production.hypixel.io. 300 IN A 172.65.254.166