Skip to content

Instantly share code, notes, and snippets.

View DerFrZocker's full-sized avatar

DerFrZocker

  • Germany
  • 01:14 (UTC +02:00)
View GitHub Profile
@DerFrZocker
DerFrZocker / CustomDimension.java
Created February 5, 2022 12:34
A simple class to change the dimension type of a world. For Spigot and Minecraft version 1.18.1.
/*
* MIT License
*
* Copyright (c) 2022 Marvin (DerFrZocker)
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
* copies of the Software, and to permit persons to whom the Software is
@DerFrZocker
DerFrZocker / Test_v1_16_R3.java
Created December 26, 2020 19:37
A simple class to check if a Chunk is the start of a Fortress or not. For Spigot and Minecraft version 1.16.4.
/*
* MIT License
*
* Copyright (c) 2020 Marvin (DerFrZocker)
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
* copies of the Software, and to permit persons to whom the Software is