This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ---- 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:?] {} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| def robbed() | |
| if rand() > 0.8 | |
| amount = rand() * @credits/2 | |
| amount = amount.round | |
| @credits = @credits - amount | |
| amount | |
| else | |
| 0 | |
| end | |
| end |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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. |