Skip to content

Instantly share code, notes, and snippets.

View norfair00's full-sized avatar
🏠
Working from home

Nicolas Favre norfair00

🏠
Working from home
View GitHub Profile
@norfair00
norfair00 / items.json
Created June 4, 2023 09:13
DayZ Item Rarity "Fish's Knife Mod - Complete Collection"
{
"items": {
"AviatorGlasses": "#STR_MYTHIC",
"M4A1": "#STR_LEGENDARY",
"UMP45": "#STR_EPIC",
"PlateCarrierVest_Black": "#STR_EXOTIC",
"Mosin9130": "#STR_ARTIFACT",
"FNX45": "#STR_RARE",
"CargoPants_Beige": "#STR_UNCOMMON",
"Nomad_Knife_Acidic" : "#STR_COMMON",
<!-- CJ_7 -->
Cj7wheel_5x165
Cj7wheel_5x165_Ruined
Bastard_cj7_stock
Bastard_cj7_driverdoor_stock
Bastard_cj7_trunkdoor_stock
Bastard_cj7_codriverdoor_stock
Bastard_cj7_driverdoor_stock
local fs = require("filesystem")
local os = require("os")
local ser = require("serialization")
local term = require("term")
local shell = require("shell")
local event = require("event")
local component = require("component")
local internet = require("internet")
local computer = require("computer")
local thread = require("thread")
version: '2'
services:
bungee_1:
image: realsysadmin/real-waterfall
container_name: bungee_1
restart: always
labels:
- "traefik.enable=true"
- "traefik.docker.network=thecube"
- "traefik.tcp.routers.bungee_1.rule=HostSNI(`*`)"
version: '2'
services:
mysql:
image: bitnami/mysql:latest
container_name: MySQL
user: "0:0"
restart: always
environment:
MYSQL_ROOT_PASSWORD: "mbstf"
MYSQL_AUTHENTICATION_PLUGIN: mysql_native_password
{
"version": "1.0.0",
"discord": {
"clientId": "385581240906022916",
"smallImageText": "WesterosCraft",
"smallImageKey": "seal-circle"
},
"java": {
"oracle": "http://www.oracle.com/technetwork/java/javase/downloads/jre8-downloads-2133155.html"
},
@norfair00
norfair00 / 0_proxy.sh
Created July 17, 2019 14:26
Indium Server start scripts
#!/bin/bash
cd /home/user/minecraft/server/proxy
java -Xms512M -Xmx512M -jar /home/user/minecraft/jar/waterfall.jar
{
"embed": {
"title": "Bienvenue sur **Indium**",
"description": "Merci de lire ceci pour bien commencé.",
"url": "https://indium.debans.net/",
"color": 999865,
"thumbnail": {
"url": "https://i.imgur.com/VMRVtQC.png"
},
"fields": [
[08:09:06] [main/INFO]: Loading tweak class name cpw.mods.fml.common.launcher.FMLTweaker
[08:09:06] [main/INFO]: Using primary tweak class name cpw.mods.fml.common.launcher.FMLTweaker
[08:09:06] [main/INFO]: Calling tweak class cpw.mods.fml.common.launcher.FMLTweaker
[08:09:06] [main/INFO]: Forge Mod Loader version 7.99.40.1614 for Minecraft 1.7.10 loading
[08:09:06] [main/INFO]: Java is Java HotSpot(TM) 64-Bit Server VM, version 1.8.0_211, running on Windows 10:amd64:10.0, installed at C:\Program Files\Java\jre1.8.0_211
[08:09:06] [main/INFO]: Unable to canonicalize path absolute:C:\Users\Nicolas\AppData\Roaming\.indiumlauncher\instances\Indium-1.7.10\forgeModList.json relative to C:\Users\Nicolas\AppData\Roaming\.indiumlauncher\instances\Indium-1.7.10
java.io.IOException: La syntaxe du nom de fichier, de répertoire ou de volume est incorrecte
at java.io.WinNTFileSystem.canonicalize0(Native Method) ~[?:1.8.0_211]
at java.io.WinNTFileSystem.canonicalize(Unknown Source) ~[?:1.8.0_211]
at java.io.File.getCan