Type: Structure
Patterns: * aliases
| options: | |
| emc_variable: {emc.%player's uuid%} | |
| alchemy_chest_title: "§5Alchemy Table" | |
| learned_items: {learned.%player's uuid%.*} | |
| command /emc [<integer>]: | |
| trigger: | |
| if argument 1 is not set: | |
| send "§aYour EMC: §e%{emc_variable}%" | |
| else: |
| // ==UserScript== | |
| // @name Nexus No Wait ++ | |
| // @description Download from Nexusmods.com without wait and redirect (Manual/Vortex/MO2/NMM), Tweaked with extra features. | |
| // @namespace NexusNoWaitPlusPlus | |
| // @version 1.1.4 | |
| // @include https://www.nexusmods.com/*/mods/* | |
| // @run-at document-idle | |
| // @iconURL https://raw.githubusercontent.com/torkelicious/nexus-no-wait-pp/refs/heads/main/icon.png | |
| // @grant GM_xmlhttpRequest | |
| // @grant GM_getValue |
| # | |
| # An example of opening a chest inventory with an item. | |
| # Players will be able to take the item out. | |
| # | |
| command /simplechest: | |
| permission: skript.example.chest | |
| trigger: | |
| set {_chest} to a new chest inventory named "Simple Chest" |
| dofile( "$SURVIVAL_DATA/Scripts/game/managers/BeaconManager.lua" ) | |
| dofile( "$SURVIVAL_DATA/Scripts/game/managers/EffectManager.lua" ) | |
| dofile( "$SURVIVAL_DATA/Scripts/game/managers/ElevatorManager.lua" ) | |
| dofile( "$SURVIVAL_DATA/Scripts/game/managers/QuestManager.lua" ) | |
| dofile( "$SURVIVAL_DATA/Scripts/game/managers/RespawnManager.lua" ) | |
| dofile( "$SURVIVAL_DATA/Scripts/game/managers/UnitManager.lua" ) | |
| dofile( "$SURVIVAL_DATA/Scripts/game/survival_constants.lua" ) | |
| dofile( "$SURVIVAL_DATA/Scripts/game/survival_harvestable.lua" ) | |
| dofile( "$SURVIVAL_DATA/Scripts/game/survival_shapes.lua" ) | |
| dofile( "$SURVIVAL_DATA/Scripts/game/survival_units.lua" ) |
| ################################# ./UnturnedServer.py begin ################################# | |
| import sys | |
| from PyQt5.QtWidgets import QApplication, QStackedWidget | |
| from utils.interfaces.DashboardInterface import MainWindow as DashboardInterface | |
| from utils.interfaces.CreateServerInterface import MainWindow as CreateServerInterface | |
| class ApplicationWindow(QStackedWidget): | |
| def __init__(self): | |
| super().__init__() |
| ############################### | |
| # made with gemini ai # | |
| # author GamingOnInsulin # | |
| # lisence MIT # | |
| # date tueday 18 january 2024 # | |
| ############################### | |
| # imports | |
| import tkinter as tk |
| { | |
| "latest": "1.20.6", | |
| "versions": { | |
| "1.20.6": "https://download.getbukkit.org/spigot/spigot-1.20.6.jar", | |
| "1.20.4": "https://download.getbukkit.org/spigot/spigot-1.20.4.jar", | |
| "1.20.2": "https://download.getbukkit.org/spigot/spigot-1.20.2.jar", | |
| "1.20.1": "https://download.getbukkit.org/spigot/spigot-1.20.1.jar", | |
| "1.19.4": "https://download.getbukkit.org/spigot/spigot-1.19.4.jar", | |
| "1.19.3": "https://download.getbukkit.org/spigot/spigot-1.19.3.jar", | |
| "1.19.2": "https://download.getbukkit.org/spigot/spigot-1.19.2.jar", |
| { | |
| "latest": "1.20.6", | |
| "versions": { | |
| "1.20.6": "https://api.papermc.io/v2/projects/paper/versions/1.20.6/builds/137/downloads/paper-1.20.6-137.jar", | |
| "1.20.5": "https://api.papermc.io/v2/projects/paper/versions/1.20.5/builds/22/downloads/paper-1.20.5-22.jar", | |
| "1.20.4": "https://api.papermc.io/v2/projects/paper/versions/1.20.4/builds/497/downloads/paper-1.20.4-497.jar", | |
| "1.20.2": "https://api.papermc.io/v2/projects/paper/versions/1.20.2/builds/318/downloads/paper-1.20.2-318.jar", | |
| "1.20.1": "https://api.papermc.io/v2/projects/paper/versions/1.20.1/builds/62/downloads/paper-1.20.1-62.jar", | |
| "1.20": "https://api.papermc.io/v2/projects/paper/versions/1.20/builds/17/downloads/paper-1.20-17.jar", | |
| "1.19.4": "https://api.papermc.io/v2/projects/paper/versions/1.19.4/builds/550/downloads/paper-1.19.4-550.jar", |
| [ | |
| { | |
| "minecraft_version": "1.20.6", | |
| "forge_version": "1.20.6", | |
| "download_link": "https://maven.minecraftforge.net/net/minecraftforge/forge/1.20.6/forge-1.20.6-installer.jar" | |
| }, | |
| { | |
| "minecraft_version": "1.20.4", | |
| "forge_version": "1.20.4", | |
| "download_link": "https://maven.minecraftforge.net/net/minecraftforge/forge/1.20.4-49.1.0/forge-1.20.4-49.1.0-installer.jar" |