CityOfLearning/ForgeEssentials


Repository for ForgeEssentials 1.x http://forgeessentials.com/home/

Download


Step 1. Add the JitPack repository to your build file

Add it in your root build.gradle at the end of repositories:

	dependencyResolutionManagement {
		repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
		repositories {
			mavenCentral()
			maven { url 'https://jitpack.io' }
		}
	}
	<repositories>
		<repository>
		    <id>jitpack.io</id>
		    <url>https://jitpack.io</url>
		</repository>
	</repositories>

Add it in your build.sbt at the end of resolvers:

 
    resolvers += "jitpack" at "https://jitpack.io"
        
    

Add it in your project.clj at the end of repositories:

 
    :repositories [["jitpack" "https://jitpack.io"]]
        
    

Step 2. Add the dependency

	dependencies {
		implementation 'com.github.CityOfLearning:ForgeEssentials:1.8.9.5-lite'
	}
	<dependency>
	    <groupId>com.github.CityOfLearning</groupId>
	    <artifactId>ForgeEssentials</artifactId>
	    <version>1.8.9.5-lite</version>
	</dependency>

                            
    libraryDependencies += "com.github.CityOfLearning" % "ForgeEssentials" % "1.8.9.5-lite"
        
        

                            
    :dependencies [[com.github.CityOfLearning/ForgeEssentials "1.8.9.5-lite"]]
        
        

Readme


ForgeEssentials Build Status

The code on this branch is for Minecraft 1.8.
We are looking for developers. Please contact us on IRC if you are interested in contributing!

Help

For general help about ForgeEssentials and tutorials, please check the Wiki pages. If you need help or have suggestions, please join us on our IRC channel #forgeessentials on esper.net.
There are many people there who can help you and it is the quickest way to reach us. Please try to not open issues for simple questions and directly contact us on IRC instead.

Reporting bugs

Please follow these rules when reporting bugs:

  • Update to the latest build from Jenkins before reporting a bug.
  • Check, if the bug was not already reported by using the search.
  • Always attach logs to your reports if you encountered crashes.
    If the client crashed, please also attach the client log if possible.
  • For feature requests, we recommend asking about it on IRC firs.t

Downloads

If you just want the latest stable releases, please get them from Curse
Nightly builds with the latest features and bugfixes can be found on our Jenkins build server.

About

The ForgeEssentials project consists many server features,
especially a powerful permissions and protection system:

  • Permission management
  • Protection (WorldGuard)
  • Automatic backup management
  • Multiworld support(in bukkit aka. multiverse)
  • Deathchests
  • Huge collection of utility commands
  • Remote server access and management with a versatile API
  • WorldEdit with permission integration already included
  • And many more!

Development Setup

If you are a modder and are interested in making a mod that extends the capabilities of Forge Essentials, or are looking to have increased levels of compatibility with Forge Essentials in your mod, please refer to the developer documentation.

We welcome all pull requests from anyone interested in contributing to the mod. If you're planning something major, please speak with the team first.

For assistance in setting up a workspace to contribute to ForgeEssentials, please refer to CONTRIBUTING.md.

ForgeEssentials Team

Active

  • olee (lead developer, permissions, protection, multiworld)
  • luacs1998

Inactive

Retired