Skip to content

Instantly share code, notes, and snippets.

View Varzeki's full-sized avatar

Jack Baumgarten Varzeki

  • Victoria, Australia
View GitHub Profile
@Varzeki
Varzeki / crash-2021-11-05_08.40.32-server.txt
Created November 5, 2021 09:04
Integrated Dynamics Crafting Crashlog
---- Minecraft Crash Report ----
// Surprise! Haha. Well, this is awkward.
Time: 11/5/21 8:40 AM
Description: Watching Server
java.lang.Error: ServerHangWatchdog detected that a single server tick took 60.00 seconds (should be max 0.05)
at sun.misc.Unsafe.park(Native Method) ~[?:1.8.0_275] {}
at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175) ~[?:1.8.0_275] {}
at com.google.common.util.concurrent.AbstractFuture.get(AbstractFuture.java:471) ~[server-1.16.5-20210115.111550-extra.jar:?] {}
def robbed()
if rand() > 0.8
amount = rand() * @credits/2
amount = amount.round
@credits = @credits - amount
amount
else
0
end
end
@Varzeki
Varzeki / Mission_AsteroidField.yaml
Created December 20, 2016 12:38
Example Mission
title: Mine an asteroid field
authors: [ Varzeki ]
attr: LCK
reward: 80
info: You come across a field of rich asteroids and try to mine the valuable resources.
success: You manage to top up your cargo bay with ore by skirting the edges of the field.
fail: As you're mining, a chunk of rock breaks off an asteroid and hits the collection arm of your ship, rendering it useless until repaired.