Skip to content

Instantly share code, notes, and snippets.

@RoyCurtis
RoyCurtis / index.html
Last active July 27, 2023 22:18
Full-screen dynmap iframe
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>My Dynmap!</title>
<style>
* {
margin: 0;
padding: 0;
box-sizing: border-box;
@RoyCurtis
RoyCurtis / worlds.yml
Last active January 3, 2023 19:13
Resource world Multiverse definitions
worlds:
resource_the_end:
==: MVWorld
hidden: 'false'
alias: resource_the_end
color: WHITE
style: NORMAL
pvp: 'true'
scale: '16.0'
respawnWorld: ''
@RoyCurtis
RoyCurtis / config.yml
Created January 28, 2017 16:47
Prism config
prism:
debug: false
allow-metrics: false
database:
max-pool-connections: 20
pool-initial-size: 10
max-idle-connections: 10
max-wait: 30000
max-failures-before-wait: 5
actions-per-insert-batch: 2000
#!/bin/bash
# Minecraft beta Skript update script by Roy Curtis
# CONFIGURATION:
# Path to Skript directory. DO NOT LEAVE EMPTY!
SKRIPT=/path/to/your/server/plugins/Skript/scripts
# FUNCTIONS:
function onError
#!/bin/bash
# Minecraft live->beta sync script by RoyCurtis
# MIT license, 2016
# CONFIGURATION:
# Path to live Survival server. DO NOT LEAVE EMPTY!
LIVE=/path/to/your/Survival
# Path to beta Survival server. DO NOT LEAVE EMPTY!
@RoyCurtis
RoyCurtis / fools.sk
Last active April 1, 2016 07:22
April Fools 2016 Skript
# ### April fools script by Roy Curtis
# ### Licensed under MIT, 2016
# ### References
# fools2016.join.%player% - boolean; whether a player got the flight ticket prank
# fools2016.spawn.%player% - boolean; whether a player got the spawn prank
# fools2016.home.%player% - boolean; whether a player got the home prank
# fools2016.gas.%player% - boolean; whether a player got the gas prank
# fools2016.tree.%player% - boolean; whether a player got the tree prank
# fools2016.mob.%player% - boolean; whether a player got the mob prank
shops:
BuildingBlocks:
name: '&4Building Blocks &f(page %page%)'
items:
0:
slot: 0
type: item
buyPrice: 20
sellPrice: 5
item:
@RoyCurtis
RoyCurtis / ws44bWS8C3E.txt
Created September 25, 2015 14:42
1-Hour Mix | Ambient Music Vol. 1
List:
Musicbank - Sea Of Tranquility
PostHaste Music - Surface
Vangelis - Blade Runner Blues
Musicbank - Birth Of A Delta
Benn Jordan - Looking Upwards
Stellardrone - The Earth Is Blue
Stars Of The Lid - The Evil That Never Arrived
Carbon Based Lifeforms - System
@RoyCurtis
RoyCurtis / log4j.xml
Created September 13, 2015 15:24
Log4J filters for DW20 1.8.0
<?xml version="1.0" encoding="UTF-8"?>
<!--
- This logger only logs to console, and filters out a lot of junk log messages using
- regex patterns and level limiting.
-
- To use this file, add this to JVM args: -Dlog4j.configurationFile=log4j.xml
-
- For more information, see
- https://logging.apache.org/log4j/2.0/manual/filters.html
-->
@RoyCurtis
RoyCurtis / Aoba.js
Created August 27, 2015 18:07
Aoba avatar for FroJS
// To use this avatar, press F12 or open "Developer tools" in your browser.
// Then navigate to the "Console" tab, paste the entirety of this file, and press ENTER.
fro.player.setAvatar({
type: 'Animation',
autoplay: true,
// This URL should go to a spritesheet. Example:
// - Original FroJS avatar - "http://i.imgur.com/MAT9aD2.png"
// - Brendan Small (Large) - "http://i.imgur.com/tjkHVS0.png"