Eggy115 / ModifyMC

Modifying Minecraft

Home Page:https://github.com/Eggy115/ModifyMC

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ModifyMC

Modifications & Wikis for Minecraft Java

GitHub issues GitHub forks GitHub stars GitHub license

Table of Contents

Commands

Commands, also known as console commands and slash commands, are advanced features activated by typing certain strings of text. They can be executed in command blocks and datapacks or via chat.

This repository contains documentation for various different Minecraft commands and examples of them.
Here is a list of documented commands so far:

Datapacks

The data pack system provides a way for players to further customize their Minecraft experience. Data packs can be used to override or add new advancements, dimensions, functions, loot tables, predicates, item modifiers, recipes, structures, tags, damage types, world generation settings, and biomes without any code modification.

This repository contains some different datapacks I have collected and made.

It also contains various .mcfunction, mcmeta, and .json examples:

Plugins

A plugin (or a multiplayer plug-in) is an additive file for a Minecraft multiplayer server. Plugins do not change the game itself, as a mod does. Plugins are usually written in java and end in .jar.

All plugins in this repository are written for paper, and may or may not work on other versions.

Plugin 1

Hello

Skript

Skript is a Minecraft plugin for Paper/Spigot, which allows server owners and other people to modify their servers without learning Java.
Custom skripts are located in the scripts folder within the Skript folder, and should end in .sk.
To enable, disable, and reload scripts, use the command /sk.
Within the Skripts folder are a collection of different .sk files.

Requirements

  • Minecraft 1.9+
  • Spigot or Paper (fork of Spigot) | CraftBukkit will not work
  • Skript

Some skript may require:

  • Newer Minecraft versions
  • SkBee
  • skDragon
  • SkQuery
  • skRayFall
  • Other Skript addons

List

Mods

Mods (short for modifications) change Minecraft's game content in some way, such as to make minor adjustments to the game's mechanics or implement entirely new features. Mods are .jar.

Forge

Forge is an Autodesk set of APIs and services used by software developers to build innovative cloud-powered apps.

Fabric

Fabric API is the library for essential hooks and interoperability mechanisms for Fabric mods.

ZenScript

ZenScript is a domain-specific scripting language used in the popular modding framework called CraftTweaker for the game Minecraft. It allows players to customize and modify various aspects of the game, such as recipes, item properties, and gameplay mechanics. ZenScript is designed to be simple and easy to use, with a syntax that resembles JavaScript.

Scripts

Contributing

Contributions to this repository are welcome and encouraged. If you have a command, datapack, plugin, mod, skript etc. that you think would be useful for others, please feel free to submit a pull request with your code. Please make sure to include a description of what your code does and how it can be used. See the contributing guidlines for more information. Please make sure to adhere to the code of conduct

License

All code in this repository is licensed under the GPL v3 License. See the LICENSE file for more information.

Disclaimer

While we have taken care to ensure that all code in this repository is working and free of errors, we cannot guarantee that it will work in every situation, with every project, or with every version. Use at your own risk.