Skip to content
View Mineshafter61's full-sized avatar
😴
1lytakina
😴
1lytakina

Organizations

@Limaru-Minecraft

Block or report Mineshafter61

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Mineshafter61/README.md

📿 Hi there, I'm Mike Shafter (a.k.a. Mineshafter61)

Discord

ko-fi

Welcome to my GitHub page! Some of the projects I've done are listed below.

Mineshafter61's github stats
Mineshafter61's Top Languages


About me

Owns the Limaru City Server. Likes trains. A lot. Created the Krepian language. Discord: https://discord.gg/ykrbZga

Coding style

Variable names must always be in CamelCase. Use 2 spaces instead of tabs. If-else format:

if (condition) {
  // statements
}
else if {
  // statements
}
else {
  // statements
}

For Python, use underscores instead of CamelCase, except in the case of Classes.

If the statement in an if-else block has only 1 line, put it on the same line as the condition. This also applies for loops. Always use a for-loop whenever possible. Use an underscore (if the language allows) for variables that will never be used but must be present for code to work.


Versioning

For Minecraft plugins: <minor>.<minecraft minor>.<patch*100+snapshot>

For my projects that do not depend/partially depend on someone else's project: <major>.<minor>.<patch*100+snapshot>

Languages I know

HTML5 CSS3 JavaScript Python Java

Pinned Loading

  1. Limaru-Minecraft/LimaruResourcePack Limaru-Minecraft/LimaruResourcePack Public

    Official resource pack for Limaru. Contains all models and textures.

    Python 3 2

  2. Limaru-Minecraft/iciwi Limaru-Minecraft/iciwi Public

    Universal transport ticket plugin

    Java 5

  3. Limaru-Minecraft/RailHeart Limaru-Minecraft/RailHeart Public

    Java 3