Skip to content

Instantly share code, notes, and snippets.

View Artuto's full-sized avatar

Artuto

View GitHub Profile
544656081360781346
544659204724490242
544660939086102558
544661551660138508
544662165143945220
544670011533426688
544670900792852491
544674348217401345
544658935366287361
544659733714436126
@Artuto
Artuto / log.log
Created March 3, 2019 12:42
PSB spam
> [06:39:57 WARN]: Error whilst handling query packet from null
java.lang.IndexOutOfBoundsException: readerIndex(9) + length(16) exceeds writerIndex(21): PooledUnsafeDirectByteBuf(ridx: 9, widx: 21, cap: 2048)
at io.netty.buffer.AbstractByteBuf.checkReadableBytes0(AbstractByteBuf.java:1437) ~[waterfall.jar:git:Waterfall-Bootstrap:1.13-SNAPSHOT:4f21406:251]
at io.netty.buffer.AbstractByteBuf.checkReadableBytes(AbstractByteBuf.java:1420) ~[waterfall.jar:git:Waterfall-Bootstrap:1.13-SNAPSHOT:4f21406:251]
at io.netty.buffer.AbstractByteBuf.skipBytes(AbstractByteBuf.java:971) ~[waterfall.jar:git:Waterfall-Bootstrap:1.13-SNAPSHOT:4f21406:251]
@Artuto
Artuto / log.log
Created March 9, 2019 22:21
Serversigns
[15:43:56] [Server thread/INFO]: [ServerSigns] Enabling ServerSigns v4.5.1*
[15:43:57] [Server thread/ERROR]: [ServerSigns] Error while enabling ServerSigns v4.5.1. Disabling...
java.lang.NullPointerException: null
at de.czymm.serversigns.itemdata.ItemLore.applyMetaValue(ItemLore.java:35) ~[?:?]
at de.czymm.serversigns.itemdata.ItemStringParser.parse(ItemStringParser.java:74) ~[?:?]
at de.czymm.serversigns.itemdata.ItemStringParser.parse(ItemStringParser.java:41) ~[?:?]
at de.czymm.serversigns.persist.mapping.ItemStackListMapper.getValue(ItemStackListMapper.java:28) ~[?:?]
at de.czymm.serversigns.persist.mapping.ItemStackListMapper.getValue(ItemStackListMapper.java:12) ~[?:?]
at de.czymm.serversigns.persist.YamlFieldPersistence.loadClassFromYaml(YamlFieldPersistence.java:52) ~[?:?]
at de.czymm.serversigns.persist.YamlFieldPersistence.loadFromYaml(YamlFieldPersistence.java:18) ~[?:?]
@Artuto
Artuto / Log.log
Created March 23, 2019 21:37
PSb spam
[15:31:49 WARN] [io.netty.channel.DefaultChannelPipeline]: An exceptionCaught() event was fired, and it reached at the tail of the pipeline. It usually means the last handler in the pipeline did not handle the exception.java.lang.ClassCastException: io.netty.channel.socket.DatagramPacket cannot be cast to io.netty.channel.Channel
at io.netty.bootstrap.ServerBootstrap$ServerBootstrapAcceptor.channelRead(ServerBootstrap.java:244) ~[Waterfall.jar:git:Waterfall-Bootstrap:1.13-SNAPSHOT:4f21406:251]
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:362) ~[Waterfall.jar:git:Waterfall-Bootstrap:1.13-SNAPSHOT:4f21406:251]
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:348) ~[Waterfall.jar:git:Waterfall-Bootstrap:1.13-SNAPSHOT:4f21406:251]
at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:340) ~[Waterfall.jar:git:Waterfall-Bootstr

Keybase proof

I hereby claim:

  • I am artuto on github.
  • I am artuto (https://keybase.io/artuto) on keybase.
  • I have a public key ASAsCXo8KJJeJc4JyFhS0Z1ImkfNC1nNENeVxYwFNw1HNgo

To claim this, I am signing this object:

#!/bin/bash
#
# Properly tunes a Minecraft server to run efficiently under the
# OpenJ9 (https://www.eclipse.org/openj9) JVM.
#
# Licensed under the MIT license.
#
## BEGIN CONFIGURATION
@Artuto
Artuto / README.md
Created November 3, 2021 01:45
Backup scripts

Minecraft backup scripts

These are the backup scripts used at Craftium to make a daily backup of the servers.

Dependencies

  • Pterodactyl panel
  • rclone and restic

Needed files