Skip to content

Instantly share code, notes, and snippets.

View RoboMWM's full-sized avatar

RoboMWM

View GitHub Profile
@RoboMWM
RoboMWM / 2020_03_08.txt
Created March 8, 2020 16:45
496 logs from multiple days
23:57 Delivering 41 blocks to ImLenaMoon
23:57 Delivering 41 blocks to martinfel
23:57 Looking for expired claims. Checking data for dcc0235a-5eb8-308d-8ca2-de8dc146e36e
23:57 Delivering 41 blocks to carlosvf91
23:57 Delivering 41 blocks to ArtAngel686
23:57 Delivering 41 blocks to PNDPAULA
23:57 Delivering 41 blocks to Ovejocromo
23:57 Delivering 41 blocks to MrJegrata
23:57 Delivering 41 blocks to MikeST_
23:57 Delivering 41 blocks to By_Luziimilk
gist needs word wrap
<Billy> heres insurance in a nutshell, for you youngins. pre-obama insurance everything costed $20. it was ~$20/week for the plan. $20 to do to the doctor. $20 for prescriptions. etc etc. ($50 for emergency room visit). post obama its over $1000/month for the plan. everything is out of pocket until you hit $2000-5000 for the year, then insurance will pick up and cover like %60 of the costs so you're still paying %40 out of pocket for everything. presciptions are covered by the "savings account" thats masked as a healthcare card that you have to put money into it every paycheck for it to grow.
[23:42:38] +DiscordBot: <ThatOneDude> I dunno...my workplace provided coverage is pretty good and not that expensive. About $28/week, $20 copay for most doctor visits, $10 generic prescriptions, $50/month cap on insulin costs if I ever get diabetes, $100 copay for emergency room which I can get 15% off if I pay during the visit.
[23:42:53] +DiscordBot: <ThatOneDude> And they cover 90% after I've met
@RoboMWM
RoboMWM / treasuremapchest.log
Created October 13, 2019 05:17
bad bad mojang :c
2019-10-12 13:33:11 [Paper Watchdog Thread/ERROR] --- DO NOT REPORT THIS TO PAPER - THIS IS NOT A BUG OR A CRASH - git-Paper-210 (MC: 1.14.4) ---
2019-10-12 13:33:11 [Paper Watchdog Thread/ERROR] The server has not responded for 60 seconds! Creating thread dump
2019-10-12 13:33:11 [Paper Watchdog Thread/ERROR] ------------------------------
2019-10-12 13:33:11 [Paper Watchdog Thread/ERROR] Server thread dump (Look for plugins here before reporting to Paper!):
2019-10-12 13:33:11 [Paper Watchdog Thread/ERROR] The server is waiting on these chunks: [[( -30,-241) in 'world']]
2019-10-12 13:33:11 [Paper Watchdog Thread/ERROR] ------------------------------
2019-10-12 13:33:11 [Paper Watchdog Thread/ERROR] Current Thread: Server thread
2019-10-12 13:33:11 [Paper Watchdog Thread/ERROR] PID: 41 | Suspended: false | Native: true | State: TIMED_WAITING
2019-10-12 13:33:11 [Paper Watchdog Thread/ERROR] Stack:
2019-10-12 13:33:11 [Paper Watchdog Thread/ERROR] java.base/jdk.internal.misc.Unsafe.park(Native Method)
@RoboMWM
RoboMWM / _truncated.log
Last active September 13, 2019 17:36
EHM rain
01:16:23 true
01:29:55 false
02:24:35 true
02:42:54 false
04:35:33 true
04:49:25 false
05:37:17 true
05:56:08 false
08:07:20 true
08:19:27 false
@RoboMWM
RoboMWM / ok.java
Last active August 14, 2019 03:38
Playing with generics in java. A simple test of something implemented in https://github.com/AuthMe/ConfigMe. IMO, it's ok, but kinda results in the same effect as defining a method - since you have to specify the node's path as a string anyways. I guess it does save a little in the amount of lines per node. UPDATE: Ok I'm learning generics and I…
public class Property<T>
{
T value;
String key;
Property(String key, T value)
{
this.key = key;
this.value = value;
}
@RoboMWM
RoboMWM / gist:0c3e5502ab2003c3d477941e16aea0f1
Created March 2, 2019 21:02
wats up paper. Or spigot. Idk who to blame.
2019-03-02 05:12:56 [Server thread/WARN] java.lang.Throwable
2019-03-02 05:12:56 [Server thread/WARN] at net.minecraft.server.v1_13_R2.Chunk.a(Chunk.java:735)
2019-03-02 05:12:56 [Server thread/WARN] at net.minecraft.server.v1_13_R2.World.entityJoinedWorld(World.java:1607)
2019-03-02 05:12:56 [Server thread/WARN] at net.minecraft.server.v1_13_R2.PlayerList.repositionEntity(PlayerList.java:1016)
2019-03-02 05:12:56 [Server thread/WARN] at net.minecraft.server.v1_13_R2.Entity.teleportTo(Entity.java:2677)
2019-03-02 05:12:56 [Server thread/WARN] at net.minecraft.server.v1_13_R2.Entity.a(Entity.java:2619)
2019-03-02 05:12:56 [Server thread/WARN] at net.minecraft.server.v1_13_R2.Entity.postTick(Entity.java:381)
2019-03-02 05:12:56 [Server thread/WARN] at net.minecraft.server.v1_13_R2.World.entityJoinedWorld(World.java:1569)
2019-03-02 05:12:56 [Server thread/WARN] at net.minecraft.server.v1_13_R2.World.g(World.java:1535)
2019-03-02 05:12:56 [Server thread/WARN] at net.minecraft.server.v1_13_R2.World.tickE
2018-12-18 10:04:43 [Server thread/WARN] EntityPigZombie['Zombie Pigman'/176790, uuid='0f79e353-1a6f-4483-98a7-6ef22c92ba94', l='world_nether', x=-1.50, y=63.00, z=0.50, cx=-1, cz=-1, tl=4, v=false, d=false] was removed from a entitySlice we did not expect. Report this to https://github.com/PaperMC/Paper/issues/1302
2018-12-18 10:04:44 [Server thread/WARN] java.lang.Throwable
2018-12-18 10:04:44 [Server thread/WARN] at net.minecraft.server.v1_13_R2.Chunk.a(Chunk.java:782)
2018-12-18 10:04:44 [Server thread/WARN] at net.minecraft.server.v1_13_R2.World.entityJoinedWorld(World.java:1587)
2018-12-18 10:04:44 [Server thread/WARN] at net.minecraft.server.v1_13_R2.PlayerList.repositionEntity(PlayerList.java:1016)
2018-12-18 10:04:44 [Server thread/WARN] at net.minecraft.server.v1_13_R2.Entity.teleportTo(Entity.java:2663)
2018-12-18 10:04:44 [Server thread/WARN] at net.minecraft.server.v1_13_R2.Entity.a(Entity.java:2605)
2018-12-18 10:04:44 [Server thread/WARN] at net.minecraft.server.v1_13_R2.Entity.postTick(E
@RoboMWM
RoboMWM / gist:16f4a053e7ad326883479a09cd3e9d25
Created December 18, 2018 06:23
Is there a way to make chunk loads/gens from portal teleportation async?
2018-12-17 12:39:06 [Paper Watchdog Thread/ERROR] --- DO NOT REPORT THIS TO PAPER - THIS IS NOT A BUG OR A CRASH - git-Paper-483 (MC: 1.13.2) ---
2018-12-17 12:39:06 [Paper Watchdog Thread/ERROR] The server has not responded for 10 seconds! Creating thread dump
2018-12-17 12:39:06 [Paper Watchdog Thread/ERROR] ------------------------------
2018-12-17 12:39:06 [Paper Watchdog Thread/ERROR] Server thread dump (Look for plugins here before reporting to Paper!):
2018-12-17 12:39:06 [Paper Watchdog Thread/ERROR] ------------------------------
2018-12-17 12:39:06 [Paper Watchdog Thread/ERROR] Current Thread: Server thread
2018-12-17 12:39:06 [Paper Watchdog Thread/ERROR] PID: 21 | Suspended: false | Native: false | State: TIMED_WAITING
2018-12-17 12:39:06 [Paper Watchdog Thread/ERROR] Stack:
2018-12-17 12:39:06 [Paper Watchdog Thread/ERROR] java.lang.Object.wait(Native Method)
2018-12-17 12:39:06 [Paper Watchdog Thread/ERROR] net.minecraft.server.v1_13_R2.PaperAsyncChunkProvider.requestChunk(PaperAsyncChunk
@RoboMWM
RoboMWM / idk.cs
Created December 13, 2018 06:16
loop unroller
using System;
namespace ConsoleApp1
{
class Program
{
static void Main(string[] args)
{
int m = 43;
int n = 78;
[09:09:50 WARN]: java.util.concurrent.ExecutionException: java.lang.IllegalArgumentException: Could not parse data: CraftBlockData{minecraft:grass_block[snowy=false]}
[09:09:50 WARN]: at org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftFuture.get(CraftFuture.java:70)
[09:09:50 WARN]: at org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftFuture.get(CraftFuture.java:38)
[09:09:50 WARN]: at com.robomwm.blockaudit.storage.DataStoreAssistant$5.run(DataStoreAssistant.java:213)
[09:09:50 WARN]: at com.robomwm.blockaudit.storage.DataStoreAssistant$1.run(DataStoreAssistant.java:46)
[09:09:50 WARN]: at org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftTask.run(CraftTask.java:82)
[09:09:50 WARN]: at org.bukkit.craftbukkit.v1_13_R2.schedul