Skip to content

Instantly share code, notes, and snippets.

View polymo1's full-sized avatar
💭
Living

polymo1 polymo1

💭
Living
View GitHub Profile

Building a Minecraft Plugin from it's source code on GitHub

This tutorial will explain from nothing how to build/create a Minecraft Bukkit/Spigot/Paper Plugin for it's source code on GitHub.

I am assuming you don't know anything and don't have anything installed and are using a Windows device.

Prerequisites

Watch these tutorial videos (very short).

  • Install Maven on Windows 11
@lanceliao
lanceliao / wg-client1.conf
Last active April 10, 2025 10:33
Sample WireGuard configuration files
[Interface]
Address = 10.200.200.3/32
PrivateKey = [Client's private key]
DNS = 8.8.8.8
[Peer]
PublicKey = [Server's public key]
PresharedKey = [Pre-shared key, same for server and client]
Endpoint = [Server Addr:Server Port]
AllowedIPs = 0.0.0.0/0