Skip to content

Instantly share code, notes, and snippets.

View gamerchamper's full-sized avatar
💬
Tick Tock

Champ gamerchamper

💬
Tick Tock
  • United States
  • 02:22 (UTC -04:00)
View GitHub Profile
@gamerchamper
gamerchamper / paper.java
Created April 2, 2026 04:41
main-paper
package com.normalsmp.normalSurvivalWorldsPaper;
import com.google.common.io.ByteArrayDataInput;
import com.google.common.io.ByteArrayDataOutput;
import com.google.common.io.ByteStreams;
import net.kyori.adventure.text.Component;
import org.bukkit.*;
import org.bukkit.entity.Player;
import org.bukkit.event.*;
import org.bukkit.event.player.PlayerJoinEvent;
@gamerchamper
gamerchamper / velocity.java
Created April 2, 2026 04:40
velocity-main
package com.normalsmp.normalSurvivalWorlds;
import com.google.common.io.ByteArrayDataInput;
import com.google.common.io.ByteArrayDataOutput;
import com.google.common.io.ByteStreams;
import com.google.inject.Inject;
import com.velocitypowered.api.event.Subscribe;
import com.velocitypowered.api.event.connection.PluginMessageEvent;
import com.velocitypowered.api.event.proxy.ProxyInitializeEvent;
import com.velocitypowered.api.plugin.Plugin;